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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user