dx-packages team mailing list archive
-
dx-packages team
-
Mailing list archive
-
Message #43567
[Bug 1295267] Re: Windows change Monitor/Desktop after screen lock
Oops I only posted bash comments and not bash code. Here is full
function:
xreset () {
# Reset xrandr to normal, first use: xrandr | grep " connected "
# HDMI-0 connected 1920x1080+0+0 (normal left inverted right x axis y axis) 1107mm x 623mm
# eDP-1-1 connected primary 1920x1080+3840+2160 (normal left inverted right x axis y axis) 382mm x 215mm
# DP-1-1 connected 3840x2160+1920+0 (normal left inverted right x axis y axis) 1600mm x 900mm
xrandr --output HDMI-0 --mode 1920x1080 --pos 0x0 --rotate normal \
--fb 1920x1080 --panning 1920x1080 \
--output DP-1-1 --mode 3840x2160 --pos 1920x0 --rotate normal \
--output eDP-1-1 --mode 1920x1080 --pos 3840x2160 --rotate normal \
--primary
# --panning option added because HDMI-0 was mirroring all other monitors
# and "panning" back and forth. --fb option added next day.
} # xreset
--
You received this bug notification because you are a member of DX
Packages, which is subscribed to compiz-plugins-main in Ubuntu.
Matching subscriptions: dx-packages
https://bugs.launchpad.net/bugs/1295267
Title:
Windows change Monitor/Desktop after screen lock
Status in GNOME Shell:
Unknown
Status in Unity:
Fix Released
Status in Unity 7.1 series:
Fix Released
Status in compiz-plugins-main package in Ubuntu:
Fix Released
Status in unity package in Ubuntu:
Triaged
Bug description:
I run a dual monitor configuration, with one portrait and one
landscape.
I nearly always have multiple applications open in multiple windows
across both monitors and all virtual desktops.
When I lock the screen and then unlock, my application windows will
move from their original position.
Sometimes they are in completely random positions;
Other times they seem to get the monitors confused, and rather than
being in the top half of the portrait monitor they are on the top half
of the landscape monitor;
Sometimes it is only a new desktop, but the monitor position is the
same;
Sometimes it is the same desktop, but on the other monitor.
Description: Ubuntu 13.10
Release: 13.10
What I expect to happen: When I unlock my computer, all the windows
are in the same position on the same monitor and desktop as I left
them.
What actually happens: When I unlock my computer, some or all of the
windows have been changed to a random position on a random monitor
and/or desktop.
To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1295267/+subscriptions
References