#[SOLVED]
54 messages · Page 1 of 1 (latest)
GDM or SSDM should start it automatically
eval $(dbus-launch --sh-syntax --exit-with-session)
Sometimes running it as root may cause problems, try launching it normally?
systemctl --user enable gamemoded
Is it fixed?
You could try adding this to your ~/.xinitrc if you'll be starting it manually
About the errors
Give a sec
It's an issue with renice and ioprio, or so it looks from what I googled
Essentially an intel problem where gamemodes is denied permission
I'm guessing intel power limits
sudo chmod 755 /sys/class/powercap/intel-rapl:0
Ooh
Ok
Uh
gamemode --status
Run a game
journalctl --user -u gamemoded --no-pager --lines=50
You could try and reconfigure renice
Or your gamemode.ini file
[general]
ioprio=4
Paste this there
Gamemode is expecting a priority=0
You could re-write it in renice
Set it to 0
Or delete it altogether
Ye, that could be the problem
Well negative values require higher permission
Does your gamemode user have that privilege
sudo setcap cap_sys_nice=eip /usr/bin/gamemoded run this
If it returns 0
Your user don't have perms
/etc/security/limits.d/10-gamemode.conf this the dir?
If it's -10 change it to
@gamemode - nice -19
Ye and reboot
If you still don't see it
Try
sudo usermod -aG gamemode $USER
As in your username
Also verify if PAM is enforcing limits
cat /etc/pam.d/common-session | grep pam_limits
grep pam_limits /etc/pam.d/system-login
If it's missing
echo "session required pam_limits.so" | sudo tee -a /etc/pam.d/system-login try adding it manually
Reboot
renice -19 -p $!```
If something goes wrong
journalctl --user -u gamemoded --no-pager --lines=50 run the log and let me know
00001xp received a thank you cookie!
[SOLVED] GameMode ERROR: Using X11 for dbus-daemon autolaunch was disabled at compile time
If it works it works, anything breaks again
Lemme know