... much different.
> PULSE_LATENCY_MSEC=60 PROTON_HIDE_NVIDIA_GPU=1 PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 PROTON_LOG=1 %command% --launcher-skip
I am running ...
comment by theludovyc · 2025-03-05 · view · github
... drive 550 and those args
`PROTON_HIDE_NVIDIA_GPU=1 VKD3D_DISABLE_EXTENSIONS=VK_NV_low_latency2 __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 %command%`
I can play in medium at ...
comment by gregory112 · 2025-04-05 · view · github
... My launch command:
```
PROTON_HIDE_NVIDIA_GPU=1 PROTON_ENABLE_NVAPI=1 VKD3D_DISABLE_EXTENSIONS=VK_NV_low_latency2 __GL_SHADER_DISK_CACHE_SKIP_CLEANUP=1 prime-run mangohud %command%
```
EDIT: yep, it ...
comment by luisalvarado · 2023-07-02 · view · github
... PROTON_ENABLE_NVAPI=1 VKD3D_CONFIG=dxr PROTON_HIDE_NVIDIA_GPU=1 gamemoderun mangohud %command% -nolauncher
or I set this like this:
PROTON_ENABLE_NVAPI=1 ...
comment by realbardia · 2025-03-21 · view · github
... and play game successfully with below flags
```bash
PROTON_HIDE_NVIDIA_GPU=1 PROTON_ENABLE_NVAPI=1 PYROVEIL_CONFIG=/home/user/.local/share/pyroveil ...
> Maybe try faking AMD GPU with DXVK.
@DistantThunder @Hunk4TH @PsychedelicHell Good advice, specifying `PROTON_HIDE_NVIDIA_GPU=1 %command%` within the ...
... It works with proton-cachyos-11.0-20260520-slr-x86_64 and `PROTON_VKD3D_HEAP=1 VKD3D_CONFIG=enable_experimental_features,descriptor_heap %command%`. It ...
... PROTON_DISABLE_NVAPI=1 \
DXVK_ENABLE_NVAPI=0 \
PROTON_HIDE_NVIDIA_GPU=1 \
WINE_HIDE_NVIDIA_GPU=1 \
PROTON_HIDE_APU=1 \
PROTON_LOG=1 %command%
```
This did appear to work ...