- 论坛徽章:
- 0
|
文本模式下能否修改分辨率?
1: vi /boot/grub/menu.lst;
2:find the line like this:
kernel /boot/vmlinuz-2.6.8-2-686 root=/dev/hda1 ro
3:add "vga= ***" after "hda1","***"can be replaced by the number like the following table:
##################################################################
color 640x480 800x600 1024x768 1280x1024
256 769 771 773 775
32000 784 787 790 793
65000 785 788 791 794
16.4M 786 789 792 795
this method is only suitable for grub, not lilo.
i know this from the web, wish this can make sense for you. |
|