Skip to content

Commit

Permalink
Update novideo frame drops
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sane authored Aug 26, 2024
1 parent c1ec82e commit 63adb6b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wiki/Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 63adb6b

Please sign in to comment.