GNOME Bugzilla – Bug 790768
Switching from "Mirror" to "Join Displays" doesn't reset resolutions
Last modified: 2017-12-08 16:09:34 UTC
When in "Join Displays" mode and one just selects "Mirror" to switch immediately back to"Join Displays" in the dialog (not activating the settings) then all displays have the same common resolution set. The defaults should be restored when switching between modes.
Created attachment 364328 [details] [review] display: Reset configuration when switching layouting modes When switching between screen mirroring and joining displays the configuration needs to be reset. Otherwise the monitor scaling will not be set back to the current scaling again. Split out the code to reset the current configuration and call that when the mode is switched to ensure the changes are minimal.
Review of attachment 364328 [details] [review]: looks fine, thanks. please push to both master and gnome-3-26 ::: panels/display/cc-display-panel.c @@ +1901,1 @@ priv->current_output = NULL; this line is already above so we can remove it here
Attachment 364328 [details] pushed as 0a57c67 - display: Reset configuration when switching layouting modes