[i=s] 本帖最后由 xiazhouquan 于 2009-9-3 21:45 编辑 [/i]
我每次都这样,我觉得这样简单,在后面加入vga=0x315.这是800x700的八进制表示
我的/etc/grub.conf配置这样
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/sda6
# initrd /initrd-version.img
#boot=/dev/sda
default=0
timeout=2
splashimage=(hd0,0)/grub/splash.xpm.gz
#hiddenmenu
title Fedora (2.6.29.6-217.2.16.fc11.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.29.6-217.2.16.fc11.i686.PAE ro root=UUID=07302dad-fb
d2-4c60-a501-699a8c1d7fbc rhgb quiet vga=0x315
initrd /initrd-2.6.29.6-217.2.16.fc11.i686.PAE.img
title Fedora (2.6.29.4-167.fc11.i686.PAE)
root (hd0,0)
kernel /vmlinuz-2.6.29.4-167.fc11.i686.PAE ro root=UUID=07302dad-fbd2-4c
60-a501-699a8c1d7fbc rhgb quiet vga=0x315
initrd /initrd-2.6.29.4-167.fc11.i686.PAE.img
挺方便的