correct ratio for widescreen bootsplash / wallpaper

Hello,
I have installed Mageia 3 in 64Bit from the Live KDE iso on /dev/sda8. My system has a 2048MB MSI R6950 Twin Frozr II/OC graphics card.
When I boot without the NOKMSBOOT option (grub itself is in text mode), the system immediately goes to the 1440x900x24 graphics mode, and displays the right background, that I had configured for the desktop. But then I get I message that I should add the NOKMSBOOT option, otherwise there might be problems, and indeed the screen goes black and the system is unusable.
So I set grub2 menuentry for Mageia 3 to
but then the system remains in text mode, with a blue progress bar at the bottom of the screen, then the login screen quickly flashes by (but is not set to the right resolution/frequency) before the right graphical desktop is finally coming up.
I have toyed a bit with
and also with vga=867 but to absolutely no avail so far.
Where is the problem here: grub, KDE 4.10, DKMS, xrandr...???
I would really like to be able to get into the right graphical screen mode early during boot, without hopping first through text modes and unwanted graphic mode.
Any help would be appreciated, thanks.
THN
I have installed Mageia 3 in 64Bit from the Live KDE iso on /dev/sda8. My system has a 2048MB MSI R6950 Twin Frozr II/OC graphics card.
When I boot without the NOKMSBOOT option (grub itself is in text mode), the system immediately goes to the 1440x900x24 graphics mode, and displays the right background, that I had configured for the desktop. But then I get I message that I should add the NOKMSBOOT option, otherwise there might be problems, and indeed the screen goes black and the system is unusable.
So I set grub2 menuentry for Mageia 3 to
- Code: Select all
menuentry "Mageia 3.8.8 (on /dev/sda8)" --class gnu-linux --class gnu --class os {
insmod part_msdos
insmod ext2
set root='(hd0,msdos8)'
search --no-floppy --fs-uuid --set=root <UUID_here>
linux /boot/vmlinuz-desktop root=/dev/sda8 nokmsboot ro quiet splash
initrd /boot/initrd-3.8.13-desktop-1.mga3.img
}
but then the system remains in text mode, with a blue progress bar at the bottom of the screen, then the login screen quickly flashes by (but is not set to the right resolution/frequency) before the right graphical desktop is finally coming up.
I have toyed a bit with
- Code: Select all
set gfxpayload=1440x900x24
gfxmode=1440x900
and also with vga=867 but to absolutely no avail so far.
Where is the problem here: grub, KDE 4.10, DKMS, xrandr...???
I would really like to be able to get into the right graphical screen mode early during boot, without hopping first through text modes and unwanted graphic mode.
Any help would be appreciated, thanks.
THN