Fix boot GUI resolution in Ubuntu


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. sudo gedit /etc/usplash.conf
  2.  
  3. # Usplash configuration file
  4. # These parameters will only apply after running update-initramfs.
  5. xres=1280
  6. yres=1024
  7.  
  8. sudo update-initramfs -u

URL: http://onlyubuntu.blogspot.com/2008/05/fix-boot-gui-resolution-in-ubuntu.html

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.