标签:
Q1:Official Ubuntu Documention
Q2.修改TTY分辨率(ChangeTTYResolution)
For 9.10 and later: /etc/default/grub
1.查看分辨率:vbeinfo
2.添加一新行: GRUB_GFXPAYLOAD_LINUX=1280x800
3.保存,update-grub, reboot
For 9.04 and before
1. /boot/grub/menu.1st
2.kernel /boot/vmlinuz-2.6.15-25-686 root=/dev/sda2 ro quiet splash
3.kernel /boot/vmlinuz-2.6.15-25-686 root=/dev/sda2 ro quiet splash vga=795
4.save, reboot.
对照表:
640x480 |
800x600 |
1024x768 |
1152x864 |
1280x1024 |
1600x1200 |
|
8bit |
769 |
771 |
773 |
353 |
775 |
777 |
15bit |
784 |
787 |
790 |
793 |
796 |
|
16bit |
785 |
788 |
791 |
355 |
794 |
797 |
24bit |
786 |
789 |
792 |
795 |
798 |
Q3:
标签:
原文地址:http://www.cnblogs.com/rexhu/p/5532020.html