Table of Contents

TODOs

winetricks renderer=vulkan

Environment Variables

Global

su -
ee '/usr/local/etc/profile.d/wine-tweaks.sh'
# Logging
export DXVK_LOG_LEVEL='none'
export WINEDEBUG='-all'
export VKD3D_DEBUG='none'
export VKD3D_SHADER_DEBUG='none'

# End

DXVK

conf Path

su -
ee '/usr/local/etc/profile.d/wine-tweaks.sh'
export DXVK_CONFIG_FILE=~/.config/dxvk/dxvk.conf

dxvk.conf

mkdir -p ~/'.config/dxvk' && ee ~/'.config/dxvk/dxvk.conf'
#dxvk.hud = full
dxvk.enableAsync = true
#d3d9.numBackBuffers = 3
#dxgi.numBackBuffers = 3
#d3d11.samplerAnisotropy = 16
#d3d9.samplerAnisotropy = 16
#dxgi.maxFrameLatency = 1
#d3d9.maxFrameLatency = 1
dxgi.nvapiHack = false
1)
if this becomes unavailable, it seems to be a source file for a DRI Conf tool