drirc: Disable the GLX_SGI_video_sync extension for gnome-shell on vmware
authorThomas Hellstrom <thellstrom@vmware.com>
Mon, 26 Feb 2018 13:32:01 +0000 (14:32 +0100)
committerThomas Hellstrom <thellstrom@vmware.com>
Thu, 8 Mar 2018 06:26:29 +0000 (07:26 +0100)
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@vmware.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Sinclair Yeh <syeh@vmware.com>
Reviewed-by: Deepak Rawat <drawat@vmware.com>
src/util/drirc

index bdc9022..c964588 100644 (file)
@@ -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" />