Every article tag can be clicked to get a list of all articles in that category. Every article tag also has an RSS feed! You can customize an RSS feed too!
We do often include affiliate links to earn us some pennies. See more here.

Since there's a lot of excitement around DXVK we've been following it closely and a fresh release made it out last night.

For those who don't remember it, DXVK is the compatibility layer for running Direct3D 11 games in Wine using Vulkan. It's a very promising project, with a lot of people having fun with it already on Linux.

The latest release, version 0.41, has a slight reduction of overall CPU overhead, has better GPU saturation when Deferred Contexts are used for rendering and features a configurable HUD. The announcement also notes five bugs fixed, one which will make Mesa users happy as it fixes tessellation shaders causing a crash in Mesa drivers.

An an example of how it runs, here's a video from well-known Linux YouTuber Xpander showing off Kingdom Come: Deliverance using a previous build of DXVK:

YouTube Thumbnail
YouTube videos require cookies, you must accept their cookies to view. View cookie preferences.
Accept Cookies & Show   Direct Link

 

Very impressive stuff there, hopefully it will make it into Wine proper when it's further developed. Projects like this, could really help more people dual-boot and eventually be full Linux gamers.

Article taken from GamingOnLinux.com.
Tags: Vulkan, Wine
15 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly came back to check on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. Find me on Mastodon.
See more from me
The comments on this article are closed.
108 comments
Page: «6/11»
  Go to:

TheRiddick Apr 9, 2018
Yeah I have that disabled by default. I'm starting to wonder if the game is flipping out because of screen resolution (im at 4k and its trying to run 1080p), or perhaps some other default game configuration.

I remember under windows it had some issues switching display modes at times.


EDIT: Got a slightly different error this time. 0114:err:d3dcompiler:compile_shader HLSL shader parsing failed.

Thinking the latest version of dxvk might have broke something.


Last edited by TheRiddick on 9 April 2018 at 9:39 am UTC
Pompesdesky Apr 9, 2018
Quoting: CAPTNCAPS
Quoting: cRaZy-bisCuiTDoes someone have the possibility to try out Battlefield 3 and 4?
BF3 I don't think will work because of Battlelog.
I tried out BF4 tho and it works pretty well! There are a few bugs, and (at least on my AMD card) particles draw as black boxes, which can be pretty irritating. Also Punkbuster is not really happy about us using modified DLLs and you probably will get kicked from servers. Singleplayer and Unranked/No PB Servers should be fine though :)
I was running Medium Settings, 720p on a RX480 at 100-200fps ^-^

Do you happen to have a link to something explaining how to make BF4 work ? All I can see is a Garbage status for the game on WineHQ and can't find any relevant info on making it actually work :(
Arehandoro Apr 9, 2018
I finally managed to install dxvk yesterday with The Witcher 3 :)

Firstly I must say, with Wine 3.5, it was much simpler than I was expecting. Only had to download the nightly files of dxvk and apply the script to the wineprefix I had created for the game.

Secondly, the game runs smoothly and nicely. I have everything on High, with some Ultra options enabled, and the experience it's wonderful. However, shadows seem a bit too dark and somehow I can't change the resolution from within the game -Which I guess is running at the native one to my desktop-

Lastly, I will have to give it a go with some other games to do more testing. Are the Arkham Asylum games DX11? Is it possible to setup vk9 and dxvk on the same prefix?
TheRiddick Apr 9, 2018
Yeah witcher 3 works for me but KCD is black screen, so must be a new bug somewhere either in DXVK or NVIDIA drivers? or it could be the recent KCD patch? only someone with a previously working KCD would know.
razing32 Apr 9, 2018
Quoting: Shmerl
Quoting: razing32Elex
Tried to run it and got that. There was also an exception window but I could not select it.
It's odd , I get the two logos then a black screen.
On regular wine (3.4 I think) i managed to see both the intros and the main menu but trying to start a game resulted in a black screen.

Are you using Steam version? If yes, make sure to disable Steam overlay. I've heard it's not compatible with dxvk. GOG version obviously shouldn't have this problem.

It's the GOG version.
But thanks for the heads up.
Geppeto35 Apr 9, 2018
Please can someone points to a clear text tutorial to install DXVK plus the witcher 3, or details here how to do that (in fact lost in winprefix and stuff like that). Thanks ^_^
Shmerl Apr 9, 2018
Quoting: Geppeto35Please can someone points to a clear text tutorial to install DXVK plus the witcher 3, or details here how to do that (in fact lost in winprefix and stuff like that). Thanks ^_^

Installation of dxvk is explained on the project page: https://github.com/doitsujin/dxvk

About setting up a custom prefix (or custom Wine), see:

* How to use custom prefix.
* How to use custom Wine.


Last edited by Shmerl on 9 April 2018 at 12:28 pm UTC
Arehandoro Apr 9, 2018
Quoting: Geppeto35Please can someone points to a clear text tutorial to install DXVK plus the witcher 3, or details here how to do that (in fact lost in winprefix and stuff like that). Thanks ^_^

Assuming you have wine64 installed and wine 3.5 installed:

WINEPREFIX="~/Path/to/your/directory" wine wineboot
export WINEPREFIX="~/Path/to/your/directory"


Download the 10 files for The Witcher 3 from GOG. And download the 64 bits files stored in https://haagch.frickel.club/files/dxvk/latest/ for dxvk.

mkdir /path/for/dxvk

In that folder there should be the same structure/files that is on the ftp server above. That is "bin" and "lib64" within dxvk folder plus 2 files and a script in "bin" and two files on "lib64"

cd /your/dxvk/directory/bin
WINEPREFIX=/Path/to/your/wineprefix bash setup_dxvk.sh


See that completes successfully.

wine setup_the_witcher_3.exe

Wait for the installation to finish and off you go. I didn't have to do anything else and sorry for bad explanation, not much time at work for a better one xD

Cheers


Last edited by Arehandoro on 9 April 2018 at 12:40 pm UTC
Shmerl Apr 9, 2018
Quoting: Arehandorowine setup_the_witcher_3.exe

Using Wine like that assumes that default Wine supports Vulkan. Many report that Ubuntu's version and some others too do not. So it's recommended to build Wine from source and use that custom one, which needs some additional environment setup like above. Same applies to running setup_dxvk.sh by the way.


Last edited by Shmerl on 9 April 2018 at 12:41 pm UTC
Arehandoro Apr 9, 2018
Quoting: Shmerl
Quoting: Arehandorowine setup_the_witcher_3.exe

Using Wine like that assumes that default Wine supports Vulkan. Many report that Ubuntu's version and some others too do not. So it's recommended to build Wine from source and use that custom one, which needs some additional environment setup like above. Same applies to running setup_dxvk.sh by the way.

I didn't know. Feel very lucky now that in my case was so easy. Thanks for the heads up though.
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.