linuxcom 发表于 2004-6-25 13:25:39

怎样修改文本登陆时的分辨率啊

文本登陆时的分辨率和刷新率不行,不知怎么修改?

MichaelBibby 发表于 2004-6-25 13:56:28

如果用grub
在kernel行后加入 vga=792
如果用lilo
在tabel行下加入一行:
vga=792
771 代表 800x600x8位
791 代表 1024x768x16位
792 代表 1024x768x32位

cjx3501 发表于 2004-6-25 21:35:22

# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE:You do not have a /boot partition.This means that
#          all kernel and initrd paths are relative to /, eg.
#          root (hd0,9)
#          kernel /boot/vmlinuz-version ro root=/dev/hda10
#          initrd /boot/initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,9)/boot/grub/splash.xpm.gz

是/boot/grub/grub.conf中的红色部部分后面加吗?

jiangtao9999 发表于 2004-6-25 21:52:31

那行是注释,修改有用么?
你看看底下还有没有?

cjx3501 发表于 2004-6-25 22:33:54

哦,明白

linuxcom 发表于 2004-6-29 20:12:10

我用的是GForce4的显卡,要驱动后才显示正常,不知道有什么法子没?
页: [1]
查看完整版本: 怎样修改文本登陆时的分辨率啊