
koyaa
Published
LD_PRELOAD="$HOME/.steam/steam/ubuntu12_32/libSDL2-2.0.so.0:$HOME/.steam/steam/ubuntu12_32/libSDL2_ttf-2.0.so.0:$LD_PRELOAD" mangohud %command%
Due to an outdated version of SDL, the mouse sensitivity is doubled. This can be fixed by preloading a newer version of SDL from the Steam runtime, which can be seen in the launch options for this report.
The only issue is the mouse sensitivity doubling, but this issue can alternatively be solved by halving your usual setting if LD_PRELOAD hacks are too unfamiliar to you.
Northgard runs flawlessly as a native application
Due to the game's linux/run.sh
launch script, both the Steam overlay and Mangohud will not function. I don't consider this to be an issue regarding how well the game performs on Linux, but it can be annoying. To fix the latter issue, you can edit run.sh
like so:
LD_PRELOAD= LD_LIBRARY_PATH=linux ./linux/hl linux/detect.hl
LD_PRELOAD= LD_LIBRARY_PATH=linux mangohud ./linux/hl sdlboot.dat "$@"
LD_PRELOAD="$HOME/.steam/steam/ubuntu12_32/libSDL2-2.0.so.0:$HOME/.steam/steam/ubuntu12_32/libSDL2_ttf-2.0.so.0:$LD_PRELOAD" mangohud %command%
Due to an outdated version of SDL, the mouse sensitivity is doubled. This can be fixed by preloading a newer version of SDL from the Steam runtime, which can be seen in the launch options for this report.
The only issue is the mouse sensitivity doubling, but this issue can alternatively be solved by halving your usual setting if LD_PRELOAD
hacks are too unfamiliar to you.