Page 1 of 1

Missing GPU sensor on MacBookPro 13 late 2013 (ME865)

Posted: 10 Jul 2014, 21:25
by petrov
now
- built-in GPU core DTS is absent in DTS list
- sensor-based value may not be hottest

I hope in the future release
+ sensor-based value=MAX(built-in GPU core, CPU core 0, CPU core 1, ...)

thanks

Re: Bad program logic on macbook pro 13'' late 2013(ME865)

Posted: 11 Jul 2014, 07:13
by Steven
petrov
Please post technical information from the about dialog

Re: Bad program logic on macbook pro 13'' late 2013(ME865)

Posted: 11 Jul 2014, 08:28
by petrov
Macs Fan Control 1.1.11, MacBookPro11,1, Mac OS X 10.9

Fans:
Right Side-min{1299}curr{1301}max{6199}mode{2,TC0C,38,75}


TempSensors:
TA0P (Ambient) - 33.5
TB0T (Bottom Enclosure) - 29.8984
TB1T (Battery Point 1) - 29.7969
TB2T (Battery Point 2) - 28.5
TBXT () - 29.8984
TC0C (CPU Core 0) - 37
TC0E () - 37.832
TC0F () - 38.418
TC0P (CPU Proximity) - 36.25
TC1C (CPU Core 1) - 35
TCGC () - 39
TCSA () - 34
TCXC () - 38.6406
TH0A () - 33.625
TH0B () - 33.875
TH0C () - -1
TH0F () - -1
TH0R () - -1
TH0V () - 32.7891
TH0a () - 33.625
TH0b () - 33.875
TH0c () - -1
THSP () - -1
TM0P () - 34.75
TMLB () - -1
TPCD () - 35
TW0P (Airport Card) - -1
Th1H () - 32.5
Ts0P (Left Palm Rest) - 28.8125
Ts0S () - 31.0312
Ts1S () - 30.3125

Re: Bad program logic on macbook pro 13'' late 2013(ME865)

Posted: 12 Jul 2014, 15:15
by Steven
As you can see, there's no GPU sensor supported on this macbook model.
GPU sensors are TG**

Re: Missing GPU sensor on MacBookPro 13 late 2013 (ME865)

Posted: 12 Jul 2014, 20:08
by petrov
TCGC () - 39 - PECI GPU temperature sensor

Re: Missing GPU sensor on MacBookPro 13 late 2013 (ME865)

Posted: 12 Jul 2014, 21:21
by Steven
petrov
Is there any proof link that TCGC stands for GPU?

BTW "PECI" stands for Platform Environment Control Interface

Re: Missing GPU sensor on MacBookPro 13 late 2013 (ME865)

Posted: 12 Jul 2014, 21:41
by petrov
first proof

experiment
3D benchmark -> TCGC > TC0C,TC1C
pure CPU load -> TCGC < TC0C,TC1C


second proof

HWMonitorProfiles.m
https://searchcode.com/codesearch/view/49834040/
[NSArray arrayWithObjects:@"TCGC", @"PECI GPU", nil],
[NSArray arrayWithObjects:@"TCGc", @"PECI GPU", nil],

Re: Missing GPU sensor on MacBookPro 13 late 2013 (ME865)

Posted: 22 Jul 2014, 12:35
by Steven
petrov
Thank you for the information. Will update it for the next release

Re: Missing GPU sensor on MacBookPro 13 late 2013 (ME865)

Posted: 22 Jul 2014, 16:18
by petrov
Big thanks!
Please, do not forget, that one sensor does not provide an adequate value for the control, needed the maximum value of the group of sensors.

Re: Missing GPU sensor on MacBookPro 13 late 2013 (ME865)

Posted: 23 Jul 2014, 10:30
by Steven
petrov
Please try the newest version 1.1.12.1 with PECI GPU sensor

Re: Missing GPU sensor on MacBookPro 13 late 2013 (ME865)

Posted: 24 Jul 2014, 10:23
by petrov
Good job, but it's only half the problem.