Contribute
Register

macOS Native CPU/IGPU Power Management

Attachments

  • debug_4863.zip
    3.1 MB · Views: 59
PR files attached.

The ioreg (IOACPIPlane) shows what you're actually injecting:
Screen Shot 2018-12-09 at 2.12.55 PM.png

It contradicts what you wrote in post #875.
 
Bump in case my previous reply got buried
IOReg missing, fix Activity Monitor (All Processes, Hierarchically)
All files attached must be from same boot
See Post #1/IV. Problem Reporting; attach all requested files
 
Two experiments
1. edit config.plist/KernelAndKextPatches/AppleIntelCPUPM/NO
2. edit config.plist/KernelAndKextPatches/KernelPm/NO

Reply with config.plist, IOReg, IPG screenshot for each
 
I think the "XCMP only" method (SSDT-PluginType1.aml) can be recommended for any build with Haswell or later CPU.
Also, it works also for versions prior to macOS.

Is there a particular reason why that method is recommended. I just installed the XCPM ssd in patched folde . Is it better if I switch to the XCMP only method. Not a lot of hassle so if it is worth it I will change it.
 
Is there a particular reason why that method is recommended. I just installed the XCPM ssd in patched folde . Is it better if I switch to the XCMP only method. Not a lot of hassle so if it is worth it I will change it.

SSDT-XCPM.aml and SSDT-PluginType1.aml are the same thing with a different name.
Or you can use config.plist/ACPI/SSDT/Generate/PluginType=true, which will have Clover inject n equivalent SSDT.
 
SSDT-XCPM.aml and SSDT-PluginType1.aml are the same thing with a different name.
Or you can use config.plist/ACPI/SSDT/Generate/PluginType=true, which will have Clover inject n equivalent SSDT.
Dear RehabMan - OK, but from what I understood - this method is only good for Haswell and above CPU ?
 
Back
Top