protonscr

Q - How to turn off DXVK with certain games?!

dxvkclosed
doitsujin/dxvk#726 · opened 2018-10-22 by Ahmed-E-86 · updated 2018-10-22 · 2 comments · github
AAhmed-E-86 2018-10-22 github

How can I turn off DXVK for certain DX11 games that I don't want them to run with DXVK?

Ddoitsujin maintainer 2018-10-22 github

Set the d3d11 and dxgi DLL overrides to builtin for the specific game. Either through winecfg, or by setting the environment variable WINEDLLOVERRIDES=d3d11,dxgi=b. Or just use a different wine prefix.

Note that this does not apply to Proton, where you can disable it by setting PROTON_USE_WINED3D=1.

AAhmed-E-86 2018-10-22 github

I didn't think of that! Thanks.