diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2017-03-24 15:36:12 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2017-08-21 12:20:53 +0800 |
commit | e8a62861c9db0d645fee4fddd5ac17e2b561317e (patch) | |
tree | ac9fa9036c37f8140afeb18793cc026dd3ec130c /data | |
parent | 9ac87b36c1ee5141cf44cc979def0878c516c6f2 (diff) | |
download | mutter-e8a62861c9db0d645fee4fddd5ac17e2b561317e.tar.gz |
Remove old monitor configuration system
Remove the old MetaMonitorConfig system and mark the new one as
non-experimental. This also removes the D-Bus property.
https://bugzilla.gnome.org/show_bug.cgi?id=777732
Diffstat (limited to 'data')
-rw-r--r-- | data/org.gnome.mutter.gschema.xml.in | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in index 7fad66145..6cbd9c1b5 100644 --- a/data/org.gnome.mutter.gschema.xml.in +++ b/data/org.gnome.mutter.gschema.xml.in @@ -103,7 +103,7 @@ </key> <key name="experimental-features" type="as"> - <default>['monitor-config-manager']</default> + <default>[]</default> <summary>Enable experimental features</summary> <description> To enable experimental features, add the feature keyword to the list. @@ -114,22 +114,12 @@ Currently possible keywords: - • “monitor-config-manager” — use the new monitor configuration - system, aimed to replace the old one. - This enables a higher level configuration - API to be used by configuration - applications, as well as the ability to - configure per logical monitor scale. • “scale-monitor-framebuffer” — makes mutter default to layout logical monitors in a logical pixel coordinate space, while scaling monitor framebuffers instead of window content, to manage HiDPI monitors. Does not require a restart. - - Also enabling “monitor-config-manager” - is required for this feature to be - enabled. </description> </key> |