/ Published in: Bash
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
#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
URL: http://crunchbang.org/archives/2007/10/10/changing-bootup-and-console-screen-resolutions/
Comments
 Subscribe to comments
                    Subscribe to comments
                
                