From b2ccc51a77c211985c48bd958c022168b970a9cb Mon Sep 17 00:00:00 2001 From: Paul Gofman Date: Wed, 23 Apr 2025 19:29:16 -0600 Subject: [PATCH] proton: Disable builtin opencl by default. CW-Bug-Id: #25276 --- proton | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proton b/proton index 0c04aa41..f20ca9b6 100755 --- a/proton +++ b/proton @@ -1340,6 +1340,9 @@ class Session: if os.environ.get("SteamGameId", 0) == "352130": del self.dlloverrides["steam.exe"] + if os.environ.get("SteamGameId", 0) not in ["2767030"]: + self.dlloverrides["opencl"] = "n,d" + self.compat_config = default_compat_config() self.cmdlineappend = []