Contribute
Register

macOS Native CPU/IGPU Power Management

@toleda
can i set in config.plist below without ssdt.xcpm.aml?
acpi/ssdt/plugin type=1
generation options/plugintype=true.

Provided you have a new enough Clover, you need only:
config.plist/ACPI/SSDT/Generate/PluginType=true
 
AppleIntelInfo is not helpful
kextload ...
Rerun whatever IPG shows
Then cat ...
Reply with new files


That AppleIntelInfo.log is the exactly content saved as after kextload and cat
 
That AppleIntelInfo.log is the exactly content saved as after kextload and cat
Ran cat right after kextload, result is useless. No suggestions based on previously posted AppleIntelInfo.
 
Ran cat right after kextload, result is useless. No suggestions based on previously posted AppleIntelInfo.

I'm confused now:confused:

I did that followed exactly this:

AppleIntelInfo.kext
  • Permissions/Terminal/$ (Drag kext to terminal window)
    Code (Text):
    sudo chown -R root:wheel AppleIntelInfo.kext
    sudo chmod -R 744 AppleIntelInfo.kext
  • Terminal/$ (Drag kext to terminal window)
    Code (Text):
    sudo kextload AppleIntelInfo.kext
    sudo cat /tmp/AppleIntelInfo.dat
    sudo kextunload AppleIntelInfo.kext
  • Terminal/Select AppleIntelInfo.kext output
  • Terminal/Shell/Export Selected Text As ...
 
I did that followed exactly this:
sudo kextload AppleIntelInfo.kext
sudo cat /tmp/AppleIntelInfo.dat
sudo kextload AppleIntelInfo.kext
wait 10 minutes/30 minutes ...
however long it takes IPG to run the X axis or more​
sudo cat /tmp/AppleIntelInfo.dat
Clear?
 
Back
Top