1, /etc/initramfs-tools/modules ---> 加入两行: fbcon vesafb
2, /etc/modprobe.d/blacklist-framebuffer ->注释掉vesafb 那行
3, update-initramfs -u
4,/boot/grub/menu.lst 在kernel那一行最后加上 vga=794(794代表1280x1024,791代表1204x768)
5,重启
[code]color depth 640x480 800x600 1024x768 1280x1024 1400x1050 1600x1200
256(8bit) 769 771 773 775
32000(15bit) 784 787 790 793
65000(16bit) 785 788 791 794 834 884
16.7 Mill.(24bit) 786 789 792 795 [/code]
详细vga参数的可以看这里http://spblinux.de/2.0/grub.htm
2, /etc/modprobe.d/blacklist-framebuffer ->注释掉vesafb 那行
3, update-initramfs -u
4,/boot/grub/menu.lst 在kernel那一行最后加上 vga=794(794代表1280x1024,791代表1204x768)
5,重启
[code]color depth 640x480 800x600 1024x768 1280x1024 1400x1050 1600x1200
256(8bit) 769 771 773 775
32000(15bit) 784 787 790 793
65000(16bit) 785 788 791 794 834 884
16.7 Mill.(24bit) 786 789 792 795 [/code]
详细vga参数的可以看这里http://spblinux.de/2.0/grub.htm
本文介绍如何通过修改配置文件来调整Linux系统的显示分辨率。具体步骤包括:在/etc/initramfs-tools/modules中添加fbcon和vesafb模块;注释掉黑名单中的vesafb;更新initramfs;在/boot/grub/menu.lst中加入vga参数。最后列出了一系列VGA模式的参数供参考。
6735

被折叠的 条评论
为什么被折叠?



