Announcement

Collapse
No announcement yet.

automatic booting of script at bootup for dual display

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    automatic booting of script at bootup for dual display

    I have devised a script named /home/fl/Desktop/dual_display_Benq_MSI.sh for dual display (my laptop and and a stand alone display):

    xrandr --output LVDS1 --mode 1366x768 --output VGA1 --mode 1920x1080 --right-of LVDS1

    It works just fine.

    However, I would like it to boot at startup. In another distribution I used to put it under /root/.kde/Autostart.

    #2
    Re: automatic booting of script at bootup for dual display

    Sorry for this one I just found it with search ~/.kde/Autostart, and got /home/fl/.kde/Autostart

    Comment

    Working...
    X