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
-
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.
-
Your answer, as always happens, can be found at Meanie's site. You can find it looking at its signature.
-
From Meanie's site:
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