Package Details: dxvk-bin 2.3.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: 222
Popularity: 1.90
First Submitted: 2018-03-02 07:39 (UTC)
Last Updated: 2024-04-16 17:51 (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 2 3 4 5 6 7 8 .. 16 Next › Last »

BujuArena commented on 2023-01-25 02:50 (UTC)

For anyone curious about the reason setup_dxvk.sh was removed, here's the deletion commit, with relevant discussion: https://github.com/doitsujin/dxvk/commit/64cb1ad208f80b11400eef779e99fec223754098

TemplarGR commented on 2023-01-25 01:26 (UTC)

This PKGBUILD needs to be modified.

kIERO commented on 2023-01-25 00:07 (UTC)

Bug Bump: install: cannot stat 'dxvk-2.1/setup_dxvk.sh': No such file or directory

eclairevoyant commented on 2023-01-24 23:59 (UTC)

@kekonn Since that's the case you'll need to correct your PKGBUILD to not install a nonexistent file. Or this package should be deleted entirely.

kekonn commented on 2023-01-24 21:41 (UTC)

@ssorgatem and others:

BEWARE: setup_dxvk script has been removed from this version by the upstream maintainer.

See the upstream release log

132ikl commented on 2022-11-11 00:13 (UTC)

diff for v2.0:

diff --git a/PKGBUILD b/PKGBUILD
index a684abd..e611cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 pkgbase=dxvk-bin
 pkgname=('dxvk-bin')
-pkgver=1.10.3
+pkgver=2.0
 pkgrel=1
 pkgdesc="A Vulkan-based compatibility layer for Direct3D 9/10/11 which allows running 3D applications on Linux using Wine (Windows DLL binary files)"
 url="https://github.com/doitsujin/dxvk"
@@ -14,7 +14,7 @@ conflicts=("dxvk" "d9vk")
 options=(!strip)
 source=("https://github.com/doitsujin/dxvk/releases/download/v$pkgver/dxvk-$pkgver.tar.gz"
 )
-sha256sums=('8d1a3c912761b450c879f98478ae64f6f6639e40ce6848170a0f6b8596fd53c6')
+sha256sums=('3852f8b4a0c23fd723c9ce06ba8c36d8f84d891755a5d00bec1cd7f609a62477')

 package_dxvk-bin () {
         depends=('vulkan-icd-loader')

ssorgatem commented on 2022-09-15 11:37 (UTC)

@rado84 I cannot reproduce that. Does that happen with a clean WINEPREFIX? In any case you should report that upstream.

rado84 commented on 2022-09-14 14:52 (UTC)

'setup_dxvk install' hanged at this:

warn: DxgiAdapter::QueryInterface: Unknown interface query warn: 17399d75-964e-4c03-99f8-9d4fd196dd62

MarsSeed commented on 2022-01-26 23:06 (UTC)

Thanks for making the suggested changes! You've made my life easier! :)

MarsSeed commented on 2022-01-24 18:33 (UTC) (edited on 2022-01-24 18:36 (UTC) by MarsSeed)

+1: The 32-bit Vulkan library (lib32-vulkan-icd-loader) would better be only an optional dependency, similarly as for vkd3d-proton-bin.

Wine has a very reliable WOW64 runtime now, I am able to run 32-bit games in 64-bit wineprefixes. So I am trying to eliminate unneeded 32-bit Linux libraries and see how far can I go with such a setup. :)