public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6.5] Oversized FB logos
@ 2004-04-17  3:07 Joshua Kwan
  2004-04-17  9:26 ` Jorge Bernal (Koke)
  0 siblings, 1 reply; 4+ messages in thread
From: Joshua Kwan @ 2004-04-17  3:07 UTC (permalink / raw)
  To: linux-kernel

Hi everyone,

I'm coming up with a grandma-proof laptop so I made a 800x580 PPM boot
logo and added it into my 2.6 kernel source. The machine does boot using
the image, HOWEVER, the first 11 lines of kernel messages after switching
to FB mode appear on top of the logo.

Console: switching to colour frame buffer device 100x37
lp: driver loaded but no devices found
Real Time Clock Driver v1.12
Hangcheck: starting hangcheck timer 0.5.0 (tick is 180 seconds, margin is 60 seconds).
Serial: 8250/16550 driver $Revision: 1.90 $ 8 ports, IRQ sharing disabled
ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
parport0: PC-style at 0x378 (0x778) [PCSPP,TRISTATE]
parport0: irq 7 detected
lp0: using parport0 (polling).
Using anticipatory io scheduler
Floppy drive(s): fd0 is 1.44M

As expected, though, the first line of kernel messages prints;
the console won't function without at least one line anyway.

This renders the concept of the friendly logo to prevent grandma from
bugging out from all the kernel messages pretty useless.

Note that I'd be using bootsplash for this but vesafb only works up to
8bit color and bootsplash requires 16bit color.

Are boot logos in any way supported in this fashion? I'm tempted to just
nuke the emit_log_char call in printk.c, which I think might serve my
purpose temporarily...

Any hints/help provided would be highly appreciated. Thanks

-- 
Joshua Kwan



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-04-21 21:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-17  3:07 [2.6.5] Oversized FB logos Joshua Kwan
2004-04-17  9:26 ` Jorge Bernal (Koke)
2004-04-17 10:44   ` Russell King
2004-04-21 21:05   ` James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox