View previous topic :: View next topic |
Author |
Message |
gfreehed n00b
Joined: 20 Jun 2003 Posts: 5
|
Posted: Sat Aug 16, 2003 9:57 pm Post subject: HELP: Creating bootsplash images |
|
|
Hello, I'm trying to create my own bootsplash theme. Currently, the default theme for Gentoo works @ 1280x1024, however I when I tried to create and load my own image, I just get the standard frambuffer boot screen when I restart. The following is the image I created and my grub.conf file. Thanks in advance for any help.
The Image
grub.conf
Bootsplash Config |
|
Back to top |
|
|
BitJam Advocate
Joined: 12 Aug 2003 Posts: 2513 Location: Silver City, NM
|
Posted: Sun Aug 17, 2003 2:50 am Post subject: |
|
|
Here are three ideas: 1) In your config it looks like ty=256 + th=805 > 1024 which would cause the failure.
2) I always need squash my jpegs to 16 levels: Code: | convert -depth 16 old.jpg new.jpg |
3) If you want your image to show up at boot time you need to make your own initrd file. |
|
Back to top |
|
|
gfreehed n00b
Joined: 20 Jun 2003 Posts: 5
|
Posted: Mon Aug 18, 2003 4:53 pm Post subject: |
|
|
Thanks, for some reason I thought that the th and tw values were the (x,y) coords of the bottom right corner. I guess I should take my own advice and RTFM. |
|
Back to top |
|
|
|