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