|
|
发表于 2003-10-4 19:01:58
|
显示全部楼层
/boot/grub/memu.lst如下
timeout 2
color black/cyan yellow/cyan
i18n (hd0,8)/boot/grub/messages
keytable (hd0,8)/boot/us.klt
default 2
title linux
kernel (hd0,8)/boot/vmlinuz root=/dev/hda9 quiet devfs=mount acpi=off vga=788
initrd (hd0,8)/boot/initrd.img
title linux-nonfb
kernel (hd0,8)/boot/vmlinuz root=/dev/hda9 devfs=mount acpi=on
initrd (hd0,8)/boot/initrd.img
title windows
root (hd0,0)
chainloader +1
title floppy
root (fd0)
chainloader +1
title failsafe
kernel (hd0,8)/boot/vmlinuz root=/dev/hda9 failsafe devfs=nomount acpi=off
initrd (hd0,8)/boot/initrd.img
#默认的就是vga=788就是带mandrake背景图的800*600
改到771是800*600就不带背景图了
改到791是1024*768
还改了些别的参数 可是刷新率始终就是60 好象有一次是70忘了是什么数了 |
|