We Recommend

Learning Python Learning Python
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.


Posted By

crazylion on 05/24/08


Tagged

ubuntulinux


Versions (?)


Fix boot GUI resolution in Ubuntu


Published in: Other 


URL: http://onlyubuntu.blogspot.com/2008/05/fix-boot-gui-resolution-in-ubuntu.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

Report this snippet 

You need to login to post a comment.