[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
I tried the workaround proposed by thw-th. It works, but only for the first login. That means the screen configuration is wrong - on the login screen (gdm) - after locking the screen and unlocking it again With lightdm, the login screen works like a charm but the desktop is affected by the screen config issue right after logging in, when the above workaround is not installed. So, yes, seems like a GNOME issue. Not the only one, I'd like to add. -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Because this seems to be a timing issue, I extend the approach of HaraldK. The idea is just start the g-s-d a little bit later. Therefore I create a file /usr/share/upstart/sessions/gnome-settings- daemon.override which overrides the exec statement: script sleep 2 exec /usr/lib/gnome-settings-daemon/gnome-settings-daemon end script This works for me on several setups (with SSD and conventional hard disks). Adding a somewhat random delay is not really a satisfying solution. A real Bugfix is still needed! Other test relying on /etc/xdg/autostart/ completely fail, although the autostart is basically working and a g-s-d startup file is installed by default. -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
@HaraldK Weirdly, I actually mean on the left. I tested different configurations where the origin was not 0,0 (for example moving both monitors by 1 to the right) and the monitors.xml file only takes when the primary display is on the left. For example: APP 0x9cf0 0x 1440 900 60 1920 0 normal no no yes AOC 0x2369 0x073e 1920 1080 60 0 0 normal no no no will not be used but swapping the HDMI1 monitor to be primary (as per previous attachment) will work. I have not tried any vertical configurations. -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Now here is something that did help. In effect it is likely much the same as killing gnome-settings-manager, except it is not killed, but just started later: sudo echo manual >/usr/share/upstart/sessions/gnome-settings- daemon.override This prevents the gnome-settings-daemon to be started by the 'init --user' session manager. I thought now the gnome-settings-daemon might be started by one of /usr/share/upstart/xdg/autostart/gnome-settings-daemon.desktop /etc/xdg/autostart/gnome-settings-daemon.desktop but these don't seem to do anything. Therefore I created a ~/.config/autostart/gsd.desktop which starts gnome-settings-daemon. The downside of this approach in contrast to the kill-approach is that the if the daemon falls over, it is not automatically restarted. Obviously it helps to start the daemon rather later than earlier. Looking at the preconditions in /usr/share/upstart/sessions/gnome-settings-daemon.conf, they are start on started dbus and starting gnome-session INSTANCE=GNOME There is probably only one little thing missing here, but I have no background to guess what it might be. -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
What do you mean "on the left"? Somehow it is hard to believe the actual physical location should be important. But clearly one of the monitors must be listed first in monitors.xml and gets x,y=0,0 assigned, while the other monitor is then relative to this one. So we have three properties a monitor can have: 1) internal laptop or external (or put it: hardware's main monitor and additional monitor) 2) has the gnome panel or not 3) is listed with x,y=0,0 as reference in monitors.xml Makes 8 possibilities. Argh, do I really want to try them now? (BTW: my monitors are stacked up vertically, the external one on top has the panel. And, hell, I just notice my monitors.xml gathered 3 configurations meanwhile. Ohh my.) -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
In case it's useful: I have confirmed the issue on Ubuntu Gnome 14.04 but only when the monitor on the left is not the primary monitor. i.e. I can set my external monitor to be on the left of my laptop's built in screen, but only if I set it as the primary display. This might be important because, for me at least, it was not a "timing problem" but a configuration problem. Working monitors.xml attached. ** Attachment added: "monitors.xml" https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1292398/+attachment/4170913/+files/monitors.xml -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Thanks for your suggestion, Gabriel! Just to chime in - didn't work for me. -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Does your layout stay in the proper configuration even on the greeter? -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
I was also affected by this bug, but copying the correct monitors.xml from ~/.config to /etc/gnome-settings-daemon/xrandr fixed the problem for me (in contrast to #19). -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-settings-daemon (Ubuntu) Status: New => Confirmed -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
** Also affects: gnome-settings-daemon (Ubuntu) Importance: Undecided Status: New -- 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: multi-monitor : 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
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
The issue is a gnome-shell one (see e.g comment #10), gnome-control- center/settings-daemon work correctly, it's gnome-shell that reconfigure the monitors when it starts, reassigning to that component ** Package changed: gnome-control-center (Ubuntu) => gnome-shell (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
@gord: What your company is doing is their decision, not a lot we can do. Changing OS over a bug doesn't seems like a rationnal decision, your company could have looked at this issue, and contributed a fix for likely a lot less of efforts than it's going to take them to change systems on a thousand mahcines. It might be that Mint is going to have the same bug next time they update/rebase on Ubuntu (they are based on it after all), in which case you handle a transition for an OS which is having a less strong security and support story, good luck with that. Not sure about the numbers, we don't track users/installations nor collect datas. It's just that Canonical supports Unity as its main product, tyou liking the desktop or not is not changing that fact. I'm sure you could find somebody selling support for GNOME remix though... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Sebastian said: >The user numbers are only one metric, those numbers are low, the importance of >the other bug is High due to the fact that.. Then in that case, may I suggest a change of policy somewhere? I've just been informed that this weekend our entire corporate entity will move to Mint (MATE) from Ubuntu Gnome, due to this bug. The kicker is that they now won't be going for Landmark next quarter, which is annoying. That's over 3,100 desktops lost to a competitor (it's business, so competitor is the appropriate word in this case), according to the feeling I'm hearing they may jump ship on servers soon too, which is more my department, so I'm extremely disappointed. The bug simply doesn't happen on Mint and time is money, simple as that, it's not my decision, it was board-level no less. Every decision on bug triage as well as release policies have consequences, I shouldn't have to mention how much the adoption and force-feeding of Unity has tainted the reputation of Ubuntu in many corporate eyes that were used to Gnome2 or legacy CDE-lookalikes. 58 affected - yeah right. Moving forward: we use local mirrors to do all install and updates, we also have very strict firewalling and all traffic at every site goes though a application gateway to sanitise traffic - could that be a reason why "those numbers are low"? If so, what should be allowed (popcon?, not using local mirrors? something else?) to allow Canonical HQ to see the true user numbers of non-Unity DEs? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
> Does this mean that the support for other desktop environments is not held in as high regard as that for unity? Well, Unity is the default desktop/what most users are running, so yes we look in priority to bugs that affect it. Canonical is also paying people to work on Unity where GNOME is community maintained (though we help fixing issues when we can) The user numbers are only one metric, those numbers are low, the importance of the other bug is High due to the fact that it's a segfault an not only an usability issue... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Thank you for the explanation. I understand this is not a critical bug, but your comment about the default desktop environment concerns me. Does this mean that the support for other desktop environments is not held in as high regard as that for unity? Also concerning is your statement about affect few users, this bug is marked as affecting 58 users, the most important bug in the tracker (rated by importance, https://bugs.launchpad.net/ubuntu/+source/gnome-control- center/+bug/805376) says it affects 77 users. I do not see how 58 is much less than 77. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
@Smith That bug happens only to few users, it has not even been confirmed to apply to the default desktop environement. The bug settings are also not that important, having it flagged "low" doesn't mean it's not going to be worked on or resolved, it's just not a security issue or a data lost issue, mostly an usability one -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Has anyone explained why this bug is set to low? We waste a lot of time dealing with this bug during the development of our systems, an explanation as to the choice of importance would be appreciated. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
it's possible that this is an upstream issue, per https://bugzilla.gnome.org/show_bug.cgi?id=694761 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
this is probably related to this bug: https://bugs.launchpad.net/ubuntu/+source/unity-greeter/+bug/1283615 I'm not yet sure which is cause vs effect, but doing: $ sudo cp ~/.config/monitors.xml /etc/gnome-settings-daemon/xrandr/ caused lightdm to start with the 'correct' monitor configuration for me. Sadly, it did not persist through login to gnome-shell, but $ nohup gnome-settings-daemon -r seems to fix it for my user session. ** Bug watch added: GNOME Bug Tracker #694761 https://bugzilla.gnome.org/show_bug.cgi?id=694761 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
@Sebastien Bacher: It is also happening on Unity, even if you set screen settings from AMD Catalyst (I have an AMD card), until you make changes from Gnome Control Center and save them. After that problems are "almost" fixed. "Almost" means that before the login process everything is still messed up (my login prompt appears on my TV), but after login problem dissapear. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Same deal here: Ubuntu 14.04 with gnome-shell-3.10.4-0ubuntu5 on Intel i5-2400, 64bit. Not on my XFCE installation, though. Fixed by swapping my (identical) monitors. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Same problem here. Ubuntu 14.04 on AMD64 with gnome- shell-3.10.4-0ubuntu5. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
is anyone having the issue on Unity or is that specific to gnome-shell? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
I have it on every single machine that has more than one monitor (that's every single machine I own, basically), across various video card manufacturers. Because of that, my hunch is that everyone is affected if they use more than one monitor :| -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Same issue here, it is driving me mad :( Ubuntu Gnome 14.04 , 3.13.0-24-generic, same problem with catalyst and radeon drivers 2 dvi monitors, on reboot position not saved and I have to manually run "killall gnome-settings-daemon" , so the monitors position could be applied. It is really not right to leave this with low importance. What's the criteria to set it to "low" anyway?? -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Similar issue, nvidia 550ti - gnome ubuntu 14.04 also mint 17 setting tv to off and main monitor on - no change to position on saving in either nvidia-settings or display results in both turned on after reboot. this worked fine previously on mint 16 or ubuntu gnome 13.10 Plus setting importance to low is not very helpful to those who have the issue, I bet if it affected a developer it would be much higher importance, every bug is important to those it affects! -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Deleted ~/.config/monitors.xml and have tried a fresh configuration across reboots. Did not resolve issue. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
it's happening every time gnome-shell is (re-)started, not only at login (or is there a silent logout/login when we alt+f2 then r ?) please increase importance -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Marked my bug as duplicate. https://bugs.launchpad.net/ubuntu/+source/meta-gnome3/+bug/1312763 14.04 64 bit 3 monitors running on nouveau driver gnome 3 Will not remember monitor position through reboots -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Can confirm Juliens solution of killing the gnome-settings-daemon on statup. It may help to delete ~/.config/monitors.xml and configure your monitos freshly to clean this file up. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Same proble for me, Ubuntu Gnome 14.04 64 bit, AMD Radeon 7470, thx -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Same Problem on Gubuntu 14.04 64 bits. Also change with nvidia x server settings (safe to xorg.conf) does not help. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Same problem on Ubuntu GNOME 14.04 64bits also Workaround is to restart gnome-settings-daemon at session startup : http://askubuntu.com/questions/450767/multi-display-issue-with-ubuntu-gnome-14-04/457100?iemail=1&noredirect=1#457100 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Is this the recommended fix at the moment? http://bernaerts.dyndns.org/linux/74-ubuntu/309-ubuntu-dual-display- monitor-position-lost -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Exactly the same issue with my desktop machine (Ubuntu and Gnome Shell). I can change settings to put my secondary screen on the left but after system reboot secondary screen is on the right again. Whereas it was all right with previous Ubuntu 12.04 and 13.10. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gnome-control-center (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs
[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another
** Changed in: gnome-control-center (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu. https://bugs.launchpad.net/bugs/1292398 Title: multi-monitor : second screen position isn't saved from one session to another To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1292398/+subscriptions -- desktop-bugs mailing list desktop-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/desktop-bugs