Commit Graph

19 Commits

Author SHA1 Message Date
Sepero 4e6fa06ea0
Additional Arm support 2019-01-09 20:16:09 -05:00
marco44 fe04105060 Small improvements:
- Sort the frequencies in decreasing order (it's not the case on arm for
instance)
- Monitor the temperature from all sources instead of only one entry.
That's safer if only one core (or gpu) gets very hot
2018-10-06 15:06:08 +02:00
Sepero 4199e7ec10 Reset temperature on start 2015-10-25 09:43:11 -04:00
Sepero 44662b3fb7 Misc typo corrections 2015-10-25 08:32:47 -04:00
Sepero 5ddf325c45 Added support for cpufreq-set from cpufrequtilities package. 2015-01-31 17:49:26 -05:00
Sepero 5e90b1346e Code clarifications 2014-07-21 12:47:31 -04:00
V字龍(Vdragon) d52e801256 add executable bit to the script
This commit adds executable bit to the script since it is an executable.
The example in the README.md will fail if this patch is not applied.

Signed-off-by: V字龍(Vdragon) <Vdragon.Taiwan@gmail.com>
2014-07-13 01:29:41 +08:00
Sepero d616bc8399 Minor fix with variable naming convention. 2014-02-09 04:20:13 -05:00
Sepero 17a25af364 Implemented automatic discovery of temperature reading location. 2013-12-11 01:49:15 -05:00
Sepero 34a8ec03f4 Added new possible temperature sensor. 2013-12-11 00:54:33 -05:00
Sepero 2d272f69e9 Updated email 2013-10-30 06:53:42 -04:00
Sepero 2e7cf2442a Modified for compatibility with busybox sh
Modified the script so that it's no longer only compatible with bash, but also the busybox shell.
2013-08-29 13:14:09 -04:00
Sepero 13034a31e3 Wolfgang Ocker patch - unspecified CPU frequencies
Added support for unspecified CPU frequencies.
(Also corrected my stupid misspelling of Celsius) :)
2013-08-21 08:50:02 -04:00
Sepero 67c36a09dc Lots of updates
Prints more info on startup. Added error printing function. Added more comments in code. Slightly modified the variables for acquiring cpu frequency.
2013-08-12 17:31:53 -04:00
Sepero 10d087daec Slightly modified comment ordering 2013-05-13 14:55:11 -03:00
Sepero 4f2bfa3be4 Added comment informationals 2013-05-13 14:54:07 -03:00
C Erler f3181f0553 Corrected spelling of Celsius and used name of actual script in case someone changed it from temp_throttle.sh 2013-02-09 07:56:44 -05:00
Sepero f0ceb7a75e Inserted comments for FREQ_LIST and CURRENT_FREQ
Inserted comment descriptions of variables FREQ_LIST and CURRENT_FREQ
2013-02-02 10:47:17 -05:00
Sepero 5c3b70db03 Create temp_throttle.sh 2013-01-31 22:24:09 -08:00