User Tools

Site Tools


linux:notes:wine_wayland_vulkan_wow_335

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_wayland_vulkan_wow_335 [2024/10/28 08:48] Sean Rhonelinux:notes:wine_wayland_vulkan_wow_335 [2025/05/16 21:39] (current) – external edit 127.0.0.1
Line 3: Line 3:
   * https://discussion.fedoraproject.org/t/xorg-removed-how-to-get-them-back/132151/19   * https://discussion.fedoraproject.org/t/xorg-removed-how-to-get-them-back/132151/19
  
-  * DXVK master (2.0+) had unplayable graphical artifacting and froze at main menu+  * <del>DXVK master (2.0+) had unplayable graphical artifacting and froze at main menu</del> (might only be with ''DXVK_HUD=full'')
   * WoW doesn't use Xwayland with below tweaks; works great with software cursor (doesn't feel floaty; felt floaty without DXVK/Wine-Wayland)   * WoW doesn't use Xwayland with below tweaks; works great with software cursor (doesn't feel floaty; felt floaty without DXVK/Wine-Wayland)
   * Software cursor in WoW avoids camera flick-moving randomly on right-click   * Software cursor in WoW avoids camera flick-moving randomly on right-click
Line 12: Line 12:
   * https://github.com/doitsujin/dxvk/releases/tag/v2.4.1   * https://github.com/doitsujin/dxvk/releases/tag/v2.4.1
   * Any ''dxvk-*.tar.gz'' archive at ''~/Downloads''   * Any ''dxvk-*.tar.gz'' archive at ''~/Downloads''
 +
 +  * DXVK dll install
  
   cd ~ && rm -Rf '/tmp/dxvk' && mkdir -p '/tmp/dxvk' && cd '/tmp/dxvk' && tar --overwrite -xvzf ~/'Downloads/dxvk'*'.tar.gz' && cp -v --remove-destination '/tmp/dxvk/dxvk-'*'/x32/d3d9.dll' '/tmp/dxvk/dxvk-'*'/x32/dxgi.dll' ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && cd ~ && rm -Rf '/tmp/dxvk' && sync   cd ~ && rm -Rf '/tmp/dxvk' && mkdir -p '/tmp/dxvk' && cd '/tmp/dxvk' && tar --overwrite -xvzf ~/'Downloads/dxvk'*'.tar.gz' && cp -v --remove-destination '/tmp/dxvk/dxvk-'*'/x32/d3d9.dll' '/tmp/dxvk/dxvk-'*'/x32/dxgi.dll' ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && cd ~ && rm -Rf '/tmp/dxvk' && sync
 +
 +  * ''d3d9.dll'' override
  
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d9' /t 'REG_SZ' /d 'native' /f   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'd3d9' /t 'REG_SZ' /d 'native' /f
 +
 +  * ''dxgi.dll'' override
  
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\DllOverrides' /v 'dxgi' /t 'REG_SZ' /d 'native' /f
 +
 +  * Query
  
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG QUERY 'HKEY_CURRENT_USER\Software\Wine\DllOverrides'   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG QUERY 'HKEY_CURRENT_USER\Software\Wine\DllOverrides'
 +
 +  * WoW ''d3d9'' and ''DXVK_HUD=full''
  
   cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && MESA_SHADER_CACHE_DIR=~/'.wine/World of Warcraft 3.3.5' WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' DXVK_HUD='full' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -console -d3d9   cd ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/' && MESA_SHADER_CACHE_DIR=~/'.wine/World of Warcraft 3.3.5' WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' DXVK_HUD='full' wine ~/'.wine/World of Warcraft 3.3.5/drive_c/Program Files/World of Warcraft 3.3.5a.12340'*'/Wow.exe' -console -d3d9
Line 26: Line 36:
  
   * ''graphics=x11''   * ''graphics=x11''
 +  * Default
  
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'x11' /f   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'x11' /f
Line 33: Line 44:
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'wayland' /f   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /t 'REG_SZ' /d 'wayland' /f
  
-  * Reset/Default+  * Reset
  
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG DELETE 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /f   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG DELETE 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' /f
Line 44: Line 55:
  
   * ''renderer=gl''   * ''renderer=gl''
 +  * Default
  
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'gl' /f   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'gl' /f
Line 51: Line 63:
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'vulkan' /f   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG ADD 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /t 'REG_SZ' /d 'vulkan' /f
  
-  * Reset/Default+  * Reset
  
   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG DELETE 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /f   WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG DELETE 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' /f
/srv/www/wiki/data/attic/linux/notes/wine_wayland_vulkan_wow_335.1730119729.txt.gz · Last modified: by Sean Rhone