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/04/28 04:45] (current) – [Tweaks] suspicious FD error on Oblivion Sean Rhone
Line 1: Line 1:
 ====== Tweaks ====== ====== 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'
 +export DXVK_LOG_LEVEL='none'
  
 # End</code> # End</code>
- 
-===== Other ===== 
- 
-<code> 
-export DXVK_LOG_LEVEL='none' 
-export VKD3D_DEBUG='none' 
-export VKD3D_SHADER_DEBUG='none' 
-</code> 
  
 ====== TODOs ====== ====== TODOs ======
Line 23: Line 21:
  
   WINEDLLOVERRIDES='dsound=n'   WINEDLLOVERRIDES='dsound=n'
 +
 +  * https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu#notes (''CAP_NET_RAW'')
  
 ===== Vulkan ===== ===== Vulkan =====
C:/www/wiki/data/attic/linux/notes/wine.1739061340.txt.gz · Last modified: by Sean Rhone