Dxvk-1.9.3.tar File Download Repack · Best & Verified
The official download for the dxvk-1.9.3.tar.gz file is available from the doitsujin/dxvk GitHub Releases page.
While "Solid Story" is not a known official distribution platform for DXVK, version 1.9.3 is frequently recommended in gaming communities to fix specific "DirectX feature level 11_1" errors in narrative-heavy games like God of War. Download & Installation
Download the Archive: Get the official dxvk-1.9.3.tar.gz from the GitHub assets.
Extract the Files: Use a tool like 7-Zip or the command tar -xzvf dxvk-1.9.3.tar.gz to open the archive. Select DLLs:
Open the x64 folder for 64-bit games or x32 for 32-bit games.
Copy dxgi.dll and d3d11.dll (for DX11 games) or d3d9.dll (for DX9 games).
Paste to Game Directory: Place these DLLs in the same folder as your game's executable (.exe) file. Why use version 1.9.3? dxvk-1.9.3.tar file download
Legacy Hardware Support: It is often the last stable version for GPUs that do not support Vulkan 1.3.
Specific Game Fixes: It introduced NVIDIA DLSS support (via DXVK-NVAPI) and resolved issues in titles such as Black Mesa, Crysis 3 Remastered, and God of War.
Developers, please take a look at DXVK to improve performance
To download the source tarball for DXVK version 1.9.3, follow the link below:
Download:
DXVK 1.9.3.tar.gz
Note: The original release uses
.tar.gz(gzip compression), not.tar. If you specifically need a.tarfile, you can download the.tar.gzand extract it, then re-tar it. The official download for the dxvk-1
For 32-bit games
cp x32/d3d9.dll x32/d3d10.dll x32/d3d11.dll x32/dxgi.dll ~/.wine/drive_c/windows/syswow64/
Then, configure Wine to use native over built-in DLLs:
winecfg
Go to the Libraries tab, add each DLL (d3d9, d3d10, d3d11, dxgi) and set them to “Native (Windows)” before “Builtin”.
Common Issues and Troubleshooting (DXVK 1.9.3)
Even a stable version like 1.9.3 can encounter problems. Here are solutions to frequent user errors.
If you need the raw .tar (not .tar.gz), extract it after download:
tar -xzf v1.9.3.tar.gz
Should You Use DXVK 1.9.3 Today?
Before you finalize your dxvk-1.9.3.tar file download, consider this: Note: The original release uses
- Use 1.9.3 if: You are running a legacy distribution (e.g., Ubuntu 18.04, Debian 10), playing a specific game that regressed in newer versions (check ProtonDB), or you want the smallest possible download size.
- Use latest version (2.x+) if: You play new DirectX 12 games (DXVK 2.x adds better D3D12 support), need improved performance for Cyberpunk 2077 or Red Dead Redemption 2, or you want the latest security patches and Vulkan features.
For most modern Linux gamers, the latest DXVK 2.3 (or higher) is superior. However, for retro gaming, low-end systems, or maintenance of existing scripts, dxvk-1.9.3 remains a rock-solid choice.
Using a GUI (Windows or Linux Desktop)
- Windows: Use 7-Zip or WinRAR to open the
.tar.gzor.tarfile. Extract to a folder likeC:\dxvk-1.9.3. - Linux (GNOME/KDE): Right-click the file → "Extract Here."
Performance Is Worse Than Expected
- Note: DXVK 1.9.3 does not include the later "state cache" improvements found in version 2.0+. However, you can manually enable the state cache by creating a file called
dxvk.confin the game folder with the line:
This will improve performance after the first playthrough.dxvk.enableStateCache = True
Step-by-Step Download Instructions
-
Open your web browser and go to:
https://github.com/doitsujin/dxvk/releases -
Scroll down (or search within the page) for
1.9.3. You can also directly visit:
https://github.com/doitsujin/dxvk/releases/tag/v1.9.3 -
Under the “Assets” dropdown of the v1.9.3 release, you will see several files. Look for:
dxvk-1.9.3.tar.gz(note: it is often compressed as.tar.gz, not just.tar). -
Click on it to download. If you need a plain
.tar(uncompressed), you can download the.tar.gzand extract it once, or use the source code zip, but the standard packaged version isdxvk-1.9.3.tar.gz.
Important: As of 2025, DXVK 1.9.3 is no longer the latest. Ensure you are not accidentally downloading a newer version like 2.3 or 2.4 unless intended. Bookmark the exact tag page.
What is DXVK?
Before diving into the specifics of the dxvk-1.9.3.tar file, let’s establish the basics. DXVK is an open-source translation layer that converts Direct3D 9, 10, and 11 API calls (used by Windows games) into Vulkan API calls (a modern, low-overhead graphics API supported by Linux).
Without DXVK, playing Windows games on Linux via Wine would be slow and buggy. With DXVK, many games run at near-native or even better performance than on Windows. The tool is packaged as a set of .dll files (like d3d11.dll and dxgi.dll) bundled inside a .tar archive.