Vadym Stupakov
e02f7a6881
implemented --debug option ( #70 )
...
* implemented --debug option
- Added --debug option that shows sys info
- Added inxi as dependency
- Implemented get_sys_info() that returns inxi output
with injected governnor information
- Fixed bug: delete_file was called but this was deleted in prev PR
- Updated issue template
2020-08-05 23:49:23 +02:00
Vadym Stupakov
c56c656193
switching to psutil in order to monitor charger state ( #68 )
...
* switching to psutil in order to monitor charger state
2020-08-05 21:31:10 +02:00
Vadym Stupakov
3c15d21ce2
added issue template ( #66 )
...
* added issue template
* Update issue_template.md
* added -z option that filters sensitive user information
2020-08-05 21:20:18 +02:00
Vadym Stupakov
c66721c0b5
Refactroring and amd support ( #67 )
...
* refactored and fixed amd coretemp
- added get_avail_powersave() (and performance).
This function returns the most energy efficient governor.
This should fix AMD issue when powersave is not available
but "ondemand" or "schedutil" are present
- Cleaned up and refactoring.
Added more convinient util fuctions.
Also made it more pythonic, reduced subprocess calls.
- fixed get_curr_gov()
* fixed gov_check()
2020-08-05 21:12:59 +02:00
Vadym Stupakov
e1e09d0629
added ability to use auto-cpufreq-installer from any path ( #65 )
...
* added ability to use this script from any path
2020-08-05 18:06:28 +02:00
Vadym Stupakov
d0243806e9
Refactoring and fix for #14 (AMD issue) ( #62 )
...
* refactored and fixed amd coretemp
2020-08-04 18:22:38 +02:00
Adnan Hodzic
2b65e885e4
added donate section
2020-05-14 18:10:32 +02:00
Adnan Hodzic
c4064708cc
added missing "setuptools" dependency ( Close #54 )
2020-04-21 22:33:14 +02:00
Mert Can Demir
d7209613dd
Fix little typo ( #50 )
2020-03-28 08:48:05 +01:00
Adnan Hodzic
b2b28aadbd
Fixed systemd "executable path is not absolute error" ( close : #42 )
2020-03-27 12:26:19 +01:00
Adnan Hodzic
54b25af5dc
updated snapcraft file to 1.1.1
2020-03-24 21:00:39 +01:00
Mert Can Demir
95489e28d0
Fix the EPP error for older CPUs ( #48 )
2020-03-24 20:53:10 +01:00
Mert Can Demir
9a6b9cf387
Add the feature that makes EPP changeable ( #45 )
...
* Add the feature that makes EPP changeable
* Remove .vscode folder
* Fix little statement thing
* implemented mechanism to backup/restore original cpufreqctl file
Co-authored-by: Adnan Hodzic <adnan@hodzic.org>
2020-03-21 16:11:18 +01:00
Adnan Hodzic
58cb83e156
public release of snap store
2020-03-19 22:22:40 +01:00
Adnan Hodzic
1b796b4323
Merge branch 'snap'
2020-03-16 16:37:06 +01:00
Adnan Hodzic
9799798d72
Update README.md
...
added update on snap package
2020-03-16 16:36:06 +01:00
Adnan Hodzic
ce010bbe09
minor changes to auto-cpufreq-installer
2020-03-06 10:38:12 +01:00
Adnan Hodzic
373f054fbb
updated source installer removal + proccess
2020-02-17 10:06:58 +01:00
Mert Can Demir
2075940b19
Change some parameters for better use ( #41 )
...
@validatedev these changes look good and work as equally good.
Thank you for your contribution, and looking forward to seeing any of your new MR's in future :)
2020-02-17 08:48:13 +01:00
Mert Can Demir
0ebdf0e09c
Fix file log freezing issue ( #40 )
2020-02-16 13:24:14 +01:00
Adnan Hodzic
ae1159fb0c
improved tool removal as part of auto-cpufreq-installer
2020-02-16 13:21:32 +01:00
Adnan Hodzic
416fe1437f
added snap store placeholder
2020-02-15 11:31:56 +01:00
Adnan Hodzic
d48587ce9e
new location for daemon logs on snap
2020-02-12 15:22:43 +01:00
Adnan Hodzic
75b15ff9b9
removed system-files plug
2020-02-11 17:14:24 +01:00
Adnan Hodzic
cda094fb89
code improvements for snap to work in strict confinement
2020-02-10 18:18:02 +01:00
Adnan Hodzic
bb3cdababf
added necessary interfaces for strict confinement
2020-02-10 17:51:18 +01:00
Adnan Hodzic
304d7ee9d5
updated README following new packaging format
2020-02-09 14:56:20 +01:00
Adnan Hodzic
94c32b8fce
Revert "updated README following new packaging format"
...
This reverts commit f0ea8f2c3e
.
2020-02-09 14:53:26 +01:00
Adnan Hodzic
f94cf2d1e6
updated README following new packaging format
2020-02-09 14:48:06 +01:00
Adnan Hodzic
53ce2a635e
added source code installer
2020-02-09 14:44:06 +01:00
Adnan Hodzic
467ff37f1b
snapcraft file refinement
2020-02-09 12:23:22 +01:00
Adnan Hodzic
ebaec15593
display correct (host) distro information on snap
2020-02-09 09:16:48 +01:00
Adnan Hodzic
29b85b8095
code refactor
2020-02-08 21:18:47 +01:00
Adnan Hodzic
16bc315da2
extended disable running multiple instances functionality to snap
2020-02-08 20:35:39 +01:00
Adnan Hodzic
33837c97a3
disable running multiple instances (needs improvements on snap)
2020-02-08 17:08:04 +01:00
Adnan Hodzic
71a8b92e04
daemon disabled on snap install, working install/remove
2020-02-08 14:32:58 +01:00
Adnan Hodzic
6b5fba3ac3
working remove/install of snap service
2020-02-06 22:48:34 +01:00
Adnan Hodzic
a8068ab0bf
enable snap service by default + name change
2020-02-06 19:58:03 +01:00
Adnan Hodzic
ea687deb20
start snap systemd service if DAEMON env var set to ENABLED
2020-02-05 21:03:29 +01:00
Adnan Hodzic
8a06de40cd
minor code improvements/clean-up
2020-01-26 17:45:11 +01:00
Adnan Hodzic
e3b207795b
improved daemon install/remove after setup.py install
2020-01-26 10:13:16 +01:00
Adnan Hodzic
683141616f
fixed daemon install/removal with setup.py
2020-01-25 17:39:17 +01:00
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