Re: how to run xrandr command at startup

2015-01-03 Thread John M Cavallo
On Friday, January 02, 2015 03:44:49 PM CS DBA wrote: > Hi all; > > I want to run an xrandr command at startup. > > I Tried these solutions with no luck: > > 1) added command it to /etc/rc.d/rc.local (as a script with #!/bin/bash > as the first line) > created a soft link from /etc/rc.d/rc.

Re: how to run xrandr command at startup

2015-01-02 Thread Ed Greshko
On 01/03/15 06:44, CS DBA wrote: > Hi all; > > I want to run an xrandr command at startup. > > I Tried these solutions with no luck: > > 1) added command it to /etc/rc.d/rc.local (as a script with #!/bin/bash as > the first line) > created a soft link from /etc/rc.d/rc.local to /etc/rc.local >

Re: how to run xrandr command at startup

2015-01-02 Thread CS DBA
On 1/2/15 3:44 PM, CS DBA wrote: Hi all; I want to run an xrandr command at startup. I Tried these solutions with no luck: 1) added command it to /etc/rc.d/rc.local (as a script with #!/bin/bash as the first line) created a soft link from /etc/rc.d/rc.local to /etc/rc.local systemct

how to run xrandr command at startup

2015-01-02 Thread CS DBA
Hi all; I want to run an xrandr command at startup. I Tried these solutions with no luck: 1) added command it to /etc/rc.d/rc.local (as a script with #!/bin/bash as the first line) created a soft link from /etc/rc.d/rc.local to /etc/rc.local systemctl start rc-local.service 2) added