Commit Graph

60 Commits

Author SHA1 Message Date
blackpill0w d593e3e839
Fix Links in the README (#519) 2023-06-24 07:21:17 +02:00
Albert Solomon fe7eab8576
Update README for fedora (noob friendly) grub instructions (#505) 2023-05-06 09:53:27 +02:00
Siddharth Kumar Jha 9912f9d809
Update Readme for issue of auto-cpufreq not autostarting on AUR (#485)
* 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
2023-02-12 08:25:14 +01:00
Adnan Hodzic c65eac3472
Update readme, install psutil lib for power_helper 2023-02-05 09:29:19 +01:00
Adnan Hodzic dadfae087f Update README with new config options 2023-02-03 20:02:03 +01:00
shadeyg56 2bfe71e8d8
[Feature] Force use of powersave or performance governors (#476)
* 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
2023-02-01 16:39:14 +01:00
Adnan Hodzic f66df2a8e8 Explicitly state AUR is not maintained 2023-01-28 07:30:13 +01:00
Max 1c9ff32a33
Update Readme Troubleshooting with How to Disable AMD-Pstate (#466) 2022-12-17 20:25:48 +01:00
abvee 70c58fba3a
Documentation update/revamp (#458)
* 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
2022-11-27 16:56:55 +01:00
xd003 ac0a4b5e72
Adding both Binary & Git AUR package along with Note for unmaintained git package (#433) 2022-09-10 18:36:46 +02:00
Ishaan Bhimwal 29d5d87ded
fix multiple typos as reported by typos (#410) 2022-07-31 08:14:27 +02:00
Adnan Hodzic cde4cbeb45
Updated Readme how to use `performance` mode 2022-06-11 18:45:25 +02:00
Adnan Hodzic fa5d86669f Updated issue template & README 2022-06-10 07:45:32 +02:00
Adnan Hodzic b7fba8e444
Add looking for co-maintainers/developers 2022-03-08 07:14:16 +01:00
Adnan Hodzic f65dba3625 Improved power_helper snap package detection 2022-02-20 07:59:59 +01:00
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