Any option to set the resolution after the Grub screen? I got an old TFT hooked up to my server (Acer AL707) and it, or the tuner that’s in between the monitor and videocard can’t handle whatever resolution it is using at that time.
Not too pretty if something goes wrong as I’ll have the drag my normal desktop monitor over to the server to be able to see what is wrong.
So is there any option to set it? Whatever grub is using is fine, and 1280x1024 is fine as well (it’s the monitors native resolution)
openSUSE 11.1, KDE 4.1
[EDIT] Doh… this is so the wrong forum, guess I’ll pm a mod
Removing the vga=0x375 used to work for me, but I’ve not tested it recently. That’s a code to set 1600x1200 SVGA mode. If you google, you can find the linux vga codes and set a mode like 800x600 or 1024x768 for example.
On the kernel a vga= statement with framebuffer resolution that the vesa framebuffer in your graphics device supports. The command “hwinfo --framebuffer” will tell you what modes the device video bios reports that it supports (which btw is not always 100% accurate). You need to use a 16-bit resolution.
A matching bootsplash jpg within the opensuse theme which matches that resolution.
The initrd having been created specifying that same resolution.