GNOME Bugzilla – Bug 790809
Changing display scale doesn't cause "Apply" button to appear
Last modified: 2018-01-21 14:28:31 UTC
To reproduce: 1. Go into "Displays" panel (note: my current configuration is two displays, each at 200% scaling). 2. Change the "Scale" on one of the displays Expected result: "Apply" button appears. Actual result: "Apply" button does not appear.
Ah, this seems to happen because I need to set the same "Scale" setting on all displays. The "Apply" button only appears when the "Scale" setting is the same on all displays and is not equal to the current scale. Still, the messaging is rather confusing.
(Or rather the lack of messaging).
Created attachment 365700 [details] [review] display: Add support for mutter's global scale requirement If mutter requires the same scale on all logical monitors we must propagate a scale set on one monitor to the remaining ones or we'll fail validation leaving users wondering why it doesn't work.
Review of attachment 365700 [details] [review]: The code makes perfect sense, but I don't have the hardware to test this, so I'll push them and wait for the complaints.
Pushing as states. Please reopen the bug if you find any issues with the patch. Attachment 365700 [details] pushed as 1fe3f5c - display: Add support for mutter's global scale requirement