protonscr

Are PROTON_ENABLE_NVAPI or VKD3D_CONFIG still needed?

vkd3dclosed
HansKristian-Work/vkd3d-proton#1573 · opened 2023-05-24 by luisalvarado · updated 2023-05-30 · 3 comments · github
Lluisalvarado 2023-05-24 github

My current Steam parameters are the following:

__GL_THREADED_OPTIMIZATIONS=1 PROTON_ENABLE_NVAPI=1 VKD3D_CONFIG=dxr11 mangohud gamemoderun %command%

My question is more in regards if this parameters are still needed since the 2.9 brings so many changes. Just to be up to date with Hans work.

Mmbriar 2023-05-24 github

I'm 99% sure __GL_THREADED_OPTIMIZATIONS=1 never did anything for vulkan. With regards to PROTON_ENABLE_NVAPI=1 VKD3D_CONFIG=dxr11 nothing has changed, but proton does enable PROTON_ENABLE_NVAPI=1 by default for some titles.

BBlisto91 2023-05-24 github

dxr11 is now a alias for dxr which also enable 1.1 now. But besides that no.

Lluisalvarado 2023-05-26 github

Wow, thank you so much guys. That would clean up the parameters a lot. I will cite this on my future videos so others can learn. Thanks again.