Trouble installing DXVK

Hey all
I want to switch from Windows to Linux and set up a dual boot for the start.
Im running Ubuntu MATE and installed Lutris, Wine, latest nvidia drivers.
Im trying to install Battlefield V first. When i tried to install it with the script it never finished.
So i installed Origin with the script and installed it from there. But when i enable DXVK in Lutris i cant run Origin anymore so i guess i installed DXVK wrong.
Can someone help a complete Linux newbie?
Thanks

You need all the driver dependencies from their page.

To install Vulkan drivers, the Wiki gives:

Vulkan errors

If you see DxvkInstance: Failed to create instance in the dxgi log file, there’s something wrong with your vulkan setup.

You’ll need at least wine 3.6, built with vulkan support. Playonlinux and some distros’ wine builds do not have vulkan support.

Next, make sure you’ve got vulkan libraries installed on your system.
On ubuntu: sudo apt-get install libvulkan1 libvulkan1:i386

If you’re on AMD, you’ll also need to install the vulkan driver separately.
On ubuntu: sudo apt-get install mesa-vulkan-drivers mesa-vulkan-drivers:i386

1 Like

Thank you. I had the same issue, and this fixed it.

1 Like