My setup is three monitors, one 24" 1920x1080, one 27" 2560x1440 and one 17" 
1024x1280 (rotated).
Because my biggest screen is the primary and the others are on each side 
(according to the description above), when the settings are lost the rotated 
screen gets "unrotated" and the alignment is 27, 17, 24 instead, leaving me 
with a middle monitor rotated the wrong way and a very frustrated wife... :*( ;)

The bug seems to be based in gnome-shell, as it's like marco said, as
soon as gnome-shell is restarted the monitor settings are forgotten.
Restarting the daemon works, but to make it work even when restarting
the shell it has to be triggered by the process gnome-shell rather than
the service gnome-session, i believe.

For me, it doesn't work to get the settings loaded before or at the
login page. Tried all of the above and executing xrandr at differenct rc
levels, gdm levels, etc. I'm not sure what initiates the default
settings for all users, which would be the logical options to load at
the loginpage and whenever a new user login.

There are alot of workarounds to load the correct settings after user
login, the best by far is the one HaraldK, Thomas W. and Yogu came up
with together. To sum it up a bit, because it's all mixed up right now:


Edit this file: /usr/share/upstart/sessions/gnome-settings-daemon.conf

The file should look like this:
___________________________________________________________________________

description "The Gnome Settings Daemon"
author "Stéphane Graber <email address hidden>"

start on started dbus and starting gnome-session INSTANCE=GNOME
stop on stopping gnome-session

respawn
script
  sleep 2
  exec /usr/lib/gnome-settings-daemon/gnome-settings-daemon
end script
___________________________________________________________________________



As Thomas W. said, the sleep timing should be changed to whatever works for 
you. 
I've tried to 

This bug should change status to medium at least.

I hope you guys find a resolution for this soon!

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1292398

Title:
  Second screen position isn't saved from one session to another

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1292398/+subscriptions

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to