radv: disable DCC for Fable Anniversary, Dragons Dogma, GTA IV and more
Also Starcraft 2 and The Force Unleashed II. These games are known to be affected by the feedback loop issue. We will fix this properly soon but as a hotfix disabling DCC should be enough. Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/4424 Cc: mesa-stable Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15203>
This commit is contained in:
committed by
Marge Bot
parent
dc921f7377
commit
4380916b76
@@ -140,5 +140,25 @@ Application bugs worked around in this file:
|
||||
<application name="The Evil Within 2" application_name_match="TEW2.exe">
|
||||
<option name="radv_disable_aniso_single_level" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Fable Anniversary" application_name_match="Fable Anniversary.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Dragon's Dogma Dark Ariser" application_name_match="DDDA.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Grand Theft Auto IV" application_name_match="GTAIV.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Star Wars: The Force Unleashed II" application_name_match="SWTFU2.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
|
||||
<application name="Starcraft 2" application_name_match="SC2_x64.exe">
|
||||
<option name="radv_disable_dcc" value="true" />
|
||||
</application>
|
||||
</device>
|
||||
</driconf>
|
||||
|
||||
Reference in New Issue
Block a user