User Tools

Site Tools


linux: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 revision
Previous revision
linux:notes:wine [2025/02/08 19:35] Sean Rhonelinux:notes:wine [2025/07/04 00:28] (current) Sean Rhone
Line 1: Line 1:
-====== Global ======+====== Tweaks ======
  
-  sudo -e '/etc/profile.d/99-wine-tweaks.sh'+  sudo -e '/etc/profile.d/wine-tweaks.sh'
  
 <code> <code>
 +# Staging
 +export STAGING_SHARED_MEMORY='1'
 +export STAGING_WRITECOPY='1'
 export WINE_LARGE_ADDRESS_AWARE='1' export WINE_LARGE_ADDRESS_AWARE='1'
 export WINEESYNC='1' export WINEESYNC='1'
 +
 +# Logging
 export WINEDEBUG='-all' export WINEDEBUG='-all'
  
-End</code> +DXVK
- +
-===== Other ===== +
- +
-<code>+
 export DXVK_LOG_LEVEL='none' export DXVK_LOG_LEVEL='none'
-export VKD3D_DEBUG='none+export DXVK_CONFIG='dxgi.hideIntelGpu = False
-export VKD3D_SHADER_DEBUG='none' + 
-</code>+# End</code>
  
 ====== TODOs ====== ====== TODOs ======
Line 23: Line 24:
  
   WINEDLLOVERRIDES='dsound=n'   WINEDLLOVERRIDES='dsound=n'
 +
 +  * https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu#notes (''CAP_NET_RAW'')
  
 ===== Vulkan ===== ===== Vulkan =====
/srv/www/wiki/data/attic/linux/notes/wine.1739061321.txt.gz · Last modified: by Sean Rhone