_savage wrote:OK stupid question.... what's the point of bootsplash? I've never seen a screenshot (might be hard to do

) and I am just curious what all the fuzz is about. Somebody enlighten me?
Bootsplash is a kernel patch originally developed by some SuSE devs which uses the framebuffer to display a nice JPEG picture while the Linux kernel boots (until then we had nothing but a Tux logo in the upper-left corner of the screen). Bootsplash has two different kind of modes: "Verbose" and "Silent". Verbose mode looks just like it does now with all text messages scrolling by but also puts an image of your choice (bootsplash is fully themable) in the background. "Silent" mode looks more like the booting process of OS X and Windows, you see a picture and a progress bar that advances during the booting process. For two simple screenshots just look at the index page of
http://www.bootsplash.com/
There are some really nice themes for bootsplash, most of them catalogued at
http://www.bootsplash.de/. For each theme they have a screenshot of the silent boot mode and how the theme looks after boot while using top and mc on the console (after boot the background image is still there). All screenshots are
here. Some nice themes include
AquaMatrix,
73labAllstars or the
LiveCD 2004.0 bootsplash. You can also easily make your own theme. Working on the console with bootsplash could actually
fool someone that you are using X

Bootsplash also supports animations (e.g. you could have a spinning globe while your network connections are enabled) but that doesn't quite work yet on Gentoo.
Finally I should mention that bootsplash has already been superceded by gensplash (
http://dev.gentoo.org/~spock/projects/gensplash/), developed by Spock who was the one who actually made it possible to use bootsplash on PPC in the first place. Gensplash is a complete rewrite and has a much cleaner architecture. There is a detailed Howto on setting up Gensplash
here.
DiskBreaker