|
Bugzilla – Full Text Bug Listing |
| Summary: | no bootsplash after instalation | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.4 | Reporter: | Szymon Kowalczyk <fazerxlo> |
| Component: | Basesystem | Assignee: | Javier Llorente <javier> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Minor | ||
| Priority: | P5 - None | CC: | javier |
| Version: | Milestone 6 of 6 | ||
| Target Milestone: | --- | ||
| Hardware: | x86 | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
hwinfo --framebuffer
mkinitrd no bootsplash |
||
|
Description
Szymon Kowalczyk
2011-02-01 22:59:09 UTC
What type of install did you choose (minimal, KDE, ..)? Does this still happen on 11.4 (final)? KDE 64 bit kernel-desktop after installation of final 11.4 there is no boot and shutdown splash after install nvidia drivers 1-click-install splash is but without active progress bar but there is no shutdown splash Thanks for the info. I have prepared a bootsplash fix which is going through the maintenance process to be released as an update. See bug #669474 for more info about the maintenance process. Sorry, I forgot. The bootsplash update fixing this has been published. I've installed all updates and it didn't fixed problem TEST openSUSE 11.4 64 bit I've uninstalled nvidia driver and teinstalled bootloader after restart there vasn't any bootsplash on start/shutdown/hibernate/wake up after instalation of nvidia driver start - OK but progress bar is not working shutdown/hibernate - fail after mkinitrd -s 1366x768 start/shutdown - OK but progress bar is not working hibernate - fail What's the output of hwinfo --framebuffer? Please attach a screenshot of bootsplash as well, if possible. OK, so it works if you don't have the proprietary nvidia driver installed, right? After you installed it, did mkinitrd say anything relevant (error, warning)? Created attachment 424524 [details]
hwinfo --framebuffer
In your case, the frambuffer doesn't support 1366x768 according to the output you have attached. Try "mkinitrd" or "mkinitrd -s (supported resolution)". after mkinitrd and mkinitrd -s 1360x768 there is no bootsplash with or without nvidia driver photo in attachment after nvidia driver installation or mkinitrd -s 1366x768 bootsplash is but without working progress bar Created attachment 424579 [details]
mkinitrd no bootsplash
Which version of bootsplash do you have? rpm -qa |grep bootsplash
>mkinitrd -s 1366x768
That resolution isn't supported by framebuffer.
rpm -qa |grep bootsplash bootsplash-branding-openSUSE-3.1-64.66.1.noarch bootsplash-3.3-167.168.1.x86_64 1366x768 this is in dmesg [ 0.975028] bootsplash: scaling image from 1366x768 to 1360x768 and problem while hibernate: from CTRL ALT F10 Looking for splash system... splashy_start_splash: error -10none But do you get a normal bootsplash after running just "mkinitrd" (not mkinitrd -s <resolution>)? Regarding the splashy error, please open another bug. simple mkinitrd make no splash Please be more verbose... are you using nvidia or nouveau? I made some more tests with default mkinitrd and nvidia/noveau driver bootsplash isn't working but with mkinitrd -s 1366x768 noveau driver bootsplash is working with progress-bar nvidia driver bootsplash is working without progress-bar probably answer is in bootloader Screen 0: minimum 320 x 175, current 1366 x 768, maximum 1366 x 768 but there is no such resolution in grub config there is only 1360x768 As I said, your framebuffer supports 1360x768, NOT 1366x768 (according to the output of hwinfo --framebuffer you pasted) and it's probably doing the following: bootsplash: scaling image from 1366x768 to 1360x768 when you run mkinitrd. I'm glad you got it to work with nouveau. Closing this bug... |