From 63adb6b317100de1770bd5432458da53c06d9dbf Mon Sep 17 00:00:00 2001 From: "the Sane." <3657071+the-sane@users.noreply.github.com> Date: Mon, 26 Aug 2024 14:25:57 -0400 Subject: [PATCH] Update novideo frame drops --- wiki/Troubleshooting.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wiki/Troubleshooting.md b/wiki/Troubleshooting.md index 87cd890..751bc5d 100644 --- a/wiki/Troubleshooting.md +++ b/wiki/Troubleshooting.md @@ -297,8 +297,7 @@ #### Severe frame drops - Some Penguins are seeing VRAM exhaustion problems on nvidia cards. It appears to be driver related and does not seem to affect AMD cards. -- The 530 series of drivers appears to make this problem worse. Switching to 525 may help, see [this thread](https://forums.developer.nvidia.com/t/vram-allocation-issues/239678/20). -- Other workarounds that some Penguins have had some success with: +- Workarounds that some Penguins have had some success with: - Create a new `dxvk.conf` file and add `d3d11.cachedDynamicResources = "a"` to it, then either export `DXVK_CONFIG_FILE=path/to/dxvk.conf` or, if using Lutris, add `DXVK_CONFIG_FILE` as a new environment variable in the game's settings and set it to the file path. - If you still have issues or are running applications like OBS, you may also have to limit the vram the game sees to free up some vram for other applications: `dxgi.maxDeviceMemory = 6144`