Re: place for script

2007-08-13 Thread Marcelo Chiapparini
On Sun, 2007-08-12 at 19:58 -0500, Hugo Vanwoerkom wrote: > 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 > > >

Re: place for script

2007-08-12 Thread Hugo Vanwoerkom
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

place for script

2007-08-12 Thread Marcelo Chiapparini
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? thanks in ad