Bugzilla – Bug 234142
sax2: Improve framebuffer configuration
Last modified: 2007-08-13 08:17:48 UTC
Due to more and more graphics cards, e.g. ATI > X1000, which are no longer supported by any open source native driver, we should provide a better framebuffer configuration, which also provides different resolutions/color depths to chose. For this SaX2 needs to write a meta file with the appropriate vga=0xabc kernel boot option, which then can be read by the yast bootloader module. So this bugreport is also related to Bug #220368.
As requested by aj: FATE #301920
Olaf, as maintainer of the yast bootloader could you explain what exactly needs to be done to: a) use the bootloader module in ycp to setup the vga Parameter b) call the bootloader module from the shell to setup the vga Parameter I played a bit with call yast2 bootloader set ... but my tests weren't successful Thanks
Stefan, Matthias... according to bug: #238167 this issue cannot be fixed right now
Olaf if I call: yast2 bootloader print section="SUSE LINUX 10.2" option=append I got: Value: selinux=0 resume=/dev/hda2 splash=silent acpi=off apm=off showopts Everything is there except "vga" I see no possibility to set the vga parameter. Your suggestion to rewrite the complete section sounds a bit unpractical and as I said printing the section doesn't show the vga option though it exists If I call: yast2 bootloader set section="SUSE LINUX 10.2" option=append value=vga=0x222 I got __two__ vga entries in the menu.lst Something is really broken :-) Could you fix this Thanks
Olaf what's the status here ?
I will attach the requested information from the following workflow rm -f /var/log/YaST2/y2log cp /boot/grub/menu.lst /boot/grub/menu.lst.orig yast2 bootloader set section="SUSE LINUX 10.2" option=append value=vga=0x222 attached you will find: menu.lst.orig menu.lst /var/log/YaST2/y2log Thanks
Created attachment 121510 [details] menu.lst.orig
Created attachment 121511 [details] menu.lst
Created attachment 121512 [details] y2log y2log from the above yast2 call
I wonder if this isn't also related to perl-Bootloader. Adding Alexander therefore.
*** Bug 263845 has been marked as a duplicate of this bug. ***
JFYI
Meanwhile Marcus implemented this in SaX2 differently.