Mark Wagie
b5d735d72a
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
0b253a27a9
snap 1.2.1 release
2020-08-09 22:22:51 +02:00
Adnan Hodzic
6430dae50d
added ARM support + fedora cgroups v2 workaround
2020-08-09 22:06:12 +02:00
Vadym Stupakov
da7ab203a1
Fix for unsupported turbo ( #89 )
...
* added possible fox for nit supported turbo boost
2020-08-09 21:41:32 +02:00
Stefan Rohrbacher
6d1cce4620
add licence to snap package ( #86 )
2020-08-08 14:46:07 +02:00
Vadym Stupakov
48333670e5
fixed imports ( #80 )
...
* fixed imports
2020-08-06 21:58:01 +02:00
Adnan Hodzic
047c2ff72e
added missing stage-package needed in debug
2020-08-06 21:29:35 +02:00
Vadym Stupakov
0e3f5c600b
Added sensor to --debug ( #79 )
...
* added inxi into snap.
* remove errors for inxi that occurs in snap env
* added sensors into debug output
- partially solves #74
- refactored
* Update core.py
fixed false renaming
* added warnings suppression
* added space after injection
2020-08-06 21:14:12 +02:00
Adnan Hodzic
04b964524b
updated readme (including AMD support)
2020-08-06 21:06:04 +02:00
Vadym Stupakov
a620951a3f
added inxi into snap. ( #78 )
...
* added inxi into snap.
* remove errors for inxi that occurs in snap env
2020-08-06 19:51:48 +02:00
Vadym Stupakov
7e02becb0b
Fix for amd ( #76 )
...
* added hot fix for snap for pop os
2020-08-06 17:30:47 +02:00
Vadym Stupakov
deefc1754a
added hot fix for snap for pop os ( #75 )
...
* added hot fix for snap for pop os
2020-08-06 17:24:06 +02:00
Vadym Stupakov
cfbcf651c7
K10temp ( #73 )
...
* fixed temperature for AMD
* fixes #72
* wrapped into try...except block
2020-08-06 12:35:12 +02:00
Adnan Hodzic
629ba521ff
snap version bump + minor visual edit
2020-08-06 08:42:33 +02:00
Adnan Hodzic
31fe40903b
added missing build packages for snap
2020-08-06 08:42:33 +02:00
Vadym Stupakov
4dc31892f6
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
ec6be50dde
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
7f0ff7e8f7
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
3dfa06ea97
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
94dc70bc9a
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
820b97cc93
Refactoring and fix for #14 (AMD issue) ( #62 )
...
* refactored and fixed amd coretemp
2020-08-04 18:22:38 +02:00
Adnan Hodzic
abb66ede09
added donate section
2020-05-14 18:10:32 +02:00
Adnan Hodzic
2019c3b3f7
added missing "setuptools" dependency ( Close #54 )
2020-04-21 22:33:14 +02:00
Mert Can Demir
24cab52f1b
Fix little typo ( #50 )
2020-03-28 08:48:05 +01:00
Adnan Hodzic
bdb5d35d0c
Fixed systemd "executable path is not absolute error" ( close : #42 )
2020-03-27 12:26:19 +01:00
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