Return to Snippet

Revision: 5780
at April 3, 2008 17:23 by cczona


Initial Code
#use hwinfo to find out the mode number for your choice of resolution
sudo apt-get install hwinfo
sudo hwinfo --framebuffer | grep 1440x900


#scroll to the end of /boot/grub/menu.lst
#add 'vga=SOME_MODE_NUMBER' to the end of the 'kernel' line
kernel          /boot/vmlinuz-2.6.15-26-server root=/dev/hda1 ro quiet splash vga=0x0336

#reboot into new config
sudo shutdown -r now

Initial URL
http://crunchbang.org/archives/2007/10/10/changing-bootup-and-console-screen-resolutions/

Initial Description


Initial Title
1440x900 (24 bit) display resolution for Ubuntu Server

Initial Tags
server, linux, ubuntu

Initial Language
Bash