Contribute
Register

macOS Native CPU/IGPU Power Management

  1. Description of problem
I followed this guide and replace the SSDT generated from SSDTprgen to SSDT-XCPM, added SSDT-5, set plugin-type to 0, but not sure if the CPU PM is working properly or not, can you please tell me how to determine? According to the IPG result, the utilization is abnormal, how can I fix that? Thank you for your time.

2. OS X version/motherboard model/BIOS version/processor/graphics
10.13.2 17C88 / GA G1 sniper H6/ bios ver. F7/ E3-1231 V3/ Evga Gt740 1G D5

3. Procedure/Guide Used
macOS Native CPU/GPU Power management

Files attached:

4.IOReg
5.AppleIntelInfo output
6.Console
7.Screenshot of Intel Power Gadget after geekbench
8.Clover

edit:
DPCIManager/Misc attached

Where did you configure the PluginType in the config.plist file?

Tom
 
According to the IPG result, the utilization is abnormal
What is patched in the EFI/CLOVER/ACPI/patched/DSDT.aml?
set plugin-type to 0
config.plist/ACPI/SSDT/PluginType is in the wrong place and wrong type, remove the property.
Restart, reply with new files.
 
Not correct.
Thanks for reply, according to post #1 as you wrote

PluginType/
  • NO (with XCPM ssdt or ssdtPRGen ssdt)
  • YES (no PM ssdt)

I thought that I should set plugin type as "NO" if I'm using SSDT-XCPM, what's the correct value for plugintype in my case? Thanks for your time.

未命名3.jpeg
 
Last edited:
Thanks for reply, according to post #1 as you wrote

PluginType/
  • NO (with XCPM ssdt or ssdtPRGen ssdt)
  • YES (no PM ssdt)

I thought that I should set plugin type as "NO" if I'm using SSDT-XCPM, what's the correct value for plugintype in my case? Thanks for your time.

View attachment 304573

Hi, it seems to work for me now! I resetted my config.plist and started with a new one. After that I applied Post#1 on that config. It failed again.

Then I tried a bit around where the "PluginType" has to be placed. It seems that it needs to be directly below "SSDT" and not in the "Generate" Dictionary. Now it works perfectly fine!
Bildschirmfoto 2018-01-08 um 19.44.26.png

Thanks to Toledo for the hint with my broken config plist. Must have been changes I made with my former graphics card (RX480)...

Is it somehow possible to change the screen name for the cpu?
Bildschirmfoto 2018-01-08 um 19.51.20.png
 
Last edited:
set plugin type as "NO" if I'm using SSDT-XCPM, what's the correct value for plugintype in my case?
Boolean: NO, included in Generate property or no PluginType property.
Screen Shot 2018-01-09 at 10.54.23 PM.png
Corrected: 1/9/2018
 
Last edited:
Back
Top