GNOME Bugzilla – Bug 709168
The number assigned to the displays does not match the description
Last modified: 2013-10-04 15:15:36 UTC
Created attachment 256168 [details] Screenshot My "primary" display is listed as display "2" while the "secondary is "1", which is confusing.
But if you were to switch the primary monitor to be the one marked "1" it would be right... I think that might be one of the reasons we used colours in the past.
Alright I got this wrong, I was under the impression the internal display was always called the primary display, but the primary display is the one with the panel... still very confusing (or even more so now)
Created attachment 256459 [details] [review] display: always label the built in display as "1"
Review of attachment 256459 [details] [review]: As mentioned on IRC, this doesn't seem to reorder the displays in the panel itself.
Created attachment 256477 [details] [review] display: always label the built in display as "1"
Review of attachment 256477 [details] [review]: ::: panels/display/cc-display-panel.c @@ +418,3 @@ + + /* ensure the built in display is first in the list */ + if (gnome_rr_output_is_builtin_display (output)) That should be the primary monitor (the one labelled "1") first, not the builtin monitor.
(In reply to comment #6) > Review of attachment 256477 [details] [review]: > > ::: panels/display/cc-display-panel.c > @@ +418,3 @@ > + > + /* ensure the built in display is first in the list */ > + if (gnome_rr_output_is_builtin_display (output)) > > That should be the primary monitor (the one labelled "1") first, not the > builtin monitor. As discussed on IRC, labelling the built in display as "1" was the intended solution.
Attachment 256477 [details] pushed as 17126cc - display: always label the built in display as "1"
Review of attachment 256477 [details] [review]: Never mind, we said that we should show the internal display first, not the primary...