https://bugs.kde.org/show_bug.cgi?id=346961
--- Comment #25 from Dmitry <dmitry.a.kuzme...@gmail.com> --- The most reliable solution at this moment is to create an .sh script like this: $ cat ~/bin/display.sh #!/bin/bash xrandr --output HDMI1 --primary --auto --pos 0x265 --output VGA1 --auto --rotation left --pos 1920x0 And place it to autostart. -- You are receiving this mail because: You are watching all bug changes.