
Pomegarante
Published
gamemoderun %command%
I had an issue where it didn't detect my GPU and used llvmpipe instead which was unplayable, but restarting my computer fixed that issue. That was probably an issue with my computer rather than the game.
Steam got stuck while installing DirectX during the first time setup. I had to manually run the DirectX installer to make it work:
cd /home/myuser/.steam/debian-installation/steamapps/compatdata/1238860/pfx
STEAM_COMPAT_DATA_PATH="/home/myuser/.steam/debian-installation/steamapps/compatdata/1238860" WINEPREFIX=$PWD \
"$HOME/.steam/debian-installation/compatibilitytools.d/Proton-6.5-GE-1/proton" run ../../../common/Battlefield 4/__Installer/directx/redist/DXSETUP.exe
protontricks 223750 d3dcompiler_47
VKD3D_DISABLE_EXTENSIONS=VK_NV_low_latency2 WINEDLLOVERRIDES="version,dxgi=n,b" gamemoderun %command% --dlss-nvapi=mock
I was able to significantly improve performance by enabling FSR frame generation:
- Downloaded DLSS Enabler (https://www.nexusmods.com/site/mods/757?tab=description) and ran it using
protontricks-launch --appid 2054970 './Downloads/DLSS Enabler 2.90.606.3 Installer-757-2-90-606-3-1711045669.exe'
- Ran RegEdit using the protontricks GUI and added
DisableNvidiaSignatureChecks.reg
from https://www.nexusmods.com/site/mods/738?tab=files. This should have been included in the above mod but I'm not sure where the installer put it. - Manually disabled DLSS and Nvidia Reflex in the config.ini file for Dragon's Dogma 2. This was only necessary because I had previously enabled them and could no longer disable them after installing the mods.
- Added
VKD3D_DISABLE_EXTENSIONS=VK_NV_low_latency2
to the launch options to fix this C++ Runtime issue:Expression: "!status && "vkLatencySleepNV""
I had to change my steam controller config to make it work:
- Steam -> Settings -> Controller -> Desktop Configuration
- Browse configs -> Templates -> Gamepad
The game wouldn't start because EAC failed to load modules. Either disabling the network connection or using Proton Experimental [bleeding-edge] fixes this.
Borderless windowed has a white frame around it
7.0rc3-GE-1 GloriousEggroll
Matchmaking does not work
DXVK_ASYNC=1 %command%
Some hitching the first time each a given particle effect was loaded
Mouse thumb buttons were able to be mapped in the menu, but could not be used in game
Followed directions on https://www.reddit.com/r/DarkTide/comments/y49vcz/guide_to_playing_darktide_beta_on_linux/
- Installed Proton EasyAntiCheat Runtime
- Deleted Microsoft Edge WebView2
- Added user_settings.config
Had some stuttering and frame drops, but it was playable
Had one crash during tutorial, but the game was stable during missions