vga kernel parameter in gutsy

Posted in Linux by sandaruwan on November 5th, 2007

When your computer boots up, no matter how much you hate terminals you’ll see the bios information as text(with some exceptions of course, ie - bios splashes). I don’t know the quantities, but approximately when 6 peoples hate it 2 people love it, and another 2 people looks for a better terminal. More clearly, smaller font sizes, so that we can make use of the space.

Apparently, we can’t really control the text size of the bios output, but when it comes to ttys, there is a kernel parameter called “vga”. This is in common usage and you must be probably using it. So, am I.

If you don’t know how to use it, it’s the bootloder config file. “/boot/grub/menu.lst” in case of you are using grub.

However, since I upgraded to gusty, “vga=792″ kernel parameter didn’t work properly. It’s due to some restrictions on the framebuffer driver. Here is the work around :

  1. Add “fbcon” and “vesafb” to “/etc/initramfs-tools/modules”. (In two separate lines)
  2. Open “/etc/modprobe.d/blacklist-framebuffer” and comment out the “blacklist vesafb” line. It should look like “#blacklist vesafb”. (You can delete that if you want)
  3. Regenerate initram file by typing “sudo update-initramfs -u” in the terminal

Restart your computer and enjoy :)

3 Responses to “vga kernel parameter in gutsy”

  1. Davidlind Says:

    This Picasa plugin is very nice. I love Picasa and would enjoy putting a couple of photos on my sidebar. But how do you get it started? I installed it and it is not responding. This is some simple explanation I am sure but I have not found it. I sometimes wish I had a brain that worked more in this area and less in the imaginative area. Alas, it is not to be..

    November 19th, 2007 at 1:39 am

  2. sp200606@free.fr Says:

    Thanks for this help. Sounds good. Unfortunatly, it didn’t do the trick on my laptop, but it gives me a direction to search for.
    Thanks again

    sp

    February 15th, 2008 at 2:36 pm

  3. sp200606@free.fr Says:

    Oups!
    Yes, it does the trick (for some reason my addition to “modules” had been commented out???).

    February 15th, 2008 at 2:45 pm

Leave a Reply