From 97386a72607e41304a7c88922f762585743f02d7 Mon Sep 17 00:00:00 2001 From: Tony Wasserka Date: Tue, 9 Apr 2024 15:44:56 +0200 Subject: [PATCH] AppConfig: Disable libGL forwarding for steamwebhelper This app bypasses the glX functions exported by libGL and instead sends GLX requests directly via xcb. FEX won't support forwarding this usage pattern in the foreseeable future. --- Data/AppConfig/steamwebhelper.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Data/AppConfig/steamwebhelper.json diff --git a/Data/AppConfig/steamwebhelper.json b/Data/AppConfig/steamwebhelper.json new file mode 100644 index 0000000000..436724047b --- /dev/null +++ b/Data/AppConfig/steamwebhelper.json @@ -0,0 +1,6 @@ +{ + "Comment": "Bypasses libGL's glX and instead sends GLX requests directly via xcb", + "ThunksDB": { + "GL": 0 + } +}