flasheeprom
flasheeprom
I had exactly the same issue in War Thunder after some time of game play. Sudden massive stuttering after a few minutes. The command `sudo setcap 'cap_sys_nice=eip' /usr/bin/gamescope` solved the...
> Setting `LD_PRELOAD="" %command%` also fixes the problem. I had to use `env LD_PRELOAD="" %command%` instead, as LD_PRELOAD isn't an executable binary and throws `xwm: execvp failed: No such file...
First it was this: `gamescope -W 2560 -H 1440 -f --expose-wayland --force-grab-cursor --display-index 1 -- LD_PRELOAD="" %command%` which gave the error, then this: `gamescope -W 2560 -H 1440 -f --expose-wayland...
Thanks, it's running now. Will test for a while and report back. EDIT: OK, this way seems to be working, which is better, as I don't have to `setcap` every...