
How To Install & Use DXVK-Async With Lutris
In this video I cover how to install and use DXVK-Async With Lutris On Linux to reduce stuttering and improve FPS.
https://github.com/Sporif/dxvk-async#dxvk-async
Step 1. Installation.
https://github.com/Sporif/dxvk-async/releases
Download and extract the latest build of DXVK-Async from the releases page.
Within the extracted folder, right click on the setup_dxvk.sh file and under permissions, tick Is executable, and click OK to confirm.
Next, reference the Wine prefix of the game that you wish to use with DXVK-Async with.
For example, on my system Overwatch is installed at /home/ryanj/Games/overwatch, so I use the the following Terminal command:
export WINEPREFIX=/home/ryan/Games/overwatch
Finally, execute the setup script using following command:
./setup_dxvk.sh install
Once done, Async support is enabled.
Step 2. Enable ASYNC Support Within Lutris.
Open Lutris, right click on a game in Lutris, select configure, navigate to System options, Environment variables and create a new key and value with below parameters:
Key = DXVK_ASYNC
Value = 1
Once done, save and launch the game.
#async-dxvk #linuxgaming #lutris