Adnan Hodzic
8c5774fadc
updated snapcraft file to 1.1.1
2020-03-24 21:00:39 +01:00
Mert Can Demir
18c5eb331f
Fix the EPP error for older CPUs ( #48 )
2020-03-24 20:53:10 +01:00
Mert Can Demir
abe463cfb7
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
6e83d2bc9a
public release of snap store
2020-03-19 22:22:40 +01:00
Adnan Hodzic
2eb006addb
Merge branch 'snap'
2020-03-16 16:37:06 +01:00
Adnan Hodzic
0f001d9943
Update README.md
...
added update on snap package
2020-03-16 16:36:06 +01:00
Adnan Hodzic
04638bad23
minor changes to auto-cpufreq-installer
2020-03-06 10:38:12 +01:00
Adnan Hodzic
5396ea23cf
updated source installer removal + proccess
2020-02-17 10:06:58 +01:00
Mert Can Demir
08788a5bb7
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
ba311ae16c
Fix file log freezing issue ( #40 )
2020-02-16 13:24:14 +01:00
Adnan Hodzic
e9e65bff62
improved tool removal as part of auto-cpufreq-installer
2020-02-16 13:21:32 +01:00
Adnan Hodzic
aa80d3045b
added snap store placeholder
2020-02-15 11:31:56 +01:00
Adnan Hodzic
3aebbd9a33
new location for daemon logs on snap
2020-02-12 15:22:43 +01:00
Adnan Hodzic
1d7cea31fd
removed system-files plug
2020-02-11 17:14:24 +01:00
Adnan Hodzic
232450f936
code improvements for snap to work in strict confinement
2020-02-10 18:18:02 +01:00
Adnan Hodzic
d8e0f3fc6e
added necessary interfaces for strict confinement
2020-02-10 17:51:18 +01:00
Adnan Hodzic
e8c0b97cfe
updated README following new packaging format
2020-02-09 14:56:20 +01:00
Adnan Hodzic
e6de421914
Revert "updated README following new packaging format"
...
This reverts commit f0ea8f2c3e
.
2020-02-09 14:53:26 +01:00
Adnan Hodzic
f0ea8f2c3e
updated README following new packaging format
2020-02-09 14:48:06 +01:00
Adnan Hodzic
2a2bbc2565
added source code installer
2020-02-09 14:44:06 +01:00
Adnan Hodzic
83796c458c
snapcraft file refinement
2020-02-09 12:23:22 +01:00
Adnan Hodzic
93e7da4e4a
display correct (host) distro information on snap
2020-02-09 09:16:48 +01:00
Adnan Hodzic
87752c1de6
code refactor
2020-02-08 21:18:47 +01:00
Adnan Hodzic
cf7f553b2c
extended disable running multiple instances functionality to snap
2020-02-08 20:35:39 +01:00
Adnan Hodzic
0627859711
disable running multiple instances (needs improvements on snap)
2020-02-08 17:08:04 +01:00
Adnan Hodzic
5ab8757696
daemon disabled on snap install, working install/remove
2020-02-08 14:32:58 +01:00
Adnan Hodzic
207c176ecb
working remove/install of snap service
2020-02-06 22:48:34 +01:00
Adnan Hodzic
ea2c868a9d
enable snap service by default + name change
2020-02-06 19:58:03 +01:00
Adnan Hodzic
97d3754ad7
start snap systemd service if DAEMON env var set to ENABLED
2020-02-05 21:03:29 +01:00
Adnan Hodzic
f30ae780ac
minor code improvements/clean-up
2020-01-26 17:45:11 +01:00
Adnan Hodzic
19b8f9a083
improved daemon install/remove after setup.py install
2020-01-26 10:13:16 +01:00
Adnan Hodzic
d6c0abe072
fixed daemon install/removal with setup.py
2020-01-25 17:39:17 +01:00
Adnan Hodzic
d1f4dcd33b
working daemon as part of snap (dirty)
2020-01-24 15:53:25 +01:00
Adnan Hodzic
577e00b74d
fix display of help dialog in snap
2020-01-23 07:12:04 +01:00
Adnan Hodzic
c78ea8dd59
added option to detect if running on snap
2020-01-22 22:26:27 +01:00
Adnan Hodzic
ee813abfdd
added deploy-cpufreqctl
2020-01-22 20:46:02 +01:00
Adnan Hodzic
144c7b5aeb
added necessary files for snap + first working snap version
2020-01-21 23:44:42 +01:00
Adnan Hodzic
239a8a307c
split auto-cpufreq into bin and source (core)
2020-01-21 22:20:54 +01:00
e4BdSBmUzHowFico5Ktn
0fa7d42cb1
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
4357c800b4
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
39f0e527c9
updated requirements for debian/redhat
2020-01-11 16:36:59 +01:00
Adnan Hodzic
ff2f87ce6b
set turbo boost off in performance if load/cpu usage is low
2020-01-08 19:40:11 +01:00
Adnan Hodzic
61f1115d63
switch to use platform.machine for displaying architecture (issue: 20)
2020-01-07 20:09:40 +01:00
John Athanaselis
d907d9f300
Update cpufreqctl.sh ( #19 )
2020-01-07 20:03:20 +01:00
Adnan Hodzic
3b54f949b0
deploy unified (across distirbutions) systemd unit file (issue: #12 )
2020-01-07 18:47:52 +01:00
Adnan Hodzic
d7f7225407
Update README.md
2020-01-07 17:29:20 +01:00
Adnan Hodzic
f103d534d8
Update README.md
2020-01-07 08:56:47 +01:00
aroundthfur
463fafbbff
fix systemd unit file removal path ( #13 )
2020-01-05 20:52:06 +01:00
Adnan Hodzic
a9466bc8b4
remove removal of daemon install marker
2020-01-05 17:40:39 +01:00
aroundthfur
f8a61bc9d7
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