[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: place for script



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



Reply to: