FeralInteractive / gamemode Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I can't run the daemon #12
Comments
Run without |
Without sudo:
|
The files you created when you ran
Also, I literally started using this library 20 minutes ago, so please take anything I say with a grain of salt. |
Ignore my second suggestion. First one should work. |
It works, thanks a lot!. Now when I use it with a game the governor is set in performance |
do i see this right? the daemon has to be built and run by the user who will run games? ... that is so not unix... Please make it possible to install and run the daemon system wide, and have some control which users can talk to it, for example by limiting to members of a certain group. |
@lemmy04 it is installable as a system wide daemon, operating on the system or user dbus socket, allowing it to run as root or user. Access control can be implemented manually with other measures such as confinement, or LSMs such as SMACK and SELinux, which I would argue fall well out of the scope of this daemon. Also let's not pretend we're talking about UNIX here, this is for Linux. |
Further, if you wanna run as a system wide "systemd-less" daemon, you can compile with Note however you're better off just running with the defaults. You can tweak the CLI args to run it as you wish, but then lifecycle management is much more difficult. With the defaults you get a usermode daemon that you can start/stop easily with Plus, user configs are becoming a thing. :) |
how do you tell it to install system wide, and use the system bus? on openSUSE when i build the "normal way" i get the same "no such file or directory" error when i try to start the daemon... |
What advantage does this have in OpenSuse over the following command ? sudo cpupower frequency-set -g performance |
When I execute "sudo ./bootstrap.sh" I have the following error:
Failed to connect to bus: Non hai tal ficheiro ou directorio
(in English: There is no such file or directory)You can see the process in terminal:
I use Ubuntu 17.10
The text was updated successfully, but these errors were encountered: