From e6a2d61a2f0f9cd789b61526e67c72b5b0020b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Wed, 8 Dec 2021 22:02:30 +0100 Subject: [PATCH] gschema: Make 'kms-modifiers' only about scanout buffers It's not used to determine what we send to Wayland clients anymore, it does so by default. Part-of: --- data/org.gnome.mutter.gschema.xml.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/org.gnome.mutter.gschema.xml.in b/data/org.gnome.mutter.gschema.xml.in index aa2fdd421..f93eb70fe 100644 --- a/data/org.gnome.mutter.gschema.xml.in +++ b/data/org.gnome.mutter.gschema.xml.in @@ -131,10 +131,10 @@ to manage HiDPI monitors. Does not require a restart. - • “kms-modifiers” — makes mutter always advertise valid - buffer modifiers on Wayland. This is - currently not the case when using the - i915 driver. Requires a restart. + • “kms-modifiers” — makes mutter always allocate scanout + buffers with explicit modifiers, if + supported by the driver. Requires a + restart. • “rt-scheduler” — makes mutter request a low priority real-time scheduling. Requires a restart.