Some preliminary information can be found here: (faq)
http://forums.gentoo.org/viewtopic.php? ... &start=100
and here: (homepage)
http://dev.gentoo.org/~spock/
Alot of things have changed, most notably an improved default theme with more resolutions and the addition of splashutils into portage.
If your kernel is already patched with the fbsplash patch, start here: (mount /boot at this point)
http://dev.gentoo.org/~spock/projects/g ... -steps.txt
Most new kernels (newer releases above 2.6.8-rc1 depending on the sources) are including this patch now. most notably:
- Gentoo-Dev-Sources
Nitro-Sources
CK-Sources
Mafteah-Sources
others?????
Patching your kernel.
----> If your kernel is patched with the bootsplash patch, you must reverse it before applying the fbsplash patch <----
You can get the fbsplash patch here:
http://dev.gentoo.org/~spock/projects/gensplash/
Code: Select all
# cd /usr/src/linux
# cat /path/to/fbsplash/patch | patch -p1
# make menuconfig
Device Drivers ---> Graphics support ---> [*] Support for frame buffer devices
<*> Compile in your framebuffer device
Console display driver support --->
[*] Video mode selection support
<*> Framebuffer Console support
Logo configuration --->
[*] Bootup logo
[*] Standard 224-color Linux logo (NEW)
[*] Support for the framebuffer splash
Code: Select all
# make bzImage..........and copy it to /boot.Converting bootsplash themes: page 6
http://forums.gentoo.org/viewtopic.php? ... 59#1467059

