Question:
Does anyone know how to disable the default change of resolution that happens mid through the bootup process (Debian 6.0.5), or to change it to any other resolution?
Issue Overview
My default install resolution at boot up console level is not displaying properly on my HP Pavilion 6000, how do I change/setup a different resolution?
Note
Coming from Slackware it used to be a kernal parameter in LILO
But with grub2 you have to change a setup file.
What I've done so far
# modify file /etc/default/grub with:
Code:
GRUB_GFXMODE=800x600
+ run: update-grub
Making the above configuration change does work, and I do see a change in the console resolution at grub level and for the first part of the bootup process, but then something allays overwrites it, and I haven't seen any pointers in dmesg or /var/log/messages as to what is making second resolution change.
Current Distro
I'm running latest stable Debian
Code:
Description: Debian GNU/Linux 6.0.5 (squeeze)
Release: 6.0.5
Codename: squeeze
.. I think at this point I just need to locate the right configuration file where default 6.0.5 Debian is making a resolution change following the /etc/default/grub file in the bootup process
.. many thanks in advance