Logo Banner on Pegasos
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    serge
    Posts: 725 from 2003/2/20
    There's a logo banner on OpenFirmware. This logo on my pegasos is a
    lettre B on a blue cercle.
    I would like to change it, but dont know if it's possible.

    If yes, What is the image format to use?
    How many colors can I use?

    thanks.
  • »23.12.04 - 17:15
    Profile
  • pOS
  • Order of the Butterfly
    Order of the Butterfly
    pOS
    Posts: 217 from 2003/11/14
    From: Bavaria
    AFAIK that's not (yet?) supported.
  • »23.12.04 - 20:26
    Profile Visit Website
  • Yokemate of Keyboards
    Yokemate of Keyboards
    takemehomegrandma
    Posts: 2720 from 2003/2/24
    I think its very doable. I am not sure about this, but I think I read
    somewhere that you can even make animations and play little tunes upon
    startup, or pretty much what you like within the boundaries of the
    Forth interpreter in the firmware. I could be wrong though.
    MorphOS is Amiga done right! :-)
    MorphOS NG will be AROS done right! :-)
  • »23.12.04 - 22:27
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Posts: 261 from 2003/3/13
    From: Rotterdam, the...
    That would be funny.. :)
  • »24.12.04 - 11:53
    Profile Visit Website
  • pOS
  • Order of the Butterfly
    Order of the Butterfly
    pOS
    Posts: 217 from 2003/11/14
    From: Bavaria
    Hi,i already tried it, but without success.

    My script was:

    create logarray d# 512 allot endof
    logarray d# 256 0 do i over i + c! loop drop endof
    logarray d# 256 " oem-logo" $setenv endof
    setenv oem-logo? true endof
    banner endof

    The Sun OpenFirmware documentation says that custom logos are supported, but the implementation used on Pegasos doesn't support this (yet?).
    My script failed with a message that the system variable oem-logo doesn't exist.
  • »24.12.04 - 12:15
    Profile Visit Website