@RockmanX:
Check
http://gentoo-wiki.com/HOWTO_fbsplash
By default, the pegasos-sources have fbsplash support activated, so if u compiled that kernel it should work straight away.
Then, u just need to emerge splashutils. After that, check /etc/conf.d/splash to set your theme. There are 2 themes to start: emerge and gentoo. Try /etc/init.d/splash start to see if it works. You need a resolution and bpp that matches the pictures provided in the image dir of the theme. If you like it, just add it to the default run level:
Code:
rc-update add splash default
If you want also soon after boot, u need to add to the kernel options. This is the options I am using:
Code:
boot hd:3 2.6.10r2 root=/dev/hda8 hdc=scsi video=radeonfb:1024x768-16@60 splash=silent,theme:emergence
I tried 24 bpp, but it didn't work. If it fails, I think by default it starts at 640x480-8, and there are no images available for that resolution.
When I start from boot, the color looks weird. I m thinking that it may have something to do with the Tux logo... I also get the logo at the beginning. Maybe I should deactivate the logo and recompile the kernel? Any idea?
@dholm:
Thank u! ^^