You are not logged in.
Pages: 1
Just compiled the viper kernel but do not want any little images in the top left corner of the screen while booting - I prefer plain system messages - how can I achieve that?
Last edited by mykey (2007-06-13 07:10:53)
Offline
Disable framebuffer support. Or just disable boot logos.
Offline
If you still want to use a framebuffer you could disable the bootup logo in your kernel config:
Device Drivers -->
Graphics support -->
Logo configuration -->
[] Bootup logo
Another option would be to forgo using a framebuffer.
Offline
Thanx for your answers - it looks like the thing is enabled in the kernel - no use to disable the framebuffer - so recompile is a must - oh well...
Offline
Thanx for your answers - it looks like the thing is enabled in the kernel - no use to disable the framebuffer - so recompile is a must - oh well...
No need to recompile if you don't want to. You can disable the framebuffer by passing vga=normal as a boot option (IIRC, may also work by just removing any existing vga= options you may be using).
Last edited by somedrew (2007-06-13 08:33:16)
Offline
Pages: 1