Contribute
Register

macOS Native CPU/IGPU Power Management

Ignored Post #905
Where are 5 and 8/Boot log?
Last chance, include all requested files from the same boot.
Sorry for the missing files.
I have attached them now. I m using an i5 4670K with Asus VI Impact.
 

Attachments

  • ipg.png
    ipg.png
    163.8 KB · Views: 63
  • AppleIntelInfo.txt
    16.4 KB · Views: 65
Last edited:
Edited dsdt, edited ssdts, ssdt injection, etc.??
Do not see what is causing the problem.
If interested, try an experiment
Make Clover bootable USB
Copy the config.plist, copy only kexts/Other, install only ssdt_lpcb-9series.zip to ACPI/patched/
Boot with USB
Reply with new files
Attach Activity Monitor (All Processes, Hierarchically) screen, 1st page only
 
Edited dsdt, edited ssdts, ssdt injection, etc.??
Do not see what is causing the problem.
If interested, try an experiment
Make Clover bootable USB
Copy the config.plist, copy only kexts/Other, install only ssdt_lpcb-9series.zip to ACPI/patched/
Boot with USB
Reply with new files
Attach Activity Monitor (All Processes, Hierarchically) screen, 1st page only

Thank you. I have been able to get it with smbios :
Mac-F60DEB81FF30ACF6:MacPro6,1
I found the details in Recommended list of CPUs/Vectors:
https://www.insanelymac.com/forum/t...well-e-family/?do=findComment&comment=2360052
 
Hi Guys,

I'm following PluginType/YES guide but it seems not working for me, my configuration is:
Intel Core i7 4790k + Gigabyte GA-Z97MX Gaming 5 + Sapphire Radeon Nitro+ RX580 4gb
OSX Mohave 10.14.2
 

Attachments

  • debug_2012019.zip
    22.7 MB · Views: 64
Hi Guys,

I'm following PluginType/YES guide but it seems not working for me, my configuration is:
Intel Core i7 4790k + Gigabyte GA-Z97MX Gaming 5 + Sapphire Radeon Nitro+ RX580 4gb
OSX Mohave 10.14.2
it should look something like:

Code:
<dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <dict>
                <key>PluginType</key>
                <true/>
            </dict>
            <key>NoOemTableId</key>
            <false/>
        </dict>

look at a config,plist for more info as an example:
https://github.com/RehabMan/OS-X-Clover-Laptop-Config/blob/master/config_HD515_520_530_540.plist
 
@Feartech I've tried to update my config to mirror the one that you've provided, but that did not help.
The issue that I'm seeing is that with Generate/PluginType=YES Intel Power Gadget looks like this:
power_gadget.png
And IOreg shows X86 plugin loaded and working for both CPU and GPU (AGDP)

But when I set it to NO, like this:
Screen Shot 2019-01-03 at 11.56.38.png
But in this case X86 plugin is not showing in IOReg and AGDP is not showing for GPU.
 
tried to update my config to mirror the one that you've provided, but that did not help.
Not correct
Missing:

Code:
            <key>NoOemTableId</key>
            <false/>
Remove:
Code:
            <key>PluginType</key>
            <string>1</string>
IOreg shows X86 plugin loaded and working for both CPU and GPU (AGDP)
AGDP is device policy, not AGPM/power management
AMD/AGPM, off topic; see macOS Native Discrete GPU Power Management

Fix config.plist, restart, reply with new files
Note, run appleintelinfo for 5 minutes before generating report.
 
@toleda here are the new files, Power Gadget picture have not changed.
 

Attachments

  • debug_3012019.zip
    8.1 MB · Views: 69
Back
Top