gamemode icon indicating copy to clipboard operation
gamemode copied to clipboard

gamemoded can't start Ubuntu 19.10 sudo apt install gamemode version

Open richard378 opened this issue 6 years ago • 1 comments

Describe the bug A clear and concise description of what the bug is. gamemoded does not start on boot and can't be manually started To Reproduce install gamemode in Ubuntu 19.10 sudo apt install gamemode Steps used to reproduce the behavior:

  1. Launch gamemod with '...'
  2. Run game '....'
  3. View output of '....' systemctl status gamemoded

` gamemoded.service - gamemoded Loaded: loaded (/lib/systemd/system/gamemoded.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Fri 2019-12-27 18:36:11 EST; 12s ago Process: 16466 ExecStart=/usr/bin/gamemoded -l (code=exited, status=1/FAILURE) Main PID: 16466 (code=exited, status=1/FAILURE)

Dec 27 18:36:11 X570-AORUS-MASTER systemd[1]: Starting gamemoded... Dec 27 18:36:11 X570-AORUS-MASTER /usr/bin/gamemoded[16466]: v1.5-dev Dec 27 18:36:11 X570-AORUS-MASTER /usr/bin/gamemoded[16466]: Loading config file [/etc/gamemode.ini] Dec 27 18:36:11 X570-AORUS-MASTER /usr/bin/gamemoded[16466]: Failed to connect to the bus: No such file or directory Dec 27 18:36:11 X570-AORUS-MASTER systemd[1]: gamemoded.service: Main process exited, code=exited, status=1/FAILURE Dec 27 18:36:11 X570-AORUS-MASTER systemd[1]: gamemoded.service: Failed with result 'exit-code'. Dec 27 18:36:11 X570-AORUS-MASTER systemd[1]: Failed to start gamemoded. ~ ` 4. See error

Expected behavior A clear and concise description of what you expected to happen. Expected that gamemoded starts System Info (please complete the following information):

  • OS and version: [e.g. Ubuntu 18.04] Ubuntu 19.10
  • GameMode Version [e.g. 1.1 or git sha] v1.5-dev Additional context Add any other context about the problem here. I don't know how to debug reason for failure.

richard378 avatar Dec 27 '19 23:12 richard378

Probably has something to do with the fact that the current Debian package installs the daemon system wide, while it's supposed to run only in user space. Fixed already on salsa so wait a for new Debian release and try it again, or build from source.

stephanlachnit avatar Dec 28 '19 13:12 stephanlachnit