mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
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:
parent
732db2b60c
commit
34f9dd3491
1 changed files with 5 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue