Skip to content

monitor-manager: Filter out low screen resolutions

Andrea Azzarone requested to merge azzaronea/mutter:fix-lp-1772831 into master

Avoid exporting through org.gnome.Mutter.DisplayConfig.GetCurrentState excessively-low screen resolutions setting both a minimum width and a minimum height. GetCurrentState is e.g. used by Gnome Control Center to build a list of selectable resolutions.

Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=793223

Merge request reports