Grimaldy Soto wrote:


Good Day.

Guys i wanna configure so i can see a beautiful background when my machine is upload it..

I'm using the gensplash in 5 easy steps to do this, but there are something that i wanna know..

For example i'm using the 2.6.13-r6 Sources Kernel , i remembered that i active the framebuffer support, so i suppossed that i don't need to reconfigure and compile the kernel again..


It depends. If you just want a nice splash screen while the init scripts are running, you should not need to recompile, as long as you have framebuffer console support enabled. In this case, you can add "quiet" to your kernel command line options to supress the kernel messages, so you have a couple of seconds to look at "Starting Linux" before the splash screen appears. Note that you do _not_ need an initramfs for this work, just a usable framebuffer device, resolution, and bit-depth. The "rc-update -a splash boot" step should give you a splash screen at this point. FYI, I have found that 32-bit depths work best.

If you want the splash to appear as early as possible (while the kernel is initializing), you first need to determine which "sources" you are running. Vanilla-sources does not contain the fbsplash support that is required, so you may need to reconfigure/rebuild with gentoo-sources or suspend2-sources. This is also the case where you need the initramfs.

The important kernel options are:

CONFIG_FB=y
CONFIG_FB_VESA=y
CONFIG_FB_VESA_TNG=y   (if you want vesafb-tng, which I highly recommend)
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_FB_SPLASH=y

Someone else will have to help with the initramfs errors. I had to build my initramfs manually for reasons not related to fbsplash.

HTH,
-Richard

--
[email protected] mailing list

Reply via email to