Elden Ring on linux (With EAC, works online)

Preface

This guide is only as the game currently works as of 2/26/22, and is not intended for all distros. For a good portion of users, you may be able to simply click install and play and the game could work, please try that before attempting anything in this guide. For many of us though the game does not currently work, so these are the steps I had to take to get it working.

Please take caution before blindly running any commands or changing configuration files, always back up configurations before modifying!

Fixing EAC

If when you start the game you're met with an error that the EAC module could not be loaded, these steps may help you. You do not need to do them all, if it works you may not need to continue to further steps.

1. Use the flatpak version of steam, while not ideal to have two steam installs, especially since this can cause other issues with other games, EAC does seem to run more reliably on the flatpak install. (only run these as USER)

flatpak install flathub com.valvesoftware.Steam flatpak override --user --filesystem=/path/to/directory com.valvesoftware.Steam flatpak run com.valvesoftware.Steam

2. re-install bubblewrap WITHOUT suid support, flatpak steam can't use it properly without other modifications if suid support is compiled in (should only be necessary for arch or gentoo based distributions)

3. check your nice and file handle settings, ulimit -n should report a number such as 1048576, and ulimit -e should report at least 20, if you are under these follow these steps

1. Edit /etc/security/limits.conf (on many distros, instead of directly editing this file, create a new file with the following instead called 01-proton.conf in /etc/security/limits.d)

2. Add the following lines at the end

@users - nice -20 @users - nofile 1048576

Please note that these remove restrictions on the system from opening too many files or

giving user applications too high of priority, this may not matter on a primarily gaming system but please be aware of what these settings do and their possible downsides.

4. If you're still having issues, confirm that the following kernel features are enabled

CONFIG_BPF_JIT CONFIG_BPF_JIT_DEFAULT_ON CONFIG_INPUT_UINPUT

On most distributions can you do this by running

zgrep CONFIG_BPF_JIT /proc/config.gzwhich should show

CONFIG_BPF_JIT=yif it is set correctly (same for the others)

If any of these return N, you will either need to compile a kernel (gentoo), install a newer kernel (arch/manjaro), or update your OS (most other distros), this is beyond the scope of this guide.

Getting Working Controller Support

Controller support doesn't seem to be working correctly even on windows right now, but the same workaround many are using does work on linux as well

1. Make sure steam input is enabled for elden ring

2. Make sure the steam overlay is turned on (steam input will NOT work without the overlay)

if these two alone don't work

3. under settings->controller change the desktop profile to "gamepad" (it's available in the templates at the left)

Known Issues

There are plenty of known issues with the game still at the time of writing this guide.

1. Heavy IO load, different lower latency schedulers might help a little, but the game is definitely bugged even for windows users, highly recommend installing on the fastest drive you have available, you WILL still stutter on loads but it will reduce it greatly.

2. crashes on launch, I've personally had about a 70% success in launching the game, sometimes it just doesn't make it to the menu and locks up, if you get a black or white screen for more than 5-10 seconds kill the process and re-launch it

3. wrong button prompts, even on a playstation controller the game will show xbox prompts, annoying but not the end of the world, just have to remember to press the "right" x button.

4. poor mouse/keyboard support, some controls just don't work correctly, even after changing the bizarre mapping you WILL have input lag on mouse, this is again a game issue, it's reported happening on windows as well.

Source: https://steamcommunity.com/sharedfiles/filedetails/?id=2766665242					

More ELDEN RING guilds