Linux Boot Logo

From ArmadeusWiki
Revision as of 23:12, 24 July 2008 by JulienB (Talk | contribs) (creation)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

On this page we will explain you how to change the Boot Logo/Screen of Linux.

By default the following screen is displayed on you LCD: Default Boot.png

  1. create a new image fitting the size of your LCD (320x240 or 480x272), with The Gimp for example
  2. save it in PNM ASCII file format, let's say boot_logo.pnm
  3. install Netpbm package:
    $ sudo apt-get install netpbm 
  4. reduce number of colors in your image to 224:
     $ ppmquant 224 boot_logo.pnm > boot_logo_224.pnm 
  5. convert it to C file: