Libervis Network - For a Free WorldLibervis Projects | Nuxified Projects
Welcome guest. Register | Login | Show what's new
Inatux.com

Changing boot resolution and color

How about a new tip? Smiling

Well, on GNU/Linux distributions (and probably other free UNIX like systems) using GRUB for their boot manager it is possible to change the resolution and color of the boot screen, regardless of whether there is a splash or not. If you're using an advanced distribution like Arch, Slackware, Debian or Gentoo where you're likely to at least occasionally use only the console, I found it nice to set a higher resolution so more stuff can fit on screen at the same time, and it also looks nicer. And if you're using a "friendlier" distro like Ubuntu, Fedora or OpenSUSE you're likely to have a splash and boot directly into graphical mode, but you could still want to increase the resolution of the boot screen.

So this is how it's done.

Open /boot/grub/menu.lst with super user privileges. This can be done with either of these ways:

1. Open a "run command" or "run application" dialog (usually alt-f2) and run this: gksudo gedit /boot/grub/menu.lst. You can replace "gedit" with another editor you may have available (like kate, leafpad, mousepad etc.) and "gksudo" with "kdesudo" if you're using KDE.

2. In command line, for those more familiar, opening the terminal (gnome-terminal or konsole) and running nano /boot/grub/menu.lst. You may wish to use something else aside of nano like vi or emacs.

Edit the file by appending vga=XXX to the uncommented kernel lines (uncommented lines being those that don't start with #) where "XXX" is the number corresponding to the resolution and color you wish to choose from the table below. (Example: vga=794 for 1280x1024 with 16 bit color).

VESA modes
Colors (depth) 640x480 800x600 1024x768 1280x1024 1600x1200
256 ( 8 bit) 769 771 773 775 796
32,768 (15 bit) 784 787 790 793 797
65,536 (16 bit) 785 788 791 794 798
16.8M (24 bit) 786 789 792 795 799

Any questions are welcome below in comments.

NOTE: For familiar users, I've deliberately made this novice friendly. Eye-wink

Cheers

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd><br><p><img><br><b><i>
  • You may quote other posts using [quote] tags.
  • You can use BBCode tags in the text. URLs will automatically be converted to links.
  • Textual smileys will be replaced with graphical ones.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.
  • Glossary terms will be automatically marked with links to their descriptions. If there are certain phrases or sections of text that should be excluded from glossary marking and linking, use the special markup, [no-glossary] ... [/no-glossary]. Additionally, these HTML elements will not be scanned: a, abbr, acronym, code, pre.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
7 + 6 =
Solve this simple math problem and enter the result. E.g. for 1+3, enter 4.

We have 7827 members who wrote 2145 articles and 12193 comments. Welcome to our newest member, SharmelWaicky!

Who's online

There are currently 0 users and 15 guests online.
Nuxified RSS feed