I'm experimenting with gaming on Linux and especially with gamescope.
When I enable the ENV var use_gamescope="1" the game will crash immediately.
I changed the launchwrapper slightly to make it work for me:
GAMESCOPE="gamemoderun gamescope -W <vertical resolution -H <horizontal resoluton -f -- "
added whitespace behind --
added my screen's native fullscreen resolution
added gamemode in front for, good measure
I am uncertain if this works for others, but for me, it enables running the game in gamescope with gamemode in the background
Hi, great project—thank you so much for it.
I'm experimenting with gaming on Linux and especially with gamescope. When I enable the ENV var
use_gamescope="1"
the game will crash immediately. I changed the launchwrapper slightly to make it work for me:GAMESCOPE="gamemoderun gamescope -W <vertical resolution -H <horizontal resoluton -f -- "
--
I am uncertain if this works for others, but for me, it enables running the game in gamescope with gamemode in the background