Linux splash screen

Paul
Heya,
has anyone changed the linux splash screen?
(The one that appears when you turn the mini2440 on)
I can't figure out how to do it.
I think I need to recompile the kernel...
Thanks!
Paul

Paul
No help like your own :)
copy the ppm file to 

./linux-2.6.x.x/drivers/video 

and overwrite the 

logo_linux_clut224.ppm file

Cheers
Paul

Paul
Actually not quite... I can compile the logo in but it doesn't appeat.
I converted it from jpg using

jpegtopnm logo.jpg | ppmquant 224 | pnmtoplainpnm > logo_linux_clut224.ppm

Res is 200x219 just like the friendlyarm one. 
Any idea of what I m doing wrong?
Thanks
Paul

stereo_m
You can do compatible images directly with Gimp too. Save as .ppm and
remember to choose "ascii encoding" in compression options.

stereo_m
And btw, you can use larger resolutions too, just keep it to max 240x320.

Paul
Sweet stereo, thanks.
Also, you need to decrease colours (yes there is a 'u' :P) to less than
224, so use the following

ppmquant 224 logo1.ppm > logo_linux_clut224.ppm

Cheers
Paul