rcollier111 / open-hardware-monitor

Automatically exported from code.google.com/p/open-hardware-monitor
0 stars 0 forks source link

When machine is asleep GPU temperature is resported as 510 degrees C #240

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What is the expected output? What do you see instead?
The temperature of the GPU is reported as 510 degrees C after the machine is 
awakened from being asleep. The min/max can be reset but the graph is 
permanently scaled incorrectly on the Y axis, making all other temperatures 
difficult to track.

Could some kind of sanity check be done so that such figures are ignored?

What version of the product are you using? On what operating system?
3.2.1 alpha on Windows XP

Please provide any additional information below.
Oddly the graph only shows the maximum temperature to be roughly 260 degrees C. 

Please attach a Report created with "File / Save Report...".

Original issue reported on code.google.com by morgan...@gmail.com on 14 Jun 2011 at 9:44

Attachments:

GoogleCodeExporter commented 9 years ago
This is a known (but not yet fixed) issue. As the other issue is in German, I 
will merge it into this.

Original comment by moel.mich on 17 Jun 2011 at 3:00

GoogleCodeExporter commented 9 years ago
Issue 177 has been merged into this issue.

Original comment by moel.mich on 17 Jun 2011 at 3:00

GoogleCodeExporter commented 9 years ago
This problem also occurs on my laptop with an ATI R7 M260 (switchable 
graphics), but the conditions in which it occurs may be different to the 
original poster. In my case, the erroneous temperature triggers when the ATI 
core transitions from the on state to the off state. When the bug triggers, the 
temperature remains at 511C until the core is turned back on (and when it's on, 
the sensor works correctly).

Here's a quick hack to fix the issue for me: 
https://gist.github.com/psyke83/aff2c36d02cb1b4cd7d5

Note that the check would need to be reduced down to 510000 to fix the OP's 
issue, as there's a 1 degree difference.

Original comment by connogri...@gmail.com on 9 Aug 2015 at 2:09