[Bug 802529] New: bootloader does not set video=
https://bugzilla.novell.com/show_bug.cgi?id=802529 https://bugzilla.novell.com/show_bug.cgi?id=802529#c0 Summary: bootloader does not set video= Classification: openSUSE Product: openSUSE 12.3 Version: RC 1 Platform: All OS/Version: SUSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader AssignedTo: jsrain@suse.com ReportedBy: bwiedemann@suse.com QAContact: jsrain@suse.com CC: snwint@suse.com, mchang@suse.com, arvidjaar@gmail.com Found By: Development Blocker: --- in kvm, text console uses a too high resolution of 1280x1024 which does not fit on my netbook's display of 1024x600, but yast2 bootloader will only set resolution for grub2 itself and even adds a vga=0x314 which does not do anything in this case but does not add a video=800x600-16 line which would do something -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802529 https://bugzilla.novell.com/show_bug.cgi?id=802529#c Jiri Srain <jsrain@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|jsrain@suse.com |snwint@suse.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802529 https://bugzilla.novell.com/show_bug.cgi?id=802529#c1 --- Comment #1 from Michael Chang <mchang@suse.com> 2013-02-07 11:45:30 UTC --- I admit I may be missing something. My problem here is that in yast we based on 'hwinfo --framebuffer' to query video adapter supported mode and it's based on firmware (vbios). To use video= the listed mode should based on kernel driver (kms) returned mode like output from xrandr. We have libhd to do the generic hw detection stuff, if it supports mode detection via kms driver I think it ok to add video="" Btw can you fix it by hard-code the mode in GRUB_GFXMODE= and run grub2-mkconfig -o /boot/grub/grub.cfg? Thanks. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802529 https://bugzilla.novell.com/show_bug.cgi?id=802529#c2 --- Comment #2 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-02-07 14:00:26 CET --- just tested that GRUB_GFXMODE= only influences grub2's own resolution in this case hwinfo --framebuffer gives a long list of resolutions/bpp and the highest of those is autoselected unless video=800x600-16 is given on cmdline -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802529 https://bugzilla.novell.com/show_bug.cgi?id=802529#c3 --- Comment #3 from Andrey Borzenkov <arvidjaar@gmail.com> 2013-02-07 16:24:52 UTC --- (In reply to comment #2)
just tested that GRUB_GFXMODE= only influences grub2's own resolution in this case
Yes, for kernel you use GRUB_GFXPAYLOAD_LINUX, but it is exactly the same as vga=. YaST2 - Bootloader - Configure bootloader - Additional kernel parameters. Add video= there. Does it work?
unless video=800x600-16 is given on cmdline
Do you need KMS in KVM? I had nothing but problems with it and simply used nomodeset + selecting resolution in YaST2. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com