CPU temperature 10 degrees to low

Started by TomasL, July 27, 2010, 09:29:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TomasL

The cpu-temperature thet TThrottle reports is 10K belov all other reporting software including the motherboard HW-status.

This applies to AMD Phenom II x4 810, I'll have to check with the other processors I have, but probably the same.
GPU-Readings  HD4870X2 seems to be OK with ATI-CPL

Loggs
Pos: 1, Temperature: 48

Vendor ID: AuthenticAMD
Vendor: AMD
HighestIntegerValue: 00000005 - Processor Signature: 00100F42
Misc. info: 02040800
Feature Flags1 00802009
Feature Flags2 178BFBFF

Processor: AMD Phenom(tm) II X4 810 Processor                            
Processor: Family: 10h, Model: 4, Stepping: 2

Core Temperature: 30 °C, Raw Data: 1E0C1880
1e0c1880,1e0c1880,1e0c1880,1e0c1880
1e0c1880,1e0c1880,1e0c1880,1e0c1880,01233333
1e8c1880,1e8c1880,1e8c1880,1e8c1880
1e8c1880,1e8c1880,1e8c1880,1e8c1880,01233333
1e8c1880,1e8c1880,1e8c1880,1e8c1880
1e8c1880,1e8c1880,1e8c1880,1e8c1880,01233333

You can help by reading www.efmer.eu/boinc/faq.html How can I help!
Select the send EMail button,or copy everything in this logging window and mail it to me!
boixxnc@xxfmer.xxeu. We use this information to improve this product.

Pepo

Quote from: TomasL on July 27, 2010, 09:29:40 PM
The cpu-temperature thet TThrottle reports is 10K belov all other reporting software including the motherboard HW-status.

This applies to AMD Phenom II x4 810, I'll have to check with the other processors I have....
Never mind such 'details', it reported 10¤C above what I believe (but still can't find out for sure) should be the correct temp of my i3 - not even the Intel product sheets give a satisfactory answer and TTh would have to maintain a correct table of all available CPUs.↲
↲In such case, enter your own reference value you believe to be correct. Or simply observe the temperatures as 'relative to something' :)
Peter

fred

Quote from: TomasL on July 27, 2010, 09:29:40 PM
The cpu-temperature thet TThrottle reports is 10K belov all other reporting software including the motherboard HW-status.

This applies to AMD Phenom II x4 810, I'll have to check with the other processors I have, but probably the same.
GPU-Readings  HD4870X2 seems to be OK with ATI-CPL

Loggs
Pos: 1, Temperature: 48


The temperature readings of AMD have been known to be off sometimes.
But the motherboard reading measures the outside so add 5C and you should have the correct reading.

If you want to correct the temperature look for the file tthrottle.xml in the program folder.

<!--   
<PROCESSOR>
  <amdCorrectionTThrotteLow> 20 </amdCorrectionTThrotteLow>
  <amdCorrectionTThrottleHigh> 40 </amdCorrectionTThrottleHigh>
  <amdCorrectionRealLow> 30 </amdCorrectionRealLow>
  <amdCorrectionRealHigh> 50 </amdCorrectionRealHigh>
</PROCESSOR>
-->

should be replaced by

<PROCESSOR>
  <amdCorrectionTThrotteLow> 20 </amdCorrectionTThrotteLow>
  <amdCorrectionTThrottleHigh> 40 </amdCorrectionTThrottleHigh>
  <amdCorrectionRealLow> 30 </amdCorrectionRealLow>
  <amdCorrectionRealHigh> 50 </amdCorrectionRealHigh>
</PROCESSOR>

This example moves the temps up 10C.