Skip to content

Instantly share code, notes, and snippets.

@jnettlet
Created April 6, 2022 08:33
Show Gist options
  • Save jnettlet/1f461487bee9c3e2a2d994f25441717d to your computer and use it in GitHub Desktop.
Save jnettlet/1f461487bee9c3e2a2d994f25441717d to your computer and use it in GitHub Desktop.
Workaround X11 corruption with amdgpu on HoneyComb with mesa 22
<driconf>
<!-- Please always enable app-specific workarounds for all drivers and
screens. -->
<device>
<application name="XWayland" executable="Xwayland">
<option name="mesa_extension_override" value="-GL_ARB_buffer_storage" />
</application>
<application name="Xorg" executable="Xorg">
<option name="mesa_extension_override" value="-GL_ARB_buffer_storage" />
</application>
</device>
</driconf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment