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.local to /etc/rc.local > systemctl start rc-local.service > > 2) added command to /etc/kde/kdm/Xsetup > chmod a+x /etc/kde/kdm/Xsetup > > > Neither of the above solutions work > > > I'm running Fedora 21, KDE spin (64bit) > > Thanks in advance for any help... I created an executable file /etc/X11/xinit/xinitrc.d/99-xrandr, to position and rotate my second monitor, #!/bin/bash xrandr --output DVI-I-2 --rotate left xrandr --output DVI-I-1 --pos 0x350 -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org