|
Bugzilla – Full Text Bug Listing |
| Summary: | Graphical failsafe mode | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Stefan Dirsch <sndirsch> |
| Component: | YaST2 | Assignee: | Alexander Osthof <aosthof> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | coolo |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 246158 | ||
| Attachments: |
/home/sndirsch/yast2-bootloader-bug352020-graphical-failsafe.diff
perl-Bootloader-x11failsafe.diff |
||
|
Description
Stefan Dirsch
2008-01-07 15:01:34 UTC
Created attachment 189633 [details] /home/sndirsch/yast2-bootloader-bug352020-graphical-failsafe.diff patch (completely untested) similar to this? done patch is added in version 2.16.4 of bootloader In Beta1 the failsafe entry contains again "vga=normal" and "3" and is missing "x11failsafe". :-( I need to reopen this bugreport. Created attachment 210324 [details]
perl-Bootloader-x11failsafe.diff
Similar patch, this time against perl-Bootloader.
(In reply to comment #0 from Stefan Dirsch) > I suggest to put the "vga=" option behind "showopts" so one can still edit it. As the vga parameter is treated as an extra parameter besides the other appended parameters in perl-Bootloader, the only doable solution would be: Before: kernel /boot/vmlinuz root=/dev/sda5 vga=normal showopts ide=nodma apm=off acpi=off noresume edd=off 3 Afterwards: kernel /boot/vmlinuz root=/dev/sda5 showopts ide=nodma apm=off acpi=off noresume edd=off x11failsafe vga=0x315 Would this anyway suit your needs? Sure, sounds perfect to me. :-) Fixed package submitted to STABLE, thus closing RESOLVED FIXED. Thanks. I'll give it a try with Beta2. |