winetricks renderer=vulkan
DISPLAY=
sudo -e '/etc/profile.d/99-wine-tweaks.sh'
# Large Address Aware export WINE_LARGE_ADDRESS_AWARE='1' # Esync export WINEESYNC='1' # Logging export DXVK_LOG_LEVEL='none' export WINEDEBUG='-all' export VKD3D_DEBUG='none' export VKD3D_SHADER_DEBUG='none' # End