From 0e085bcb6b3a8e5a390cbaabad49e593dd6dd202 Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Sat, 21 Sep 2024 19:32:58 -0400 Subject: [PATCH] Add gamescope not working to nvidia --- wiki/Troubleshooting.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wiki/Troubleshooting.md b/wiki/Troubleshooting.md index ceeafe6..d66f780 100644 --- a/wiki/Troubleshooting.md +++ b/wiki/Troubleshooting.md @@ -341,6 +341,10 @@ - Remove the `WINE_HIDE_NVIDIA_GPU` env variable if it is set in Lutris or your launch script. - Don't forget to enable DXVK-NVAPI. +#### Gamescope not working +- See this [known issue report](https://github.com/ValveSoftware/gamescope/issues/526). +- A possible fix to get Gamescope working on Nvidia: `Right click the game->Configure->System options->Game execution->Environment variables` then find or create `__GL_THREADED_OPTIMIZATIONS` in the left column and change/set it to `0` in the right column. + ***