table of contents
other versions
- unstable 2.5.3-1
DXVK-SETUP(1) | General Commands Manual | DXVK-SETUP(1) |
NAME¶
dxvk-setup - install or uninstall DXVK from a Wine prefix
SYNOPSIS¶
dxvk-setup [install|uninstall] [options]
DESCRIPTION¶
DXVK is a Vulkan-based D3D 8/9/10/11 implementation for Linux / Wine.
dxvk-setup will install or uninstall DXVK from a Wine prefix. On 32bit prefixes, only dxvk-wine32 will be installed. On 64bit prefixes, both dxvk-wine32 and dxvk-wine64 will be installed.
COMMANDS¶
- i, install
- Install DXVK in $WINEPREFIX.
- u, uninstall
- Uninstall DXVK from $WINEPREFIX.
OPTIONS¶
- -s, --stable
- Use wine-stable (Debian package).
- -d, --development
- Use wine-development (Debian package).
- -u, --upstream
- Use wine-devel (upstream package).
- -v, --upstream-staging
- Use wine-staging (upstream package).
ENVIRONMENT VARIABLES¶
- WINEPREFIX
- Path of the Wine prefix where DXVK will be installed.
AUTHOR¶
DXVK was written by Philip Rebohle
dxvk-setup was written by Alexandre Viau <aviau@debian.org> and updated by Marc Dequènes (Duck) <Duck@DuckCorp.org>