
Timoh
Published
EA is preparing to move this game from Easy Anti-Cheat to EA AntiCheat, which doesn't support Linux.
gamescope -W 2560 -H 1440 --hdr-enabled --fullscreen -- %command%
Gamescope is freezing with a black screen on exit, unable to close the game. This is likely related to the current Gamescope version, soon to be fixed. Atm I just SIGKILL and everything is good.
gamescope -W 2560 -H 1440 --hdr-enabled --fullscreen -- %command%
HDR support is still a little bit wonky on KDE 6.3.3. I tried multiple different combinations of launch parameters, but everytime HDR was just greyed out in the Elden Ring options after starting the game. The only possible way to enable HDR was to enforce '--fullscreen' and '--hdr-enabled' in Gamescope and setting the video option to 'fullscreen' ingame.
PROTON_NO_ESYNC=1 PROTON_NO_FSYNC=1 %command% /fullscreen 2560 1440
Extending the game interface over two displays is not working for me
kscreen-doctor output.DP-3.mode.1280x720@60; %command%; kscreen-doctor output.DP-3.mode.3840x2160@240
The game has graphical issues in fullscreen on higher resolutions due to broken scaling in Adobe Flash I'd assume. A possible workaround for this issue would be the launch options mentioned above. These commands only work in a KDE environment, but I'd assume you can achieve the same result in other environments with a similiar set of commands.
- It temporarily decreases the screen resolution correctly before running the game.
- It starts the game via %command%
- It readjusts the resolution and refresh rate after the game quit.
Of course this command can't just be copy & pasted for your setup. You need to get your current display resolution, your refresh rate and your display id via 'kscreen-doctor -o'. Once you got that info you can replace those parts in the third command. The shell commands are seperated via semicolon.
I had a crackling issue with my pipewire based audio setup. This could be fixed by applying the following changes and restarting:
mkdir -p ~/.config/pipewire/pipewire.conf.d
nano ~/.config/pipewire/pipewire.conf.d/99-default-quantum.conf
insert the following:
context.exec = [ { path = "pw-metadata" args = "-n settings 0 clock.force-quantum 512" } ]
Added ScummVM launcher (Windows version) and texture packs according to this guide, works like a charm: https://steamcommunity.com/sharedfiles/filedetails/?id=1746858370
Without ScummVM there's slight text shadowing issues and menu glitches
ScummVM fixes all the visual glitches and scales the game properly, the HD mods mentioned in the guide above are highly recommended for further visual enhancement.