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