Hi, I have found that calculation of temperature showed by
sensor-applet is based on the compute line in /etc/sensors.conf but all
floating-point numbers in compute line are truncated to integers. 

I have solved my problem by replacing line
compute temp1     (-15.096+1.4893*@), (@+15.096)/1.4893
to
compute temp1     ((-150960+14893*@)/10000), (@*10000+150960)/14893

But it is still a bug, right? Perhaps at least some notice about this in
documentation would be good. I have found none. In manpage for
sensors.conf there is explicitly referred to floating-point numbers in
compute lines.

Actually I don't know if this is not bug in libsensors... 




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to