has anyone got that to work with 3.0 ? or is it broken ?
the temp monitor in lxde and/or conky does not update...
Tx
has anyone got that to work with 3.0 ? or is it broken ?
the temp monitor in lxde and/or conky does not update...
Tx
I eventually got temp monitoring with this code:
${color grey}Temperature:$color ${texeci 28 awk '{temp=$0/1000}END{printf "%0.1f°C", temp}' /sys/class/thermal/thermal_zone0/temp} \
Temp value (°C x 1000) is stored in /sys/class/thermal/thermal_zone0/temp.
texeci let conky run an external cmd.
I use awk to do the math.
not sure what to think
this gives me 27.8°, while the conky variable says 28°
I would be happy with that if, it would vary with time, and if, it would be true: if i would reboot and check the bios the temp is rather 30 and some for the motherboard and 45° for the cpu
But really i am confused that this temp looks constant here.... is it the same for you ?
tx
On my old notebook (thinkpad 240) with only one sensor, the temperature varies between 30° and 60° depending of the load.
To get the temperature http://tank.slitaz.org/graphs.php?stats=cpu#cpu ,
we are looking for /temp._input* files in /sys http://hg.slitaz.org/slitaz-forge/file/4b8f5923e787/tank/web/lib/makegraphs#l30
You must log in to post.