DSL Tips and Tricks :: Here is how to change DSL boot logo !!
The image logo is a file named logo.16 located in the /boot/isolinux/ directory.
In order to change it, you can either convert it to a ppm file and then modify it using GIMP, or convert an existing ppm image file to .16 format.
1. To convert an existing ppm image file to logo.16 format you have to use ppmtolss16 tool that you can find in most GNU/Linux distribution using this command:
ppmtolss16 < mylogo.ppm > logo.16
2. If you wanna change an existing logo file then you have to first convert it into a ppm image using this command:
lss16toppm < logo.16 > logo.ppm
Now just modify logo.ppm, and convert logo.ppm back to logo.16 and your done.
Enjoy!!
Nice tip!
Thanks.
(Bookmark)
The image has to be in 8-bit 16 color, and try to
not use image with hi-color or gradient other wise it won't work!!
hey im a new user and i was woundering if you would help me change a picture to my wall paper
thanks
pond_1400
oops
Next Page...
original here.