User Tools

Site Tools


notes:wine

This is an old revision of the document!


Environment Variables

Global

sudo -e '/etc/profile.d/99-wine-tweaks.sh'
# Large Address Aware
export WINE_LARGE_ADDRESS_AWARE='1'
export PROTON_FORCE_LARGE_ADDRESS_AWARE='1'

# Esync and Fsync
export WINEESYNC='1'
export WINEFSYNC='1'
export WINEFSYNC_FUTEX2='1'

# VKD3D
export VKD3D_CONFIG='dxr,dxr11'

# Proton-GE
export DXVK_ASYNC='1'

# Logging
export DXVK_LOG_LEVEL='none'
export WINEDEBUG='-all'
export VKD3D_DEBUG='none'
export VKD3D_SHADER_DEBUG='none'

# End

NVIDIA

# NVIDIA
export __GL_ALLOW_UNOFFICIAL_PROTOCOL='1'
export __GL_SHADER_DISK_CACHE='1'
export __GL_SHADER_DISK_CACHE_SKIP_CLEANUP='1'
export __GL_IGNORE_GLSL_EXT_REQS='1'
export __NV_SIGNED_LOAD_CHECK='none'
export __GL_THREADED_OPTIMIZATIONS='1'

# NVAPI
export DXVK_ENABLE_NVAPI='1'
export PROTON_ENABLE_NVAPI='1'

Other

__GL_YIELD='USLEEP'
__GL_SYNC_TO_VBLANK='0'
__GL_LOG_MAX_ANISO='4'
__GL_MaxFramesAllowed='1'
/var/www/wiki/data/attic/notes/wine.1688035810.txt.gz · Last modified: 2023/06/29 06:50 by Sean Rhone