[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-15 Thread Matthias Jordan
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-13 Thread Thomas W.
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-07 Thread Chris
@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:

output name=eDP1
  vendorAPP/vendor
  product0x9cf0/product
  serial0x/serial
  width1440/width
  height900/height
  rate60/rate
  x1920/x
  y0/y
  rotationnormal/rotation
  reflect_xno/reflect_x
  reflect_yno/reflect_y
  primaryyes/primary
  /output
  output name=VGA1
  /output
  output name=HDMI1
  vendorAOC/vendor
  product0x2369/product
  serial0x073e/serial
  width1920/width
  height1080/height
  rate60/rate
  x0/x
  y0/y
  rotationnormal/rotation
  reflect_xno/reflect_x
  reflect_yno/reflect_y
  primaryno/primary
  /output

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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-06 Thread Chris
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-06 Thread HaraldK
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-06 Thread HaraldK
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-05 Thread The Bright Side
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-04 Thread Gabriel Hege
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-04 Thread Jody Albritton
Does your layout stay in the proper configuration even on the greeter?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-02 Thread Launchpad Bug Tracker
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-01 Thread mustangtyson
** Changed in: gnome-shell
   Status: New = Confirmed

** Changed in: elementaryos
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-08-01 Thread mustangtyson
** Also affects: gnome-settings-daemon (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-29 Thread Greg Wilkins
@Sebastien

Sorry to comment on a meta-issue, but it concerns me when you say:

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.

As an open source developer, I too get a little frustrated by responses
saying they will switch to a competitor.   However, I also think it is
dangerous to entirely dismiss such feedback. Changing OS over a bug
does seem like a lot of work, so you have to ask yourself why?
Perhaps it is because it is becoming all too frequent with ubuntu that
your desire to add new featues is causing you to frequently break
existing behaviours. This bug is not an isolated occurance and my
own user experience is that the gnome3 ubuntu desktop experience is that
things that have worked for literally decades are likely to just break
and stay broken for some time.   Since 14.04 I've had issues with sloppy
mouse focus, screen lock, suspend/resume and now screen placement.

I really think ubuntu needs to give higher priority in your processes to
broken existing behaviour.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-25 Thread Jody Albritton
I was able to resolve this issue by moving to the gnome/staging ppa. I
still have my default monitor moving to the left for the greeter at
login.  I am using the current nvidia driver with two dvi monitors and
one HDMI.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-23 Thread Frank Neirynck
I have the same problem here: using Ubuntu 14.04 on AMD64 with gnome-
shell-3.10.4-0ubuntu5 after everey reboot the screen sequence is reset.
Most annoying improvement from 12.04!

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-16 Thread Cassidy James
** Also affects: elementaryos
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-16 Thread Cassidy James
We're experiening this same bug in Pantheon on development versions of
elementary OS Freya (based on Ubuntu 14.04).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-16 Thread Cassidy James
@claus2, I can confirm that behavior.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-13 Thread HaraldK
Someone says it might be a timing problem. Since upstart does not log
time stamps (:-/), would it help to run strace on lightdm or gnome-shell
when they start and provide the resulting log to see which processes are
started in which order and which files are accessed on the way?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/gnome-shell/+bug/1292398/+subscriptions

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-13 Thread ilektron
I have to add my opinion on the importance of this bug.  This bug can
render a second monitor unusable, if every time I wish to log in I must
turn on my TV and switch to the proper input.  Shouldn't the severity of
the bug escalate the importance to some degree?  By no means is this a
high importance bug, but it would be nice to know that it is at least
high enough importance to be worked into a scheduled development effort.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/gnome-shell/+bug/1292398/+subscriptions

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-04 Thread mustangtyson
** Changed in: ubuntu-gnome
   Status: New = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/gnome-shell/+bug/1292398/+subscriptions

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-07-03 Thread claus
It seems to me, that the problem is related to the setting of the  primary 
display in the monitors.xml. Everything works fine unless I move the primary to 
a display, other than the very left.
My setup is a three monitor setup. Primary on the left display works. If I move 
primary to the center, than the center screen is moved to the left on the next 
login.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/gnome-shell/+bug/1292398/+subscriptions

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-30 Thread mustangtyson
@darkxst
We need to compare the monitors.xml that is written when running gnome3 vs 
unity to see if there are any differences.

** Also affects: gnome-shell
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/gnome-shell/+bug/1292398/+subscriptions

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-30 Thread Tim
** Also affects: ubuntu-gnome
   Importance: Undecided
   Status: New

** Changed in: ubuntu-gnome
Milestone: None = trusty.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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/gnome-shell/+bug/1292398/+subscriptions

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-21 Thread Sebastien Bacher
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-21 Thread Tim
I can't reproduce this here with my 3 monitor system...

mutter via gnome-shell writes out the monitors.xml, in exactly the same
format as g-s-d and it will get read back in at startup unless there is
some sort of race condition messing things up. (gdm/Greeter configs are
currently unsupported, but I have a patch for that will atleast get
uploaded to utopic at some point.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-20 Thread Smith
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-20 Thread Sebastien Bacher
@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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-20 Thread Smith
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-20 Thread Sebastien Bacher
 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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-20 Thread gord-s
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-20 Thread Sebastien Bacher
@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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-06 Thread Adi
@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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-06 Thread The Gavitron
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-06-06 Thread The Gavitron
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-27 Thread Michael Zedeler
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-27 Thread Mrpgruber
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-26 Thread gord-s
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-26 Thread Sebastien Bacher
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-24 Thread DigingBil
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-19 Thread germulvey
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-17 Thread mustangtyson
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-16 Thread mika
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-11 Thread HaraldK
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-11 Thread mustangtyson
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-05-03 Thread Rob McCabe
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-04-30 Thread schwartuntu
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-04-29 Thread Julien
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=1noredirect=1#457100

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-04-28 Thread Smith
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-04-23 Thread rmais96
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-04-13 Thread Launchpad Bug Tracker
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
Bugs, which is subscribed to 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

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


[Bug 1292398] Re: multi-monitor : second screen position isn't saved from one session to another

2014-03-14 Thread Sebastien Bacher
** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to 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

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