OESF Portables Forum

Everything Else => Zaurus Distro Support and Discussion => Distros, Development, and Model Specific Forums => Archived Forums => Sharp ROMs => Topic started by: ljonesj on August 31, 2006, 01:38:31 pm

Title: Cacko 1.23 Boot Screen
Post by: ljonesj on August 31, 2006, 01:38:31 pm
i would like to do a small change to the default boot screen of cacko 1.23 for a 3200. i would like to change it to something different just to personalize it. just wondering how t do it. it is the one you see when you reboot.
Title: Cacko 1.23 Boot Screen
Post by: moi on August 31, 2006, 02:32:11 pm
Your answer, as always happens, can be found at Meanie's site. You can find it looking at its signature.
Title: Cacko 1.23 Boot Screen
Post by: mathemajikian on August 31, 2006, 06:55:02 pm
From Meanie's site:

Quote
Startup Screen Customisation

Customising the startup screen is possible. The startup image is a 90 degrees rotated bmp file (480x640) with a 24bit colour depth called Startup_screen.bmp. You simply need to copy it to the correct location so it will be picked up at boot time.

if [ -f /home/QtPalmtop/pics144/Startup_screen.bmp ]; then

      sdisp /home/QtPalmtop/pics144/Startup_screen.bmp &

else

      bzcat /usr/QtPalmtop.rom/pics144/Startup_screen.bmp.bz2 > /tmp/Startup_screen.bmp
      rm -f /tmp/Startup_screen.bmp


Rename your custom bitmap to Startup_screen.bmp and put it here: /home/QtPalmtop/pics144/Startup_screen.bmp