mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
driconf: set vk_x11_strict_image_count for Wolfenstein: Youngblood
Otherwise, the game refuses to start on xwayland. Cc: mesa-stable Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13289>
This commit is contained in:
parent
28a6e45a0f
commit
b34a3459f8
1 changed files with 6 additions and 1 deletions
|
|
@ -681,7 +681,12 @@ TODO: document the other workarounds.
|
|||
<option name="vk_x11_ensure_min_image_count" value="true" />
|
||||
</application>
|
||||
|
||||
<!-- Metro:Exodus crashes at startup on xwayland without this workaround-->
|
||||
<!-- Wolfenstein: Youngblood crashes at startup on xwayland without this workaround. -->
|
||||
<application name="Wolfenstein: Youngblood(x64vk)" executable="Youngblood_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" />
|
||||
</application>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue