Created
April 6, 2022 08:33
-
-
Save jnettlet/1f461487bee9c3e2a2d994f25441717d to your computer and use it in GitHub Desktop.
Workaround X11 corruption with amdgpu on HoneyComb with mesa 22
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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