Bug 615778

Summary: Bootsplash image for 1600x900 is missing
Product: [openSUSE] openSUSE 11.4 Reporter: vincent lejeune <vljn>
Component: BootloaderAssignee: Javier Llorente <javier>
Status: RESOLVED FIXED QA Contact: Jiri Srain <jsrain>
Severity: Enhancement    
Priority: P4 - Low CC: auxsvr, javier, pdedecker, publio.escipion.el.africano
Version: Final   
Target Milestone: Milestone 5 of 6   
Hardware: x86-64   
OS: openSUSE 11.3   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Attachments: bootsplash config file for 1600x900 resolution

Description vincent lejeune 2010-06-20 21:25:05 UTC
User-Agent:       Mozilla/5.0 (X11; U; Linux; fr-FR) AppleWebKit/532.4 (KHTML, like Gecko) konqueror/4.4.3 Safari/532.4

In /etc/bootsplash/themes/openSUSE/{images|config}, there is nothing for 1600x900.
This resolution is said to be "disabled" when doing mkinitrd -s 1600x900

Reproducible: Always

Steps to Reproduce:
1.
2.
3.


Expected Results:  
To have a 1600x900 bootsplash
Comment 1 Stephan Kulow 2010-06-21 09:49:15 UTC
Robert, please look around for volunteers to maintain this. To adapt one of the other widescreen artwork should be no big problem.
Comment 2 vincent lejeune 2010-06-22 20:31:40 UTC
With the ImageMagick package that ships with the "convert" command, you can resize the 3200x1200 bootsplash (the bigest one, to avoid too low sampling) with the following bash line :

convert bootsplash-3200x1200.jpg -resize 1600x900! bootsplash-1600x900.jpg

And the same for the silent*.jpg

I don't know how to make the .cfg file.
Comment 3 vincent lejeune 2010-12-09 21:05:23 UTC
Still no hope for openSUSE_11.4 ?
Comment 4 Stefan Dirsch 2010-12-12 10:00:25 UTC
(In reply to comment #1)
> Robert, please look around for volunteers to maintain this. To adapt one of the
> other widescreen artwork should be no big problem.

Readding Robert to the bugreport.
Comment 6 Rainer Hurtado Navarro 2011-02-20 09:52:09 UTC
"(changed during the 2011-02-20 Open-Bugs-Day about bugs for obsolete versions of openSUSE)"
it persist on rc1
dom feb 20 09:51:36 UTC 2011
Comment 7 Steffen Winterfeldt 2011-02-23 13:28:17 UTC
The kernel can scale the image. So you can use an image of similar size,
like 'mkinitrd -s 1680x1050'.

As coolo mentioned, we don't have a package maintainer atm.
Volunteers welcome. :-)
Comment 8 Javier Llorente 2011-03-10 12:51:25 UTC
Created attachment 418581 [details]
bootsplash config file for 1600x900 resolution
Comment 9 Javier Llorente 2011-03-10 12:57:57 UTC
(In reply to comment #2)
> With the ImageMagick package that ships with the "convert" command, you can
> resize the 3200x1200 bootsplash (the bigest one, to avoid too low sampling)
> with the following bash line :
> 
> convert bootsplash-3200x1200.jpg -resize 1600x900! bootsplash-1600x900.jpg
> 
> And the same for the silent*.jpg
> 
> I don't know how to make the .cfg file.

Could you please try the config file I have attached?

Copy the images generated with ImageMagick to /etc/bootsplash/themes/openSUSE/images/
(don't forget to check that the filenames are correct)

Copy the config file attached in this bug report to /etc/bootsplash/themes/openSUSE/config/

Run mkinitrd

Thanks!
Comment 10 Pieter De Decker 2011-03-30 16:04:24 UTC
bootsplash-branding-openSUSE v3.1-64.66.1 contains a bootsplash for 1600x900:
/etc/bootsplash/themes/openSUSE/images/bootsplash-1600x900.jpg

Marking issue as resolved.