Skip to content

Instantly share code, notes, and snippets.

@skanx
Created April 27, 2023 16:03
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 skanx/307bb4e2d6bf3e4f0fbaf1f837aa71b5 to your computer and use it in GitHub Desktop.
Save skanx/307bb4e2d6bf3e4f0fbaf1f837aa71b5 to your computer and use it in GitHub Desktop.
drirc file for Shadow >= 1.28.4
<driconf>
<device driver="radeonsi">
<application name="Shadow" executable="ShadowPCDisplay">
<option name="allow_rgb10_configs" value="false" />
<option name="radeonsi_clear_db_cache_before_clear" value="true" />
</application>
</device>
<device driver="radeon">
<application name="Shadow" executable="ShadowPCDisplay">
<option name="allow_rgb10_configs" value="false" />
</application>
</device>
<device driver="iris">
<application name="Shadow" executable="ShadowPCDisplay">
<option name="allow_rgb10_configs" value="false" />
</application>
</device>
</driconf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment