You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,14 @@ Using DXVK-NVAPI in Proton, Lutris or Wine requires DXVK to see the GPU as an NV
44
44
45
45
### Proton
46
46
47
-
Proton 6.3-6 and newer includes DXVK-NVAPI but it is disabled by default.
47
+
Proton 6.3-6 and newer includes DXVK-NVAPI, but it is disabled by default.
48
48
49
49
- Use `PROTON_ENABLE_NVAPI=1` as game launch argument in Steam to enable DXVK-NVAPI. Use additionally `PROTON_HIDE_NVIDIA_GPU=0` for certain titles that don't rely on D3D for obtaining the current GPU type and have this Proton setting applied.
50
50
- Copy and replace `nvapi.dll`/`nvapi64.dll` into the `dist/lib/wine/nvapi`/`dist/lib64/wine/nvapi` folder of your Proton installation, e.g. in `~/.steam/steam/steamapps/common/Proton 7.0/` if you want to manually update the included version.
51
51
52
52
Proton 7.0-1 and older does not disable the `nvapiHack` in DXVK automatically when `PROTON_ENABLE_NVAPI=1` is set. Additionally disable the `nvapiHack` in DXVK bundled with those Proton versions with `dxgi.nvapiHack = False` set in a DXVK configuration file, see [dxvk.conf](https://github.com/doitsujin/dxvk/blob/master/dxvk.conf).
53
53
54
-
Proton Experimental enables DXVK-NVAPI by default for a lot of games. Proton Bleeding Edge additionally always contains the latest DXVK-NVAPI development (master) version.
54
+
Proton Experimental enables DXVK-NVAPI by default for a lot of titles. Proton Bleeding Edge additionally always contains the latest DXVK-NVAPI development (master) version.
0 commit comments