Package Details: dxvk-bin 2.7.1-1

Git Clone URL: https://aur.archlinux.org/dxvk-bin.git (read-only, click to copy)
Package Base: dxvk-bin
Description: A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)
Upstream URL: https://github.com/doitsujin/dxvk
Keywords: dxvk
Licenses: zlib/libpng
Conflicts: d9vk, dxvk
Provides: d9vk, dxvk
Submitter: ssorgatem
Maintainer: ssorgatem (kekonn)
Last Packager: kekonn
Votes: 235
Popularity: 1.53
First Submitted: 2018-03-02 07:39 (UTC)
Last Updated: 2025-09-08 13:07 (UTC)

Pinned Comments

ssorgatem commented on 2018-03-27 06:47 (UTC) (edited on 2019-02-26 12:20 (UTC) by ssorgatem)

To enable DXVK in a wineprefix, do the following (with the WINEPREFIX variable properly set):

setup_dxvk install

In order to uninstall DXVK from a wineprefix:

setup_dxvk uninstall

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

inutakhan commented on 2026-05-02 03:07 (UTC) (edited on 2026-05-02 03:11 (UTC) by inutakhan)

@kode54 Maybe add wine as well, for good measure. The script is invoking wine commands anyway.

Also, my suggestion is based off the fact that installing the resulting package on a fresh system (no base-devel) generates the error when running the script. Shouldn't a similar check already be enforced when submitting to the AUR?

kode54 commented on 2026-05-01 08:40 (UTC) (edited on 2026-05-01 08:42 (UTC) by kode54)

@inutakhan which is included in base-devel, which is implied by any AUR packaging as a bare minimum.

Edit: Oh. Maybe add it as a runtime dependency, since it's needed to use it after packaging.

inutakhan commented on 2026-05-01 01:53 (UTC)

Odd. I don't have which installed on my machine. Maybe add that as a dependency? setup_dxvk invokes the command.

loathingkernel commented on 2025-03-09 20:04 (UTC) (edited on 2025-03-09 20:06 (UTC) by loathingkernel)

With the recent changes in Wine, namely this commit, the packaged setup_dxvk script fails for regular wine too now, not only wow64. I am currently aware of two scripts that should work with current Wine, this is the one I use and this one from dxvk-msvc-git.

Feel free to use whichever you prefer, but please update it.

loathingkernel commented on 2024-09-27 14:33 (UTC) (edited on 2024-09-27 14:35 (UTC) by loathingkernel)

They are correct that the old upstream script doesn't work if wine has been built using the new wow64 wine mode. Feel free to take the updated script from dxvk-mingw AUR package.

ssorgatem commented on 2024-09-27 07:29 (UTC)

@Piroro-hs the setup script is working as expected for me, both with and without the "--symlink" option. The x32 libraries are put in c:/windows/syswow64/

Piroro-hs commented on 2024-09-26 19:35 (UTC) (edited on 2024-09-26 19:39 (UTC) by Piroro-hs)

The setup_vxdk script plays poorly with wow64 wine. It copies x64 dlls to C:\windows\system32 then overwrite those with x32 dlls.

kekonn commented on 2024-07-12 15:53 (UTC)

@Lili1228: should be fixed now

Lili1228 commented on 2024-07-12 07:27 (UTC)

Please update setup_dxvk to include d3d8.dll that was added in 2.4.

Mikaka commented on 2024-04-05 13:07 (UTC)

@markboston, isn't it marked out of date because this is 2.3-1 not 2.3.1-1?