Skip to content

Commit

Permalink
Clarify dxvk.conf again (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane committed Apr 20, 2023
1 parent 79ba7ea commit 93e9ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@
- 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:
- Create a new `dxvk.conf` file and add `d3d11.cachedDynamicResources = "a"` to it, then export `DXVK_CONFIG_FILE=path/to/dxvk.conf` when running the game. If using Lutris, add `DXVK_CONFIG_FILE` as a new environment variable in the game's settings.
- 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`

Expand Down

0 comments on commit 93e9ed9

Please sign in to comment.