21 lines
837 B
Plaintext
21 lines
837 B
Plaintext
<driconf>
|
|
<!-- Please always enable app-specific workarounds for all drivers and screens. -->
|
|
<device>
|
|
<application name="Warsow" executable="warsow">
|
|
<option name="allow_glsl_extension_directive_midshader" value="true"/>
|
|
</application>
|
|
</device>
|
|
<!-- vmwgfx doesn't like full buffer swaps and can't sync to vertical retraces.-->
|
|
<device driver="vmwgfx">
|
|
<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"/>
|
|
<option name="glx_disable_oml_sync_control" value="true"/>
|
|
</application>
|
|
</device>
|
|
</driconf>
|