$ sudo nano /etc/initramfs-tools/modules
fbcon
vesafb
vga16fb
$ sudo nano /etc/modprobe.d/blacklist-framebuffer
# blacklist vesafb
# ...
# blacklist vga16fb
$ sudo apt-get install hwinfo
$ sudo hwinfo –framebuffer|grep 1400
Mode 0x0347: 1400x1050 (+1400), 8 bits
Mode 0x0348: 1400x1050 (+2800), 16 bits
Mode 0x0349: 1400x1050 (+5600), 24 bits
$ sudo nano /boot/grub/menu.lst
# defoptions=vga=0x0347 nosplash
# ...
# kernel /boot/vmlinuz-2.6.27-7-server root=UUID=ccde16b6-e33a-4e7c-ae9e-0e9da0974477 ro nosplash vga=0x0347
Tags: Framebuffer, ubuntu