作者/来源:yixinu.com
栏目:运维/编程
日期:2012-04-07 12:05:50
1、修改配置文件
vim /boot/grub/grub.conf
在kernel那行结尾加上 vga=[分辨率的值] 配置文件如下:
default=0 timeout=0 splashimage=(hd0,0)/grub/splash.xpm.gz hiddenmenu title Fedora (2.6.35.6-45.fc14.i686) root (hd0,0) kernel /vmlinuz-2.6.35.6-45.fc14.i686 ro root=UUID=bfea6e47-92b2-42f3-8715-1890b294f8ea rd_NO_LUKS rd_NO_LVM rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us vga=788 #rhgb quiet vga=791 initrd /initramfs-2.6.35.6-45.fc14.i686.img
分辨率的值
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