Mesa (master): drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmware

Thomas Hellstrom thomash at kemper.freedesktop.org
Thu Mar 8 06:33:37 UTC 2018


Module: Mesa
Branch: master
Commit: 93e58d5e17d60c32edb66df8f20867a9e157d055
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=93e58d5e17d60c32edb66df8f20867a9e157d055

Author: Thomas Hellstrom <thellstrom at vmware.com>
Date:   Mon Feb 26 14:32:01 2018 +0100

drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmware

With this extension enabled and a server GLX implementation that actually
honors it, Window movement lags considerably on gnome-shell/vmware, so
disable it by default.

Signed-off-by: Thomas Hellstrom <thellstrom at vmware.com>
Reviewed-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Sinclair Yeh <syeh at vmware.com>
Reviewed-by: Deepak Rawat <drawat at vmware.com>

---

 src/util/drirc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/util/drirc b/src/util/drirc
index bdc90227c6..c964588e72 100644
--- a/src/util/drirc
+++ b/src/util/drirc
@@ -275,6 +275,7 @@ TODO: document the other workarounds.
         <application name="gnome-shell" executable="gnome-shell">
             <option name="glx_disable_ext_buffer_age" value="true" />
             <option name="glx_disable_oml_sync_control" value="true" />
+            <option name="glx_disable_sgi_video_sync" value="true" />
         </application>
 	<application name="Compiz" executable="Compiz">
             <option name="glx_disable_ext_buffer_age" value="true" />




More information about the mesa-commit mailing list