Package Details: dxvk-bin 2.6.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: 229
Popularity: 1.26
First Submitted: 2018-03-02 07:39 (UTC)
Last Updated: 2025-04-23 19:55 (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

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 Next › Last »

ssorgatem commented on 2019-02-26 15:07 (UTC)

@damachine with that same prefix set, what is the output of wine winepath -u 'C:\windows\system32' ?

That's how the script determines the prefix' location. If it doesn't work for Proton prefixes (like yours), then that is a bug that should be filed upstream.

I'm just packaging the setup script unmodified, just wrapping it with the arguments so that it behaves the most compatibly like the previous scripts.

damachine commented on 2019-02-26 14:44 (UTC)

WINEPREFIX="/EXTRA/.steam/steamapps/compatdata/271590/pfx" ./setup_dxvk.sh install brings me "Failed to resolve C:\windows\system32." also with other prefixes. have export the prefix and then "./setup_dxvk.sh install" but the same failed as above Any help. The old setup methode had work fine before.

ssorgatem commented on 2019-02-26 12:20 (UTC)

@kode54 it should be fixed now

kode54 commented on 2018-12-30 02:06 (UTC)

Minor issue with these packages: It stages the .dll files as belonging to the user that built the package, rather than belonging to root.

ssorgatem commented on 2018-10-13 07:28 (UTC)

@BrianAllred it should be fixed now

BrianAllred commented on 2018-10-12 22:20 (UTC)

Is there anyway the script could have a proper shebang (#!/bin/sh) at the top? I use fish shell, and it can't execute the script (throws "Exec format error"), so I currently either have to run it in a bash shell, wrap it in a bash one-liner, or put the shebang in there myself.

Not a big deal, but would be nice to have. Thanks for maintaining this!

ssorgatem commented on 2018-09-30 00:22 (UTC)

It actually was updated, but it looks like it has changed again without notice or version change (it's no the first time it happens...)

linuxuser437442 commented on 2018-09-29 23:41 (UTC) (edited on 2018-09-30 02:35 (UTC) by linuxuser437442)

sha256sum in the makepkg for the dxvk-0.80.tar.gz seems to have not been updated from the last tar.gz file:

sha256sums=("f9e736cdbf1e83e45ca748652a94a3a189fc5accde1eac549b2ba5af8f7acacb" "1a88e01e02ef9bfd9bf43d8dec4e70b425fb25812f597463ee4145705c82a504")

7058a834bb006cad5462933110449b434df561e67d83f68d3965ecc74e2e1cbc dxvk-0.80.tar.gz

Thank you for the update!