User Tools

Site Tools


bsd:notes:wine

Differences

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

Link to this comparison view

Next revision
Previous revision
bsd:notes:wine [2024/09/06 02:17] – created Sean Rhonebsd:notes:wine [2024/12/08 02:19] (current) Sean Rhone
Line 1: Line 1:
-====== 32-bit Support ======+====== TODOs ======
  
-****+  https://github.com/Winetricks/winetricks/blob/master/files/verbs/all.txt 
 +  [[linux:notes:wine_wayland_vulkan_wow_335]] 
 +  https://gitlab.winehq.org/wine/wine/-/wikis/FAQ#how-can-i-prevent-wine-from-changing-the-filetype-associations-on-my-system-or-adding-unwanted-menu-entriesdesktop-links
  
-  /usr/local/share/wine/pkg32.sh install wine-devel mesa-dri+  winetricks renderer=vulkan 
 + 
 +====== Environment Variables ====== 
 + 
 +  * Mesa: https://docs.mesa3d.org/envvars.html 
 +  * VKD3D: https://github.com/HansKristian-Work/vkd3d-proton#environment-variables 
 +  * NVIDIA: https://download.nvidia.com/XFree86/Linux-x86_64/560.35.03/README/openglenvvariables.html 
 +  * ''vblank_mode'' values: https://github.com/intel/external-mesa/blob/master/src/util/xmlpool/t_options.h#L213 ((if this becomes unavailable, it seems to be a source file for a DRI Conf tool)) 
 + 
 +====== Global ====== 
 + 
 +  * Last updated: 2024/09/09 
 + 
 +  su -l 
 + 
 +  ee '/usr/local/etc/profile.d/wine-tweaks.sh
 + 
 +<code> 
 +# Logging 
 +export DXVK_LOG_LEVEL='none' 
 +export WINEDEBUG='-all' 
 +export VKD3D_DEBUG='none' 
 +export VKD3D_SHADER_DEBUG='none' 
 + 
 +# End</code> 
 + 
 +====== DXVK ====== 
 + 
 +  * :!: 2024/09/09: Unused and untested 
 + 
 +===== conf Path ===== 
 + 
 +  su -l 
 + 
 +  ee '/usr/local/etc/profile.d/wine-tweaks.sh' 
 + 
 +<code> 
 +export DXVK_CONFIG_FILE=~/.config/dxvk/dxvk.conf</code> 
 + 
 +===== dxvk.conf ===== 
 + 
 +  mkdir -p ~/'.config/dxvk' && ee ~/'.config/dxvk/dxvk.conf' 
 + 
 +<code> 
 +#dxvk.hud = full 
 +dxvk.enableAsync = true 
 +#d3d9.numBackBuffers = 3 
 +#dxgi.numBackBuffers = 3 
 +#d3d11.samplerAnisotropy = 16 
 +#d3d9.samplerAnisotropy = 16 
 +#dxgi.maxFrameLatency = 1 
 +#d3d9.maxFrameLatency = 1 
 +dxgi.nvapiHack = false</code>
  
/srv/www/wiki/data/attic/bsd/notes/wine.1725603436.txt.gz · Last modified: by Sean Rhone