Animation/Sound at Bootup

Posted by: KoS

Animation/Sound at Bootup - 09/06/2001 01:36

a thing that would be very nice:
if the empeg shows at boot up an animation and/or you can here a sound. any idea on how to do it or has it already somebody done? i'm thinking about doing something with the animation-display tool of dave (tool) ?

greets
KoS

Posted by: mtempsch

Re: Animation/Sound at Bootup - 09/06/2001 03:21

Take a lok at this

You need to have the stock binary /sbin/init file replaced by a script
so that you can add the command(s) to run visualizations prior to
starting the player. You may want to look at the VolAdjust/Picker
package, which among other nice things give you a sh-script to replace
the binary /sbin/init. Good instructions too!

I don't think there's a VolAdj package for the 1.03beta series, but
I'm sure there will be once it's out of beta.

As to boot up sounds, I don't know anything specific, and don't know
if an ordinary mp3 player compiled for arm would work. Maybe the
SID player
could be pressed to service if you can make the sound you
want in that format.

/Michael

Posted by: KoS

Re: Animation/Sound at Bootup - 09/06/2001 09:27

i have already done the thing with the init-script, but i have thought about showing an animation INSTEAD the bootup logo(s). i think i would have to replace the kernel to do this?

KoS

Posted by: Sevenger

Re: Animation/Sound at Bootup - 09/06/2001 09:52

I made a little animation showing at startup dirct after the logo has been displayed!
I have attached a little pdf file i wrote discibing how to install.

Fabian
S/N 080000540 12GB blue
Posted by: drakino

Re: Animation/Sound at Bootup - 09/06/2001 10:09

One warning on the startup sound. Make sure you use some type of volume control, since playing a sound before the player starts will result in it being played at 0db. (I found out the hard way back with my Mk1, late at night in front of a friends apartment building.)

Posted by: Sevenger

Re: Animation/Sound at Bootup - 10/06/2001 07:41

Any further hints to create a bootup sound??

Fabian
S/N 080000540 12GB blue
Posted by: fvgestel

Re: Animation/Sound at Bootup - 11/06/2001 02:54

look at this post for an example...

Frank van Gestel
Posted by: Dearing

Re: Animation/Sound at Bootup - 11/06/2001 11:29

You may want to modify your PDF, as it'll be hard to edit the init file if it's not plain text.

_~= Dearing =~_
"WAY too happy about having #99."
Posted by: Sevenger

Re: Animation/Sound at Bootup - 11/06/2001 14:55

So I just recognize that I have forgotten a very important point.
You have to know that I'm also a really newbie with linux and don't know much about it!
So what I forgot is, that you have to install displayserver.
The standard ini is a non human readable file.
If you install the displayserver the original init will be renamed and loaded after displayserver.
Theres a new init addedwich is human-readable.
I jus know how to edit this readable file.
So it would be a good idea to install displayserver :-)

Sorry

Fabian
S/N 080000540 12GB blue
Posted by: bonzi

Re: Animation/Sound at Bootup - 11/06/2001 15:41

So it would be a good idea to install displayserver :-)

While it is doubtlessly a good idea to install Displayserver, it is by no means necessary in order to modify your /bin/init . This has been mentioned a few days ago by somebody else, but here it is again:

cd /bin
mv init init_orig
cat > init
#!/bin/sh
# Your stuff here. Make sure it exits or runs in background
exec /bin/init_orig
Ctrl-D <---- this is control-D character, default Unix shell EOF char
chmod +x init



The lines between cat > init and Ctrl-D get copied to a new text file init. If you make a mistake, repeat only this part.

Cheers!

Dragi "Bonzi" Raos
Zagreb, Croatia
Q#5196, MkII#80000376, 18GB green