[Plasma Workspace Wallpapers] [Bug 354379] Wallpaper fails to rotate 90 on dual screen with external scr. on left. Stays horiz. and spills over onto right scr.

PhillB via KDE Bugzilla bugzilla_noreply at kde.org
Tue Oct 27 20:13:03 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=354379

--- Comment #7 from PhillB <phillb at 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.


More information about the Plasma-devel mailing list