KittyKatt / screenFetch

Fetches system/theme information in terminal for Linux desktop screenshots.
GNU General Public License v3.0
3.83k stars 453 forks source link

Wrong CPU Temp on Intel NUC w/ Core i5 7260U #556

Open deusexcalamus opened 6 years ago

deusexcalamus commented 6 years ago

Screenfetch shows -263.2c as the CPU temp for my brand new NUC: untitled

deusexcalamus commented 6 years ago

Thought I'd go ahead and add this info from lm-sensors: coretemp-isa-0000 Adapter: ISA adapter Package id 0: +37.0°C (high = +100.0°C, crit = +100.0°C) Core 0: +35.0°C (high = +100.0°C, crit = +100.0°C) Core 1: +35.0°C (high = +100.0°C, crit = +100.0°C)

acpitz-virtual-0 Adapter: Virtual device temp1: -263.2°C

iwlwifi-virtual-0 Adapter: Virtual device temp1: N/A

pch_skylake-virtual-0 Adapter: Virtual device temp1: +35.5°C

murlakatamenka commented 6 years ago

In my case screenfetch shows GPU's temperature for my CPU. I have 3 hwmon's under /sys/class/hwmon/. screenfetch shows /sys/class/hwmon/hwmon0/temp1_input which is GPU's temp. /sys/class/hwmon/hwmon1/temp1_input is my CPU's temp.

darealshinji commented 6 years ago

Maybe I should disable showing the temperature for not being reliable enough?

murlakatamenka commented 6 years ago

@darealshinji my initial idea was to find an argument to disable temperature display. I didn't find it, so I'd suggest implementing it instead.

KittyKatt commented 4 years ago

@darealshinji I think that disabling temperatures might be a good idea as they do seem unreliable.