Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2021-10-18 22:26:41 +0300
committerJens Peters <jp7677@gmail.com>2021-10-18 22:38:00 +0300
commit990fec203ae83a76c176bcee73a3220369a03ea4 (patch)
treebb167ca8167c6e98136be003799f9e91a4e80214
parentb93b0a80fd975609d7db3c7e19c4dd9b388a3fcd (diff)
meta: Update Proton instructions
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1b968f3..1fb2f6d 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,7 @@ Using DXVK-NVAPI in Proton, Lutris or Wine requires DXVK to see the GPU as an NV
Proton 6.3-6 and newer includes DXVK-NVAPI but it is disabled by default.
-- Use `PROTON_ENABLE_NVAPI=1` as game launch argument in Steam to enable DXVK-NVAPI.
+- 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 DXGI for obtaining the current GPU type.
- Disable the `nvapiHack` in DXVK with `dxgi.nvapiHack = False` set in a DXVK configuration file, see [dxvk.conf](https://github.com/doitsujin/dxvk/blob/master/dxvk.conf#L51).
- 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 6.3/` if you want to manually update the included version.