
Azema
Published
WINE_CPU_TOPOLOGY=16 %command%
The CPU Topology flag is only included because of the number of cpu core/threads my CPU has, it should not be needed for most systems.
DXVK_CONFIG="d3d11.maxFeatureLevel = 12_1" %command% --use-d3d11 -force-vulkan -USEALLAVAILABLECORES
Odd white border around borderless fullscreen
Intel Arc Graphics seem to be the reason the launch command required changing. I was able to play this without any changes on my steamdeck. Hopfuly a later version of proton can automaticly apply something to make this work automaticly for Intel Gaphics. I did not even notice the small white border once I started playing, game ran fine with no issues.
Not a linux issue but the game freeked out when taking off the dock becasue of network switching from lan to wifi game had to be restarted
unset LD_PRELOAD; VK_ICD_FILENAMES="$HOME/mesa-git/share/vulkan/icd.d/intel_icd.x86_64.json" %command%
The main menu background is black and video playback in hero ablity previews fails.
Intel Arc GPUs require a Mesa feature patch that has not yet been released. Requires compiling Mesa and loading it as seen in other reports (https://github.com/ValveSoftware/Proton/issues/8300#issuecomment-2533433893) (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32676) It has landed in Mesa main but is yet to be in a release, so you only need normal Mesa-git and no extra patch sets now.
No Dx12 Error with mesa-git (ed77f67e445d5104c81b999bbc7cbafc75090838)
unset LD_PRELOAD; VK_ICD_FILENAMES="$HOME/mesa-git/share/vulkan/icd.d/intel_icd.x86_64.json" %command%
Intel Arc requires a Mesa patch to enable features needed for dx12 (https://github.com/ValveSoftware/Proton/issues/8300#issuecomment-2533433893). It is the same issue that Marvel Rivals faces. I can get to the menu with a Mesa compiled with the merged feature; however, when I try to start the game, the game window freezes, and the audio starts ticking. It stays like that until the game crashes after about a minute. https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32676 This commit is not yet in a Mesa release. Although it is progress, it is still failing for some reason.