diff options
author | Thomas Hellstrom <[email protected]> | 2018-02-26 14:32:01 +0100 |
---|---|---|
committer | Thomas Hellstrom <[email protected]> | 2018-03-08 07:26:29 +0100 |
commit | 93e58d5e17d60c32edb66df8f20867a9e157d055 (patch) | |
tree | a10cb83a5c4b801fe40252051396a4210fbb1341 /src/util/drirc | |
parent | 4ca9ad2bb2f520bb8d899e41cc4d2445f0e4f273 (diff) |
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 <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Reviewed-by: Sinclair Yeh <[email protected]>
Reviewed-by: Deepak Rawat <[email protected]>
Diffstat (limited to 'src/util/drirc')
-rw-r--r-- | src/util/drirc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/drirc b/src/util/drirc index bdc90227c63..c964588e72f 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" /> |