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.
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
>
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
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