diff options
author | PA4WDH | 2024-07-30 16:46:53 +0200 |
---|---|---|
committer | PA4WDH | 2024-07-30 16:46:53 +0200 |
commit | d669b9c4004a5aaeb026f399bcd3cb5ecfb69630 (patch) | |
tree | de99473d26297c4f37207387fd4486450e2dd242 | |
parent | Add more sensors to autodetection (diff) | |
download | cputemp2maxfreq-d669b9c4004a5aaeb026f399bcd3cb5ecfb69630.tar.gz cputemp2maxfreq-d669b9c4004a5aaeb026f399bcd3cb5ecfb69630.tar.bz2 cputemp2maxfreq-d669b9c4004a5aaeb026f399bcd3cb5ecfb69630.zip |
Update README.html0.5
-rw-r--r-- | README.html | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/README.html b/README.html index 5ed6157..a573de9 100644 --- a/README.html +++ b/README.html @@ -39,8 +39,15 @@ <li><strong>-g</strong> the cpufreq governor to use. Conservative seems to work nicely with this daemon's concept. Use the special keyword "keep" to prevent this daemon from changing the governor</li> - <li><strong>-i</strong> set the file for CPU temperature readout. Most sensors - should be available in sysfs somewhere</li> + <li><strong>-i</strong> set the input for CPU temperature. This can be set in several ways: + <ul> + <li>An absolute path (usually somewhere in /sys), this should start with a / + </li> + <li>The name of a sensor (for example "Package id 0" from coretemp) + don't forget to quote when the name contains spaces</li> + <li>The word "auto" triggers autodetection</li> + </ul> + </li> <li><strong>-p</strong> set poll interval</li> <li><strong>-s</strong> set the step size to increase/decrease CPU speed. Note that this value will be multiplied by the difference between the CPU |