View previous topic :: View next topic |
Author |
Message |
intimidat0r n00b

Joined: 15 Oct 2005 Posts: 47
|
Posted: Sun May 28, 2006 6:41 pm Post subject: . |
|
|
.
Last edited by intimidat0r on Wed Oct 14, 2020 12:30 am; edited 1 time in total |
|
Back to top |
|
 |
chrismortimore l33t


Joined: 03 Dec 2005 Posts: 721 Location: Edinburgh, UK
|
Posted: Sun May 28, 2006 7:30 pm Post subject: |
|
|
For starters, one line in your grub.conf says
Code: | splash=silent,theme:emergence |
Why? If you want to use DangerGirl, then you don't want to use emergence as well.
Likewise, you're using the emergence initrd. Again, why? _________________ Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB 7200rpm Maxtor DiamondMax 10, 2x320GB WD 7200rpm Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB 5400rpm IBM TravelStar, Nvidia 5200Go 64MB |
|
Back to top |
|
 |
lxg Veteran


Joined: 12 Nov 2005 Posts: 1019 Location: Aachen, Germany
|
Posted: Sun May 28, 2006 7:39 pm Post subject: Re: Bootsplash Woes |
|
|
intimidat0r wrote: | Using ls I've determined that that file does indeed exist.
So, any idea what's wrong? Thanks. |
Well, duh... the problem is that the file is missing.
For each resolution, there must be a config file, with things like parameters for the text area. If there isn't one for your theme, get the one from emergence and adapt it. _________________ lxg.de – codebits and tech talk |
|
Back to top |
|
 |
sleepingsun Guru


Joined: 03 May 2006 Posts: 477 Location: Bosnia
|
Posted: Sun May 28, 2006 9:04 pm Post subject: |
|
|
I'm newbie and also i loved to install this theme but i need some guide !
I install splashutils !
My grub is:
Quote: | default 0
timeout 30
title=Gentoo Linux
root(hd0,0)
kernel (hd0,0)/boot/bzImage root=/dev/hda3 |
What i need to do if is not problem step by step its the first time that i work with gentoo !
Graphic Card is Nvidia fx 5600 256mb ddr
Monitor is CRT Samsung 19inc
I have installed Kde 3.5 & Gnome, fluxbox i use kde like default !
Need help !
Thank you
Friendly
SleepingSun |
|
Back to top |
|
 |
intimidat0r n00b

Joined: 15 Oct 2005 Posts: 47
|
Posted: Sun May 28, 2006 9:27 pm Post subject: |
|
|
.
Last edited by intimidat0r on Wed Oct 14, 2020 12:30 am; edited 1 time in total |
|
Back to top |
|
 |
chrismortimore l33t


Joined: 03 Dec 2005 Posts: 721 Location: Edinburgh, UK
|
Posted: Sun May 28, 2006 9:48 pm Post subject: |
|
|
sleepingsun wrote: | I'm newbie and also i loved to install this theme but i need some guide ! | Go here
http://gentoo-wiki.com/HOWTO_fbsplash
Here's a few tips for message boards:
1. Read the thread. The first post has a link to this article, which is a guide to what you want.
2. Don't start with "I'm newbie" or "I'm a n00b" or any crap like that. It's pointless. _________________ Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB 7200rpm Maxtor DiamondMax 10, 2x320GB WD 7200rpm Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB 5400rpm IBM TravelStar, Nvidia 5200Go 64MB |
|
Back to top |
|
 |
sleepingsun Guru


Joined: 03 May 2006 Posts: 477 Location: Bosnia
|
Posted: Sun May 28, 2006 9:57 pm Post subject: |
|
|
I try that and not success with that how to ? ! I folow the guide remake few times grub, i try few times with recompile ...etc
Please do you post your grub please ! That i look how you do that ! |
|
Back to top |
|
 |
chrismortimore l33t


Joined: 03 Dec 2005 Posts: 721 Location: Edinburgh, UK
|
Posted: Sun May 28, 2006 10:03 pm Post subject: |
|
|
sleepingsun wrote: | I try that and not success with that how to ? ! I folow the guide remake few times grub, i try few times with recompile ...etc
Please do you post your grub please ! That i look how you do that ! | The grub.conf/menu.lst that is on the how to should be enough for you to go by, this part: http://gentoo-wiki.com/HOWTO_fbsplash#GRUB_Example.
Anyway, there are a number of things that could not be working. Does your framebuffer work for starters? Once thats working, we can worry about the actual bootsplash. _________________ Desktop: AMD Athlon64 3800+ Venice Core, 2GB PC3200, 2x160GB 7200rpm Maxtor DiamondMax 10, 2x320GB WD 7200rpm Caviar RE, Nvidia 6600GT 256MB
Laptop: Intel Pentium M, 512MB PC2700, 60GB 5400rpm IBM TravelStar, Nvidia 5200Go 64MB |
|
Back to top |
|
 |
lxg Veteran


Joined: 12 Nov 2005 Posts: 1019 Location: Aachen, Germany
|
Posted: Sun May 28, 2006 10:27 pm Post subject: |
|
|
intimidat0r wrote: | Haha, I'm an idiot. Okay I fixed grub.conf, now it says that the config file does not specify an 8bpp image for silent or verbose mode.
Code: | # name of the picture file (full path recommended)
pic=/etc/splash/DangerGirl/images/verbose-1024x768.jpg
silentpic=/etc/splash/DangerGirl/images/silent-1024x768.jpg |
So as you see, it seems like it does (near the top). And using ls confirms that those image files exist as well. Is this another stupid mistake?
Thanks. |
No, these are others. The 8bpp images are indexed png images. See in the emergence theme. I think the one has 240 colors and the other has 256 (should be obvious from the names.) You could also try to run splash_geninitramfs with the --no8bpp option. _________________ lxg.de – codebits and tech talk |
|
Back to top |
|
 |
intimidat0r n00b

Joined: 15 Oct 2005 Posts: 47
|
Posted: Mon May 29, 2006 2:25 am Post subject: |
|
|
.
Last edited by intimidat0r on Wed Oct 14, 2020 12:30 am; edited 1 time in total |
|
Back to top |
|
 |
lxg Veteran


Joined: 12 Nov 2005 Posts: 1019 Location: Aachen, Germany
|
Posted: Mon May 29, 2006 8:41 am Post subject: |
|
|
intimidat0r wrote: | Code: | splash_geninitramfs --no8bpp DangerGirl -r 1024x768 -g /boot/DangerGirl -v |
Didn't seem to do anything, though I don't know if it should have. |
Usually it should have. I don't know why it didn't, but I have to say that I can't investigate now.
Quote: | Can you explain why emergence comes with such images (the PNGs) yet the other themes do not? Weird. |
Seems the author uses another tool to create the initrd, and that tool automatically leaves out the 8bpp versions.
However, to get your 8bpp versions, load the images into gimp, go to Image -> Mode -> Indexed, set the number of colors to 240, save as a png, and add the images to your config. (See the emergence files, again.) _________________ lxg.de – codebits and tech talk |
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|