diff options
Diffstat (limited to 'README.html')
-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 |