Commit Graph

417 Commits

Author SHA1 Message Date
Adnan Hodzic efabcab056 working daemon as part of snap (dirty) 2020-01-24 15:53:25 +01:00
Adnan Hodzic 9f1bbc1778 fix display of help dialog in snap 2020-01-23 07:12:04 +01:00
Adnan Hodzic 5aca2c5558 added option to detect if running on snap 2020-01-22 22:26:27 +01:00
Adnan Hodzic d8e56e0e58 added deploy-cpufreqctl 2020-01-22 20:46:02 +01:00
Adnan Hodzic 1cc0099d22 added necessary files for snap + first working snap version 2020-01-21 23:44:42 +01:00
Adnan Hodzic 787560c056 split auto-cpufreq into bin and source (core) 2020-01-21 22:20:54 +01:00
e4BdSBmUzHowFico5Ktn e2f6da6072 set_powersave performance enhancement (#28)
now set_powersave only turns on turbo boost when all 1m load avg is higher than all available cores instead of 4 cores, this should work better for a broader range of cpus.
2020-01-12 08:04:24 +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 cea1530ecf set turbo boost off in performance if load/cpu usage is low 2020-01-08 19:40:11 +01:00
Adnan Hodzic 1218ffd8cb switch to use platform.machine for displaying architecture (issue: 20) 2020-01-07 20:09:40 +01:00
John Athanaselis d727f5ab76 Update cpufreqctl.sh (#19) 2020-01-07 20:03:20 +01:00
Adnan Hodzic d75d8dc2b1 deploy unified (across distirbutions) systemd unit file (issue: #12) 2020-01-07 18:47:52 +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
aroundthfur c1fcabb18c fix systemd unit file removal path (#13) 2020-01-05 20:52:06 +01:00
Adnan Hodzic a6adb010e7 remove removal of daemon install marker 2020-01-05 17:40:39 +01:00
aroundthfur 7cbe1de022 fix systemd unit file install path: some distros do nott have the `lib -> usr/lib` symlink (#8) 2020-01-05 17:34:18 +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
aroundthfur 83b4ed1c41 Running check (#3)
* Check if the daemon is running by querying the PIDs on the system instead of a marker file

* code folded for better visibility

* code folded for better visibility

* adjust to naming conventions

* remove unused code

* make the `daemon running` warning more simple

Co-authored-by: Velimir <vivel@users.noreply.github.com>
2020-01-04 23:26:05 +01:00
Adnan Hodzic 0f25cca1ba added tool description 2020-01-04 20:38:39 +01:00
Adnan Hodzic 10793a9b76 Merge pull request #1 from aroundthfur/master
Create logfile before starting the deamon
2020-01-04 20:36:11 +01:00
Velimir Iveljic 6d7c7a7495 Create logfile before starting the deamon
- on SELinux enabled systems, the daemon fails to start unless
  the logfile is already present, because the systemd unit file
  redirects the STDOUT to a file.
2020-01-04 19:36:20 +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 6c81233fc6 fixed driver information display 2020-01-03 22:13:28 +01:00
Adnan Hodzic 9f20610b26 set countdown to 10s 2020-01-03 21:26:01 +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 4cbc608791 major code refactor and improvements 2020-01-03 16:27:41 +01:00
Adnan Hodzic 2490de007a systemd working with proper logging functionality 2020-01-03 14:09:07 +01:00
Adnan Hodzic aab5f17d9c code refinement (working systemd) without logs 2020-01-02 23:30:55 +01:00
Adnan Hodzic 6993714e3b First update to README 2020-01-02 19:12:34 +01:00
Adnan Hodzic 6bf02a3bf9 fixed a typo 2020-01-02 18:55:25 +01:00
Adnan Hodzic 300fcd57ee RC1 2020-01-02 17:06:20 +01:00
Adnan Hodzic b1ffbe6dd5 added cpufreqctl script deploy func 2020-01-02 13:53:40 +01:00
Adnan Hodzic a2f6b7cd42 temporarily disabled cpu fan speed 2020-01-02 13:21:17 +01:00
Adnan Hodzic 9a4a695c40 disabled driver_check for monitor 2020-01-02 13:19:25 +01:00
Adnan Hodzic f02ba0cc6d added daemon removal + other improvements 2020-01-02 13:06:43 +01:00
Adnan Hodzic 3eee90e1fb added option to read log + other visual improvements 2020-01-02 11:59:09 +01:00
Adnan Hodzic 1706bc02b3 added option turn off bluetooth at boot + other improvements 2020-01-02 09:37:27 +01:00
Adnan Hodzic 574ffc0d1d added visual changes for deploy section 2020-01-02 02:10:51 +01:00
Adnan Hodzic 84e0c6cfa1 added option to deploy and run auto-cpufreq as a service (daemon) 2020-01-02 01:49:01 +01:00
Adnan Hodzic 0e6a620519 added option to use turbo even in powersave mode under very high load 2020-01-01 18:23:31 +01:00
Adnan Hodzic d418f5497b got rid of cpuinfo + distro libraries (drastic speed improvements) 2020-01-01 17:22:32 +01:00
Adnan Hodzic cae36ea6d2 code refactoring 2020-01-01 14:54:42 +01:00