LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   How to replace the Penguin with the Slackware logo (https://www.linuxquestions.org/questions/slackware-installation-40/how-to-replace-the-penguin-with-the-slackware-logo-505767/)

jayhel 11-28-2006 11:04 PM

How to replace the Penguin with the Slackware logo
 
I am tired of seeing that penguin on top of my boot screen while Slackware is booting.
How could I replace it with a nice "S" slackware logo?

Has anybody done it already?

Bruce Hill 11-29-2006 07:58 AM

Why would you replace the Linux Penguin with the Slackware S, since you're booting the Linux kernel?

If you must, <Linux> Google being your friend, a search will tell.

TuxSurfer 11-29-2006 08:33 AM

...and how much time do you spend on your boot screen for you to get tired of it??
I guess you could go to gnome-look.org or kde-look.org and download a grub splash.

gbowden 11-30-2006 10:47 AM

This is how.
 
Download fblogo, you can get a version for Slackware from:
here

Create or find the image no more than 224 colors, and 80x80px size so that you do not disturb the messages shown by your distro at boot time.

You need not be too restrictive when creating the image: we will use another tool to convert it so that it meets the color-related prerequisites.

Save the image as png, and run the following:

pngtopnm logo.png | ppmquant -fs223| pnmtoplainpnm > logo_linux_clut224.ppm

cp logo_linux_clut224.ppm /usr/src/linux/drivers/video/logo/

Now configure your kernel, making sure that the following options are enabled (they can be found under the Device Drivers, Graphics Support subsection):
Support for frame buffer devices
VESA VGA graphics support
Video mode selection support
Framebuffer Console support
Select compiled-in fonts
VGA 8x16 font
Bootup logo
Standard 224-color Linux logo

Taken from: http://articleworld.org/index.php/Ho...guin_boot_logo

gnashley 11-30-2006 12:23 PM

That old fblogo for Slack-8.1 won't work on anything after that, but you can get a fresh package here:
http://distro.ibiblio.org/pub/linux/...1.3-i486-1.tgz


All times are GMT -5. The time now is 04:53 AM.