linux x-window下有vmtool工具設定全屏、解析度的功能,但在字元介面下,此工具就無效果了。但是可以通過修改一些檔案引數來解決這個問題。
修改檔案/boot/grub/grub.conf:
-->找到 kernel /boot/vmlinux ******* rhgb quiet這一行
-->加個vga引數:kernel /boot/vmlinux ******* rhgb quiet vga=791
-->然後重啟
不同色彩和解析度對應的vga值如下:
depth-----640x480----800x600----1024x768---1280x1024
8bit---------769--------771--------773----------775
15bit--------784--------787--------790----------793
16bit--------785--------788--------791----------794
24bit--------786--------789--------792----------795
[我的筆記本是1366x768 但是表中沒有...只能使用1280x768了]
plus:圖形介面下修改螢幕解析度
指令system-config-display ok!
linux設定字元介面的解析度
linux設定字元介面的解析度 1.查詢grub.conf檔案 debian或ubuntu下是menu.lst root localhost whereis grub.conf grub sbin grub etc grub.conf usr share grub usr share man man...
修改Linux系統字元介面的解析度
1.系統版本 root server lsb release d description red hat enterprise linux server release 5.10 tikanga 2.開啟配置檔案 root server vim boot grub grub.conf 3.修改第16...
Ubuntu解析度設定
我的一台11寸上網本,裝的ubuntu。最近外接了乙個19寸顯示器。解析度最多只能是1024x768。顯示器設定裡顯示 未知 顯示器。用下面的命令可以看到顯示卡的資訊 lspci grep vga 00 02.0 vga compatible controller intel corporation...