User Tools

Site Tools


notes:wine

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
notes:wine [2022/05/20 20:31] Sean Rhonenotes:wine [2022/05/23 17:45] Sean Rhone
Line 74: Line 74:
   GALLIUM_HUD='cpu0+cpu1+cpu2+cpu3;cpu4+cpu5+cpu6+cpu7;cpu8+cpu9+cpu10+cpu11;cpu12+cpu13+cpu14+cpu15;GPU-load,requested-VRAM+VRAM-usage;fps'   GALLIUM_HUD='cpu0+cpu1+cpu2+cpu3;cpu4+cpu5+cpu6+cpu7;cpu8+cpu9+cpu10+cpu11;cpu12+cpu13+cpu14+cpu15;GPU-load,requested-VRAM+VRAM-usage;fps'
  
 +====== TODO ======
 +
 +<code>
 +
 +# Large Address Aware
 +export WINE_LARGE_ADDRESS_AWARE='1'
 +export PROTON_FORCE_LARGE_ADDRESS_AWARE='1'
 +
 +# Esync and Fsync
 +export WINEFSYNC='1'
 +export WINEESYNC='1'
 +
 +# Mesa
 +export mesa_glthread='true'
 +export MESA_NO_ERROR='1'
 +export VAAPI_MPEG4_ENABLED='1'
 +
 +# AMD
 +export RADV_PERFTEST='cswave32,gewave32,pswave32,nggc,sam,rt'
 +export AMD_DEBUG='w32ge,w32ps,w32cs,nggc,dpbb,dfsm'
 +
 +# NVIDIA
 +export __GL_THREADED_OPTIMIZATIONS='1'
 +
 +# DXVK
 +export DXVK_ASYNC='1'
 +
 +# VKD3D
 +export VKD3D_CONFIG='dxr,dxr11'
 +
 +# Logging
 +export DXVK_LOG_LEVEL='none'
 +export WINEDEBUG='-all'</code>
  
/var/www/wiki/data/pages/notes/wine.txt · Last modified: 2024/04/29 14:59 by Sean Rhone