driconf: set vk_x11_strict_image_count for Wolfenstein II

Prevents crash with vsync turned off on xwayland.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/9070

Cc: mesa-stable
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23326>
This commit is contained in:
Blisto 2023-05-30 17:34:31 +00:00 committed by Marge Bot
parent 732db2b60c
commit 34f9dd3491

View file

@ -877,6 +877,11 @@ TODO: document the other workarounds.
<option name="vk_x11_strict_image_count" value="true" />
</application>
<!-- Wolfenstein II: The New Colossus crashes with vsync turned off on xwayland without this workaround. -->
<application name="Wolfenstein II: The New Colossus" executable="NewColossus_x64vk.exe">
<option name="vk_x11_strict_image_count" value="true" />
</application>
<!-- Metro:Exodus crashes at startup on xwayland without this workaround. -->
<application name="Metro: Exodus" application_name_match="metroexodus">
<option name="vk_x11_strict_image_count" value="true" />