Commit Graph

95 Commits

Author SHA1 Message Date
Adnan Hodzic ad7f350c89 Update README with Configuring auto-cpufreq section 2022-02-07 21:31:14 +01:00
Ákos Várady 1aa1983ccf
Add min/max allowed frequencies option (#309) (#324)
* 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>
2021-12-26 11:01:32 +01:00
Adnan Hodzic aab79ca845
Update README.md 2021-12-17 12:01:06 +01:00
Adnan Hodzic c719646e41
Update README.md
Be more explicit that TLP should be removed after auto-cpufreq is installed.
2021-12-09 08:21:09 +01:00
Adnan Hodzic 71db47157a
Update README.md
That is recommended to have `thermald` running alongside auto-cpufreq.
2021-11-22 20:12:23 +01:00
Marc Althoff b5bfa52ea4
typo (#287)
nitpickery: CPU plural: CPU or CPUs, not genitive 's
2021-11-22 19:10:13 +01:00
Pablo Castellano a48e9193fa
Remove quotes from youtube link (#264) 2021-10-24 07:21:58 +02:00
Adnan Hodzic 4509d07cc9 Update README
Updated README on how to support the project and how to use the config file.
2021-10-16 20:31:22 +02:00
Martin Andersson 6cb2c00786
Add config file for preferred governor and turbo boost behaviour. (#250)
* 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
2021-10-10 08:11:45 +02:00
Adnan Hodzic 6e6a099c37
Added clarification regarding auto-cpufreq and TLP 2021-09-13 17:10:07 +02:00
Adnan Hodzic 3807d6d4a2 Add troubleshooting section
describing how to change intel_pstate driver to acpi-cpufreq
2021-08-14 11:35:50 +02:00
Infosec Gurung 433c48b93d
Fixed typo for "auto-cpufeq" (#198)
The word has been corrected to "auto-cpufreq"
2021-05-31 18:47:23 +02:00
Marco Vermeulen 02d58f9f20
Improve domain language around logging and stats (#160)
* 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.
2021-02-02 21:40:55 +01:00
Adnan Hodzic b2ae741a56
Updated README with CPU temperature reference 2020-12-06 19:35:06 +01:00
Adnan Hodzic eb9ccfe32f Snap v1.5 release & module import fix (PYTHONPATH); updated README 2020-12-05 22:27:52 +01:00
Adnan Hodzic 3e712b8d5d
HowTo see daemon status on snap package 2020-10-01 17:19:27 +02:00
Muqtadir 977653ed13
typo in readme: maual->manual (#113) 2020-09-15 17:36:00 +02:00
Adnan Hodzic e405e41fd7 Display CPU usage per each core 2020-09-13 22:51:03 +02:00
Adnan Hodzic 5a169a1357 updated AUR package section 2020-08-14 15:45:41 +02:00
Adnan Hodzic c6f0ae77cb Update README.md 2020-08-12 16:56:42 +02:00
Adnan Hodzic b4752ccfe2 Revert "Reorganize README.md (#90)"
This reverts commit b5d735d72a.
2020-08-10 17:57:19 +02:00
Mark Wagie 2e4f155f9e Reorganize README.md (#90)
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.
2020-08-10 18:12:23 +03:00
Adnan Hodzic 8df6a37fc1 added ARM support + fedora cgroups v2 workaround 2020-08-09 22:06:12 +02:00
Adnan Hodzic 4db945d726 updated readme (including AMD support) 2020-08-06 21:06:04 +02:00
Adnan Hodzic 2b65e885e4 added donate section 2020-05-14 18:10:32 +02:00
Mert Can Demir d7209613dd Fix little typo (#50) 2020-03-28 08:48:05 +01:00
Adnan Hodzic 58cb83e156 public release of snap store 2020-03-19 22:22:40 +01:00
Adnan Hodzic 9799798d72 Update README.md
added update on snap package
2020-03-16 16:36:06 +01:00
Adnan Hodzic 416fe1437f added snap store placeholder 2020-02-15 11:31:56 +01:00
Adnan Hodzic 304d7ee9d5 updated README following new packaging format 2020-02-09 14:56:20 +01:00
Mert Demir 5734162a7d add power package for better power source control (#25)
* 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>
2020-01-12 07:07:22 +01:00
Adnan Hodzic bdf37210c5 updated requirements for debian/redhat 2020-01-11 16:36:59 +01:00
Adnan Hodzic 2d12a05af2 Update README.md 2020-01-07 17:29:20 +01:00
Adnan Hodzic b2e97fec73 Update README.md 2020-01-07 08:56:47 +01:00
Mert Demir 5be27f43ba Fix typo (#11)
* Fix typo
2020-01-05 17:30:19 +01:00
Alexandre Viau 0bb816895e typo: bettery -> battery (#5) 2020-01-05 11:33:35 +01:00
Adnan Hodzic 24cccc3b58 Update README.md 2020-01-05 00:02:24 +01:00
Adnan Hodzic 810186123b lowered refresh rate to 5s + updated README 2020-01-04 08:55:00 +01:00
Adnan Hodzic e26851ed92 Update README.md 2020-01-03 23:23:04 +01:00
Adnan Hodzic 62b8773c74 added Youtube video to readme 2020-01-03 21:14:12 +01:00
Adnan Hodzic 44fba28e4d Update README.md 2020-01-03 19:05:33 +01:00
Adnan Hodzic 1dd7a814d2 Update README.md 2020-01-03 16:48:03 +01:00
Adnan Hodzic 86f67fa529 Update README.md 2020-01-03 16:39:35 +01:00
Adnan Hodzic 6993714e3b First update to README 2020-01-02 19:12:34 +01:00
Adnan Hodzic 95300809c9 Initial commit 2019-12-29 21:39:57 +01:00