Results 1 to 3 of 3
Can anyone tell me how I can show the penguin during loading (upper left corner)? Here's what I have under 2.6.4
Code:
# Logo configuration
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not ...
- 04-24-2004 #1Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Penguin
Can anyone tell me how I can show the penguin during loading (upper left corner)? Here's what I have under 2.6.4
There wasn't much help within the help button.Code:# Logo configuration CONFIG_LOGO=y # CONFIG_LOGO_LINUX_MONO is not set # CONFIG_LOGO_LINUX_VGA16 is not set CONFIG_LOGO_LINUX_CLUT224=y
The best things in life are free.
- 04-24-2004 #2
Try this I had trouble with it and had to use 16 colours.
Code:# Logo configuration CONFIG_LOGO=y # CONFIG_LOGO_LINUX_MONO is not set CONFIG_LOGO_LINUX_VGA16=y # CONFIG_LOGO_LINUX_CLUT224 is not set
- 04-26-2004 #3Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
Hmm... still no tux.
The best things in life are free.


Reply With Quote
