We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey,
I am wondering if there could or already is an option to change the general CPU governor into a powersave mode.
This would be the most normal way to save energy, and working on all machines
The text was updated successfully, but these errors were encountered:
Hi, since governor is a OS thing this is our of our scope. This project aims to be a bridge between sw and hw.
Thanks
Sorry, something went wrong.
Hey, I am wondering if there could or already is an option to change the general CPU governor into a powersave mode. This would be the most normal way to save energy, and working on all machines
Agree with Flygoat, also if Linux, you just need to echo power | sudo tee /sys/... at the right path to have them in powersave
echo power | sudo tee /sys/...
No branches or pull requests
Hey,
I am wondering if there could or already is an option to change the general CPU governor into a powersave mode.
This would be the most normal way to save energy, and working on all machines
The text was updated successfully, but these errors were encountered: