Fix low screen resolution at Ubuntu 10.04 start up
This post was written by admin on August 28, 2010
Posted Under: General
Posted Under: General
If you have a low screen resolution at starting up Ubuntu 10.04 after installing graphics drivers,you can try following method to set the boot screen resolution to what you want.
First,edit /etc/default/grub file in with this command Applications->Accessories->Terminal:
sudo gedit /etc/default/grub
add this line into the end,and save the file:
GRUB_GFXPAYLOAD_LINUX=1024x768x32
here change 1024x768x32 to what you want.
Finally,update grub to apply the change:
sudo update-grub
Done!
Related posts:
- Ubuntu 10.10 Fix The Screen Messed up at Start-up and Shutdown
- New Grub Customizer with default OS/background/menu colors/resolution support
- How to Add a Background picture to Grub2 on Ubuntu 10.10 Maverick
- Install Mac OS X boot-up splash screen theme in Ubuntu 10.04
- Howto Change Plymouth themes (initial splash screen) in Ubuntu 10.04

Reader Comments