Mesa (main): driconf: set vk_x11_strict_image_count for Wolfenstein: Youngblood

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Oct 13 03:05:22 UTC 2021


Module: Mesa
Branch: main
Commit: b34a3459f893df10024d06c0055123a8fe199f17
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b34a3459f893df10024d06c0055123a8fe199f17

Author: Daniel Schürmann <daniel at schuermann.dev>
Date:   Mon Oct 11 16:14:21 2021 +0200

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 at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13289>

---

 src/util/00-mesa-defaults.conf | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/util/00-mesa-defaults.conf b/src/util/00-mesa-defaults.conf
index 0b9333c06c3..b7f212a5fcb 100644
--- a/src/util/00-mesa-defaults.conf
+++ b/src/util/00-mesa-defaults.conf
@@ -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>



More information about the mesa-commit mailing list