protonscr

Which file version should i choose for AMD graphics card

dxvkclosed windowsnot a bug
doitsujin/dxvk#3832 · opened 2024-02-04 by CiPH3R-88 · updated 2024-02-04 · 6 comments · github
1 matching comments, n / p to jump
CCiPH3R-88 2024-02-04 github

My friend got a AMD Radeon RX 560X
I know to pick 32bit for old games
but since he got AMD card which file should i go with to work for AMD card
D3d9, D3d10core, D3d11 ?

BBlisto91 2024-02-04 github

Depends on what the game uses. If it uses d3d9 then usually only d3d9.dll is nedded. For d3d11 games you need d3d11.dll and dxgi.dll and for d3d10 you need d3d11.dll, dxgi.dll and d3d10core.dll.
It's the same whether the card is AMD, Nvidia or Intel etc

CCiPH3R-88 2024-02-04 github

Ok so it doesn't matters which file i use
so I need to pick file as per game built
doesn't matter what GPU it is and dxvk works universally

BBlisto91 2024-02-04 github

doesn't matter what GPU it is and dxvk works universally

Yes as long as the Vulkan driver supports what dxvk needs.
That said some drivers might have more issues with dxvk in general than others.

Edit: Note some uncommon features like shared resources are only supported on Linux with specific Wine builds.

CCiPH3R-88 2024-02-04 github

Noted
Thanks for your support
I'll troubleshoot more & find fix for AMD users
My friend is trying to run NFS MW 2005 & he gets black screen as in game is not loading entirely for him only game Ui is visible or it doesn't starts, but when he installs a AMD fix which contain d3d9.dll file & dgvoodoo.conf file game works all good but with some limitations, so Im trying to help him out with use of Dxvk + his AMD GPU so he gets more support with modding

KK0bin maintainer 2024-02-04 github

image

Works fine here. If the game doesn't work on AMD GPUs, I blame their drivers.

but when he installs a AMD fix which contain d3d9.dll file & dgvoodoo.conf file game works all good but with some limitations

That "AMD fix" will replace the D3D9 implementation just like DXVK would. So there's no way to use that with DXVK.

CCiPH3R-88 2024-02-04 github

I as a modder for NFS MW made texture mod
which loads upto 2000 textures & i have NVIDIA card

I tested 2 different methods to troubleshoot Nextgengraphics is base mod which loads textures

Method 1: without d3d9.dll, other d3d9 file with DX9 and Reshade DX9 d3d9 file in all 3 scenario textures do not load completely loads 50% and game crashes after couple minutes.

Method 2: I use d3d9.dll file from dxvk-v2.3 32Bit and all textures are loaded without any errors and game crashes.

I know it's games fault and kinda AMD lacking support for directX9 games, just trying to get an alternative working for AMD users

DLLs