Adnan Hodzic
fa0979a755
Refactored avg_all_core_temp accessibility
2020-12-05 10:46:36 +01:00
Adnan Hodzic
99a2b78ac2
Implemented mechanism to set turbo based temperature & CPU utilization/load
2020-11-28 22:46:30 +01:00
dfuehrer
d0aeb8c2a2
fixed bug in performance boost logic. ( #131 )
...
Now boosts when max core usage is above 75% rather than max core usage
close to 75%
2020-11-28 17:34:31 +01:00
Adnan Hodzic
3e712b8d5d
HowTo see daemon status on snap package
2020-10-01 17:19:27 +02:00
Adnan Hodzic
5861883e21
snap version bump (1.3.4)
2020-09-28 11:03:21 +02:00
Bruno Al
c0af7d69f9
Rewrote charging check function ( #124 )
...
* charging state fix
* comment
2020-09-28 11:02:12 +02:00
natri23
5120cbd0a1
added required build-packages for Solus ( #123 )
2020-09-24 09:19:42 +02:00
Adnan Hodzic
8c8f20b1d9
Removed installation of redundant inxi package for Solus
2020-09-24 07:54:33 +02:00
natri23
22d95746a6
add support for Solus ( #122 )
...
* add support for Solus
add an instruction command to point auto-cpufreq.service to the right location to fix --install on Solus
* using sed instead of awk
* add "may requires root" to instructions
* add Solus as a separate installer
Add Solus as a separate installer instead of instructions
* remove redundant instructions
2020-09-24 07:51:46 +02:00
Adnan Hodzic
b7ec8472af
added coreutils to snap build as complement to #120 + 1.3.3 release (beta)
2020-09-23 18:05:24 +02:00
Bruno Al
871788e621
System-info fixes with offline cpus ( #120 )
...
* cpu info table, fixed coretemp indexing
* duplicated line
* simplify get processor model name
* same output as before
* disabled cpus, core/temperature fix
* fix overall max/min frequencies
* fix wrong freq values with offline cpus
* Table order: usage, temp, freq
2020-09-23 17:59:22 +02:00
Adnan Hodzic
b64a4333a8
Merge branch 'turbo-lover'
2020-09-22 17:13:22 +02:00
Adnan Hodzic
92678e447b
updated dependencies for source installer ( #121 )
2020-09-20 22:32:58 +02:00
Adnan Hodzic
42b12ae3ec
further turbo trigger refinements + reorder of cpu/load based triggers
2020-09-20 09:26:16 +02:00
Adnan Hodzic
5223e6e3bc
turbo trigger revamp, use more conservative settings ( #109 , #118 )
2020-09-17 23:34:53 +02:00
Adnan Hodzic
70c646f9cb
re-enable app_version func + add missing footer to daemon log
2020-09-16 21:06:14 +02:00
Adnan Hodzic
4990854f3c
snap version bump 1.3.2 (beta)
2020-09-16 18:57:25 +02:00
Bruno Al
2170aeea1f
Report core states as a table ( #116 )
...
* cpu info table, fixed coretemp indexing
* duplicated line
2020-09-16 18:54:49 +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
eff53d4d2e
properly print out daemon check message on SNAP
2020-09-13 20:58:41 +02:00
Adnan Hodzic
5f38dfd7b6
Merge branch '1.3-hotfix'
2020-09-13 20:37:34 +02:00
Adnan Hodzic
75124ff803
added missing separator func call to auto-cpufreq-installer
2020-09-13 20:28:34 +02:00
Adnan Hodzic
5bf7e573c3
handle app_version for source install using try/except ( #111 )
2020-09-13 20:23:43 +02:00
Adnan Hodzic
44c6b37db4
fixed display_load function not being executed each iteration
2020-09-13 20:13:34 +02:00
Adnan Hodzic
b44110cacd
temporarily disabled execution of app_verison func ( #111 )
2020-09-13 11:52:22 +02:00
Adnan Hodzic
6f729ed6d4
updated about dialog
2020-09-11 22:04:02 +02:00
Adnan Hodzic
557b0f956c
don't run --remove if daemon is not present
2020-09-11 21:57:17 +02:00
Adnan Hodzic
28cd1e7cd9
version bump (1.3 release)
2020-09-11 21:45:31 +02:00
Adnan Hodzic
fb88158235
refactor + additon of new functionality i,e (app_res_use)
2020-09-11 21:15:59 +02:00
Adnan Hodzic
04a9c00b12
refactor of get_current_gov func and its use
2020-09-11 09:02:19 +02:00
Adnan Hodzic
878733a20f
refactoring (addedd display_load + get_turbo func)
2020-09-11 08:32:16 +02:00
Adnan Hodzic
d3a767626a
added app_version to non snap env
2020-09-11 00:19:04 +02:00
Adnan Hodzic
7f0ad729c9
revamped info is shown by splitting sysinfo func
2020-09-10 23:01:30 +02:00
Adnan Hodzic
39a9c04f33
removed get_sys_info func + implemented env + python info to debug
2020-09-10 17:44:19 +02:00
Adnan Hodzic
dde9cd2133
func refactor/add distro info, kernel, driver, snap to debug
2020-09-09 21:00:58 +02:00
Adnan Hodzic
c5aabd5223
Resolved "error: invalid command 'bdist_wheel'" during snap package build
2020-09-09 19:30:49 +02:00
Adnan Hodzic
a9d29610f1
Snap version bump to reflect changes made in PR: #105
2020-09-03 19:24:28 +02:00
rrodriguez81
5969709948
Improved turbo trigger on 1 core 100% load and on load average >1m when there are more than 8 threads ( #105 )
2020-09-03 19:17:18 +02:00
Adnan Hodzic
566fd4a7bf
Revamp of writing daemon service logs for snap envs ( Close : #53 , #82 )
2020-09-02 16:33:57 +02:00
Adnan Hodzic
3f670da926
switch to core20
2020-09-02 14:21:01 +02:00
Adnan Hodzic
4c2670cae5
Merge remote-tracking branch 'origin/master'
2020-09-02 09:10:04 +02:00
Adnan Hodzic
d0f3631c35
removed .snap + improved gitignore
...
Revert "removed .snap + improved gitignore"
This reverts commit ff77aaf6fbd91aa552ef1d768ad54373c412248e.
properly removed *.snap + improved gitignore
2020-09-02 09:07:19 +02:00
Adnan Hodzic
80501b343a
properly removed *.snap + improved gitignore
2020-09-02 01:53:50 +02:00
Adnan Hodzic
c47e94c6ac
Revert "removed .snap + improved gitignore"
...
This reverts commit ff77aaf6fbd91aa552ef1d768ad54373c412248e.
2020-09-02 01:51:42 +02:00
Adnan Hodzic
2cbfcdced1
removed .snap + improved gitignore
2020-09-01 22:36:17 +02:00
Adnan Hodzic
0bc4501438
snap 1.2.2 (beta)
2020-08-31 22:50:28 +02:00
rrodriguez81
c4d7f43803
Modified fixed cpu usage percentage ( #99 )
...
* A fixed value of 25% CPU Load is not correct for enabling turbo, it should be enabled when one thread reach 100%
* A fixed turbo on chargin state
* Improved 1 thread CPU 100% load detection solution
Co-authored-by: Roberto Rodríguez <rrodriguez@datiobd.com>
2020-08-31 22:44:11 +02:00
Adnan Hodzic
5a169a1357
updated AUR package section
2020-08-14 15:45:41 +02:00
Adnan Hodzic
02bfd551c2
removed unused power lib
2020-08-14 11:28:29 +02:00