Chinaunix首页 | 论坛 | 博客
  • 博客访问: 111824
  • 博文数量: 13
  • 博客积分: 1513
  • 博客等级: 上尉
  • 技术积分: 170
  • 用 户 组: 普通用户
  • 注册时间: 2010-06-11 12:46
文章分类

全部博文(13)

文章存档

2012年(3)

2011年(1)

2010年(9)

我的朋友

分类: LINUX

2010-06-11 18:27:29

在网上找的一个办法,试了一下,还很管用。
# vi /etc/grub.conf
给kernel传一个vga的参数

在tabel行下加入一行:
vga=771

注意:
771 代表 800x600x8位(256)色模式
791 代表 1024x768x16位(65536)色模式
792 代表 1024x768x32位(65536)色模式

grub:
在image行后加入 vga=771

如:
# 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,2)
# kernel /boot/vmlinuz-version ro root=/dev/sda3
# initrd /boot/initrd-version.img
#boot=/dev/sda
default=0
timeout=5
splashimage=(hd0,2)/boot/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.21-1.3194.fc7)
root (hd0,2)
kernel /boot/vmlinuz-2.6.21-1.3194.fc7 ro root=LABEL=/ rhgb quiet vga=791
initrd /boot/initrd-2.6.21-1.3194.fc7.img
title Other
rootnoverify (hd0,0)
chainloader +1

附显示模式表
640x480  800x600  1024x768  1280x1024
256色  0x301   0x303   0x305     0x307
32K色  0x310   0x313   0x316     0x319
64K色  0x311   0x314   0x317     0x31A
16M色  0x312   0x315   0x318     0x31B


转自:
阅读(1358) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~