Both sides previous revisionPrevious revisionNext revision | Previous revision |
linux:notes:wine_wayland_vulkan_wow_335 [2024/10/28 08:45] – Sean Rhone | linux:notes:wine_wayland_vulkan_wow_335 [2025/05/16 21:39] (current) – external edit 127.0.0.1 |
---|
* 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 |
| |
* https://github.com/doitsujin/dxvk/releases/tag/v1.10.3 | * <del>DXVK master (2.0+) had unplayable graphical artifacting and froze at main menu</del> (might only be with ''DXVK_HUD=full'') |
* Needs DXVK (TODO: Figure out Fedora's ''wine-dxvk''; should just-work but didn't? possibly needs dll override too and/or manual wine-dxvk dll copies from system pkg) | |
* DXVK master (2.0+) had unplayable graphical artifacting and froze at main menu; 1.10.3 is fine | |
* 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 |
* Foreground minimize nor foreground ''maxfpsbk'' FPS limit works with Wine-Wayland/VK | * Foreground minimize nor foreground ''maxfpsbk'' FPS limit works with Wine-Wayland/VK |
* :!: Below dxvk install isn't set for 1.10.3's archive name (manually move files; prefix still needs the dll overrides) | |
| |
ls ~/'Downloads/dxvk-'*'.zip' && rm -Rf '/tmp/dxvk-master' && mkdir -p '/tmp/dxvk-master' && unzip ~/'Downloads/dxvk-master-'*'.zip' -d '/tmp/dxvk-master/' && cp --backup '/tmp/dxvk-master/x32/'*'.dll' ~/'.wine/World of Warcraft 3.3.5/drive_c/windows/system32/' && WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' '/tmp/winetricks' 'd3d9=native' 'd3d10core=native' 'd3d11=native' 'dxgi=native' && mkdir -p ~/'.wine/World of Warcraft 3.3.5/dxvk_shader_cache' && sync | |
| |
====== DXVK ====== | ====== DXVK ====== |
* 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' |
| |
| * 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 |
| |
* ''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 |
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 |
| |
| * Query |
| |
| WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG QUERY 'HKEY_CURRENT_USER\Software\Wine\Drivers' /v 'Graphics' |
| |
====== renderer ====== | ====== renderer ====== |
| |
* ''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 |
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 |
| |
| * Query |
| |
| WINEPREFIX=~/'.wine/World of Warcraft 3.3.5' wine REG QUERY 'HKEY_CURRENT_USER\Software\Wine\Direct3D' /v 'renderer' |
| |