Author Topic: Cacko 1.23 Boot Screen  (Read 2443 times)

ljonesj

  • Newbie
  • *
  • Posts: 42
    • View Profile
    • http://
Cacko 1.23 Boot Screen
« 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.
« Last Edit: August 31, 2006, 01:39:19 pm by ljonesj »
sl-c 3200 flashed to cacko 1.23 codenamed Joanna Dark
64 mb sd card
512 mb sd card
128 mb compact flash
planex cf wifi card
4gb transcend compact flash and zaurus reconizes it

causle linux user
main laptop windows xp home

moi

  • Jr. Member
  • **
  • Posts: 94
    • View Profile
    • http://
Cacko 1.23 Boot Screen
« Reply #1 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.

mathemajikian

  • Sr. Member
  • ****
  • Posts: 301
    • View Profile
    • http://exit3.i-55.com/~xikon/openbsdzaurus.html
Cacko 1.23 Boot Screen
« Reply #2 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