DXVK Official Website

DXVK Installation Guide

Follow this guide to install DXVK on your system for improved gaming performance on Linux.

What You Need

Before installing DXVK, ensure you have the following prerequisites:

Step 1: Download DXVK

To get the latest version of DXVK, visit the official website: dxvk-download.github.io. Click on the "Downloads" section and download the latest stable release as a ZIP file.

Step 2: Extract the Downloaded Files

After downloading the ZIP file, navigate to your downloads directory. Right-click the file and select "Extract Here" or use a terminal command:

tar -xvf dxvk-x.y.z.tar.gz

This will create a new folder containing the DXVK files.

Step 3: Open the Terminal

You'll need to use the terminal to install DXVK. Open your terminal application, which is typically found in the utilities menu of your Linux distribution.

Step 4: Navigate to the Extracted Folder

Use the cd command to change to the directory where you extracted the DXVK files. For example:

cd ~/Downloads/dxvk-x.y.z

Step 5: Install DXVK

To install DXVK, you can use the provided installation script. You will need to specify your Wine prefix:

WINEPREFIX="/path/to/your/wineprefix" ./setup_dxvk.sh install

Replace /path/to/your/wineprefix with the path to your specific Wine prefix. If you are unsure where your Wine prefix is, the default is usually ~/.wine.

Step 6: Verifying the Installation

Once the installation script has finished running, you can verify that DXVK is properly installed by running a Direct3D application:

  1. Launch your game or application through Wine.
  2. If DXVK is working, you should see improved performance and compatibility.
  3. Check the terminal for any error messages that may indicate problems.

Step 7: Configuring DXVK (Optional)

Some games may require specific configurations to work optimally with DXVK. You can modify settings by editing the configuration files or using tools like ProtonDB to find community-sourced tweaks.

Updating DXVK

To update DXVK, repeat the download and installation steps for the latest version. The installation script will overwrite the existing files automatically.

Common Issues and Troubleshooting

If you encounter issues while installing or using DXVK, consider the following:

Conclusion

Installing DXVK can greatly enhance your gaming experience on Linux by providing better performance and compatibility for Direct3D applications. By following the steps outlined in this guide, you can easily install and configure DXVK for your favorite games. For the latest updates and releases, always refer to the official DXVK website at dxvk-download.github.io.

Download DXVK Now