
BenStein
Published
--skip-launcher --vulkan
Works fine in DX11 and Vulkan. On 545 driver, Vulkan seems stable and performance wise is the same as DX11. Even managed to get HDR to work by running it in a Wayland gamescope session in a TTY on 545.
HDR settings:
#need to run setcap once
sudo -E setcap 'cap_sys_nice=eip' /usr/local/bin/gamescope
To run Steam in HDR, created a shell script...
./launch_gamescope.sh:
export XDG_RUNTIME_DIR="/run/user/1000"
export DXVK_HDR=1
export GAMESCOPE_ALLOW_TEARING=1
export ENABLE_GAMESCOPE_WSI=1
gamescope --hdr-enabled --hdr-itm-enable
--hdr-itm-sdr-nits 400 --hide-cursor-delay 3000
--xwayland-count 2 --prefer-vk-device 10de:2684
--prefer-output DR-4 -w 2560 -h 1440 --rt -e
-- mangohud steam -steamos3 -gamepadui
Basically unplayable due to graphical issues.
Running Nvidia 550. Once main game starts there is a wash of white bloom over the entire screen making it unplayable. Tried several version of Proton and it was the same in each.
PROTON_HIDE_NVIDIA_GPU=0 PROTON_ENABLE_NAVPI=1 VKD3D_SHADER_MODEL=6_6 WINEDLLOVERRIDES="d3dcompiler_47=n;dxgi=n,b" bash -c 'exec "${@/Starfield.exe/sfse_loader.exe}"' -- gamescope -W 2560 -H 1440 -r 170 -f -- mangohud %command%
Under 525 driver, only got about 25 fps. On 545 I'm getting around 60-90 fps. Still about half of what I see in Windows, but definitely playable.
525 driver worked but only at 20-30 fps. 535 would only crash. 545 works at decent fps.