GNOME Bugzilla – Bug 751680
patches for tiled monitor support
Last modified: 2015-07-01 08:52:27 UTC
These patches are required so the display panel shows tiled monitors as a single monitor, with the correct modes.
these depend on the gnome-desktop patches.
Created attachment 306332 [details] [review] add support for tiled monitors
Created attachment 306333 [details] [review] don't early exit loops if not primary this is needed to fix the case where we switch a tiled monitor between primary and secondary and back.
Review of attachment 306332 [details] [review]: Need to bump the gnome-desktop requirements in configure.ac as well.
Review of attachment 306333 [details] [review]: > This is stopping it "it" what? > display: don't break out of loop if we weren't primary Please explain the user-facing changes here.
So I wasn't sure how you guys deal with configure.ac bumps, I suppose I have to wait until gnome-desktop gets the patches applied in a release, then bump GNOME_DESKTOP_REQUIRED_VERSION from 3.11.3 to 3.17.x If so I'll have to wait until gnome-desktop gets pushed.
Created attachment 306458 [details] [review] fix behaviour with changing from primary to secondary and back
Committed after a few commit message changes. I also added the version req bump.