https://bugs.kde.org/show_bug.cgi?id=354379
--- Comment #7 from PhillB <phi...@webwombat.com.au> --- So now I've tried to drive xrandr directly to get what I need (see below). Results are variable. Sometimes it works other times one or other screen goes black and its desktop stops working. I can still drag windows on to it though and the screen are always in the correct posistion. Also the K-menu thing on the bottom left pops up in the wrong place (in the middle of the screen) as if the screen hasn't rotated. Running this script several times generally makes things go nuts. It may have the wrong combination of parameters or something? The idea is to turn the screen of and then on again. #!/bin/bash set -x xrandr \ --output LVDS1 \ --auto \ --pos 0x0 \ --rotate normal \ --output VGA1 \ --off xrandr \ --output LVDS1 \ --auto \ --pos 1050x912 \ --rotate normal \ --output VGA1 \ --auto \ --pos 0x0 \ --rotate left -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel