How to change splash screen (penguin) ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to change splash screen (penguin) ?

1,259 Views
G_rio
Contributor III

Hello guys,

 

I'd like to change the splash screen on mx53-QSB.

Does anyone know how to do it ?

Thank you

Labels (1)
0 Kudos
3 Replies

709 Views
G_rio
Contributor III
Could you explain what do i need to change in these files ?
0 Kudos

709 Views
IvicaEftimovski
Contributor III

I think the MX53 QSB uses the "logo_linux_clut224.ppm" from your "<your_ltib_dir>/rpm/BUILD/linux/drivers/video/logo" directory. You can replace that image with 80x80 ASCII 224 color PPM image, delete the old "logo_linux_clut224.c" and Linux will generate new one on compilation.

If your image is not ASCII and 224 color, Linux kernel compilation will likely fail, but it should tell you what you should do with the image to make it compatible.
I am not sure, but I think you can change the 80x80 resolution of the image too.

0 Kudos

709 Views
rlorriaux
Contributor I

I can be more specific, but I am pretty sure that you will find everything you need if you look at the kernel sources under

include/linux/linux_logo.h and drivers/video/logo/logo.c as well.

0 Kudos