<!DOCTYPE html> <html> <head> </head> <body> <ul> <li> <p class="line862">Karmic Koala has switched to GRUB 2, and now the settings can be found in the file <tt>/etc/default/grub</tt></p> </li> <li class="gap"> <p class="line862">Resolutions available to GRUB 2 can be displayed by typing vbeinfo in the GRUB 2 command line. The command line is accessed by typing "c" when the main GRUB 2 menu screen is displayed. (Hold the left shift key pressed before ubuntu loads to access it) </p> </li> <li>Open /etc/default/grub with your text editor with root privilege.</li> <li> <p class="line862">Add the following new line using your preferred resolution-depth from the list that vbeinfo gave you. It should be like this if you have a 1280×800 screen:</p> <p class="line891"><tt> <strong>GRUB_GFXMODE=1280×800 </strong></tt></p> </li> <li class="gap"> <p class="line862">Save the file and exit. (If you can't save the file you haven't opened it as root, go back and execute <tt>gksudo gedit /etc/default/grub</tt>providing your password.)</p> </li> <li class="gap">Execute the command <p class="line891"><tt> sudo update-grub </tt></p> </li> <li class="gap">Restart your computer.</li> </ul> </body> </html>
Subscribe
0 Comments
Oldest