Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearlinux/clr-power-tweaks
Power management tweaks for Clear Linux.
https://github.com/clearlinux/clr-power-tweaks
power-management settings
Last synced: about 2 months ago
JSON representation
Power management tweaks for Clear Linux.
- Host: GitHub
- URL: https://github.com/clearlinux/clr-power-tweaks
- Owner: clearlinux
- License: gpl-3.0
- Created: 2019-06-20T20:51:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T16:00:06.000Z (10 months ago)
- Last Synced: 2024-03-26T05:49:05.496Z (9 months ago)
- Topics: power-management, settings
- Language: C
- Homepage: https://clearlinux.org/
- Size: 143 KB
- Stars: 21
- Watchers: 5
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
## clr-power-tweaks
This is a utility, authored for the purposes of Clear Linux, that sets
reasonable power management defaults for platform devices. This is to improve
energy efficiency while platform is idle.## Contact
Mailing list, Forums, IRC (freenode), source code repositories, direct e-mail
information, as well as guidance for how to contribute to the Clear Linux
project are maintained at our project website:
* https://clearlinux.org/about## Building
To compile this project, run `sh autogen.sh` followed by `make`. The program
has no significant dependencies and uses `glibc`. To install the unit file,
it needs `systemd.pc` from the `systemd` package.# License
```
Copyright (C) 2012-2019 Intel CorporationThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .
```(The COPYING file has a full copy of the License.)