How to change splash screen (penguin) ?

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How to change splash screen (penguin) ?

2,050 次查看
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

标签 (1)
0 项奖励
回复
3 回复数

1,500 次查看
G_rio
Contributor III
Could you explain what do i need to change in these files ?
0 项奖励
回复

1,500 次查看
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 项奖励
回复

1,500 次查看
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 项奖励
回复