Skip to content

Instantly share code, notes, and snippets.

@lubosz
Created November 11, 2014 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lubosz/8b51be536035e128cf5f to your computer and use it in GitHub Desktop.
Save lubosz/8b51be536035e128cf5f to your computer and use it in GitHub Desktop.
dri conf
<driconf>
<device screen="0" driver="nouveau">
<application name="all">
<!-- Always synchronize with vertical refresh to avoid tearing -->
<option name="vblank_mode" value="0"/>
<option name="force_glsl_extensions_warn" value="true" />
<option name="disable_glsl_line_continuations" value="true" />
<option name="disable_blend_func_extended" value="true" />
<option name="disable_shader_bit_encoding" value="true" />
</application>
<application name="glxgears" executable="glxgears">
<!-- glxgears should not synchronize with vertical refresh, show full fps -->
<option name="vblank_mode" value="1"/>
</application>
<!--
<application name="tuxracer" executable="tuxracer">
<option name="tcl_mode" value="0"/>
</application>
-->
</device>
</driconf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment