[mutter] gschema: Make 'kms-modifiers' only about scanout buffers



commit e6a2d61a2f0f9cd789b61526e67c72b5b0020b1e
Author: Jonas Ådahl <jadahl gmail com>
Date:   Wed Dec 8 22:02:30 2021 +0100

    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: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2146>

 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 aa2fdd421f..f93eb70fec 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.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]