* Updated Readme for issue auto-cpufreq not autostarting
Added solution to issue https://github.com/AdnanHodzic/auto-cpufreq/issues/463
* Fixed minor errors
* Fixed auto-cpufreq.serivce Typo
* Reprashed text as per suggestion
* add the --force option and governor overrides
* update README to reflect --force option
* add --state option
* update README with --state option
* update README to expand on --force functionality
* change name of remove() func and remove pickle upon --remove
* check if daemon is not running when using --force and change --state
* add links to README
* change force section wording
* add quotes to --force help
* add override warning to stats file
* hide --get-state flag
* consolidate error messages and add daemon checks to --get-state and --stats
* add quotes
* Fixed some grammar and punctuation
* Made more Grammar changes
* Added Post installation section
* Removed warning to not use `auto-cpufreq --install` as the issues
mentioned are already resolved, and auto-cpufreq --install works as
expected
* Added documentation for starting and enabling the daemon using just
systemd, and fixed some grammar.
* Added documentation for disabling with systemd
* Modified "How to run auto-cpufreq section" to include help options
* Fixed some formatting issues.
corrected location of power_helper.py script
* Made recommended changes
* Added index
Fixed a link
* Removed systemctl command, and added warning to use inbuilt commands
* Added instruction to clone the repo
* Add min/max allowed frequencies option (#309)
Setting the minimum/maximum allowed CPU frequencies is now possible
via 'scaling_min_freq' and 'scaling_max_freq' options in config
for both modes (charger and battery).
Values should be given in kHZ.
Example:
scaling_min_freq = 1800000
scaling_max_freq = 2000000
I also did autoformatting via 'black', using --line-length 100.
Code is now a bit tidier than before.
* Fixes for min/max allowed frequencies option
* Further modify min/max frequency option
* Fix temporary modification in min/max allowed frequency option
Co-authored-by: Akos Varady <akos.varady@ericsson.com>
* Add config file for setting preferred governor and turbo boost settings.
* Add an example config file.
* Display notice when using settings from config file when starting
* Add section about configuring to README.md
* Add --config parameter to set path for configuration file to use
* Ignore Pycharm descriptors from VCS.
* Rename all occurances of `log` to `stats`.
* Rename log file to stats and move to /var/run
* Bring back --log switch with deprecation message.
Install, *then* use. Not the other way around. Now it's clearer for folks using the AUR package they can just start using it. The AUR package install file notifies the user there is a service. Keep It Simple.
* temp fix for https://github.com/giampaolo/psutil/issues/1658
* fix for missing set_performance()
* add power package for better power source status detecting
* remove redundant spaces
Co-authored-by: Adnan Hodzic <adnan@hodzic.org>