Marcelo Chiapparini wrote:
Hi!

I need to run manually the following script each time I boot the system:

#!/bin/sh
#switchs the Xvideo output to the correct CRT display
xvattr -a XV_SWITCHCRT -v 1
fi

I would like to put it in a place in order to be automatically executed
at boot time. Where is the best place?


What's the 'fi' for?

Why don'you put
xvattr -a XV_SWITCHCRT -v 1

into /etc/rc.local?

Hugo


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to