Package Details: dxvk-bin 2.4.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: 225
Popularity: 3.57
First Submitted: 2018-03-02 07:39 (UTC)
Last Updated: 2024-09-26 17:59 (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 .. 3 4 5 6 7 8 9 10 11 12 13 .. 16 Next › Last »

kekonn commented on 2019-09-24 20:39 (UTC)

@ssorgatem: my bad. That's my doing. I was in a rush early morning. I'll sleep on it the next time ;)

Xabre commented on 2019-09-24 09:27 (UTC)

http://ix.io/1WGW > solved versioning issues for me

zfkerr commented on 2019-09-24 05:56 (UTC)

Something's wrong with the versioning, yay keeps trying to update it but it's just reinstalling the same update over and over.

Xarius commented on 2019-09-23 17:31 (UTC)

Package keeps trying to upgrade, even though it's already current.

gamezelda commented on 2019-09-22 15:33 (UTC)

That .SRCINFO thing also causes yay (a AUR helper) to always detect this package as an upgrade, even though the latest version is already installed.

ssorgatem commented on 2019-09-22 08:16 (UTC)

That's weird, I sure haven't touched .SRCINFO at ll after generating with makepkg --printsrcinfo

kode54 commented on 2019-09-22 06:32 (UTC)

.SRCINFO also appears to have been hand edited rather than auto generated, it says the package version is 1.4.0, while the PKGBUILD says it's 1.4.

UnicornDarkness commented on 2019-09-20 05:15 (UTC)

@ssorgatem: pkgrel should be 1, not 0. https://wiki.archlinux.org/index.php/PKGBUILD#pkgrel

UnicornDarkness commented on 2019-09-14 08:13 (UTC)

Updated PKGBUILD for v1.3.4: https://gist.githubusercontent.com/X0rg/ea412b50335da0a7efd1595a0035f9da/raw/6f91eb86c886444d67c4b7415ff681e55898ebf3/dxvk-bin-1.3.4

ssorgatem commented on 2019-06-17 20:56 (UTC)

@alexzk it behaves like upstream, which is, by default, it copies the DXVK libraries to your prefix, which means they are not automatically updated when you update the package.

If you want that, use the "--symlink" argument.