PDA

View Full Version : Remove Tux from console



bldrdash
08-07-2004, 04:56 PM
As cute as Tux is, he's kind of pesky when booting into init mode 2 (: knoppix 2) since less and man don't display right. Is there anyway to get rid of him?

probono
08-07-2004, 09:51 PM
Doesn't the Tux disappear during the boot process? If not, try

clear
or

reset

Btw, I am still looking for a way to disable the Tux altogether w/o recompiling the kernel.

cu
probono

Ghandalfar
08-07-2004, 10:10 PM
see vga kernel boot parameter

probono
08-08-2004, 11:19 PM
see vga kernel boot parameter
Thanks for your hint, there is one that disables the framebuffer altogether, but I am looking for a way to disable the tux but still use the framebuffer.

Ghandalfar
08-08-2004, 11:50 PM
some more hints: http://www.arnor.net/linuxlogo/download.html

probono
08-10-2004, 01:24 AM
Seems like the tux can be disabled in kernel 2.6.x by setting
CONFIG_LOGO_LINUX_CLUT224=n
in the kernel source configuration and then recompiling.