(Note: This is a simplified illustration; actual async patch is more complex. Use the full patch from github.com/Sporif/dxvk-async/compare/1.9.3)
git clone https://github.com/doitsujin/dxvk.git cd dxvk git checkout v1.9.3 Save the following async patch as async.patch in the root directory:
Download it using wget in the terminal:
sha256sum dxvk-1.9.3.tar.gz Compare with the official checksum (you can find it in the release notes or by clicking “View checksums” on GitHub). Example:
wget https://github.com/doitsujin/dxvk/releases/download/v1.9.3/dxvk-1.9.3.tar.gz After downloading, compute the hash:
sudo apt install mesa-vulkan-drivers vulkan-tools # Debian/Ubuntu vkcube # Test Vulkan works Fix : Do not trust pre-compiled binaries from anonymous hosts. Instead, follow Part 4 to patch the TAR yourself. You can also compare the suspicious DLL’s hash with the official one: