- Joined
- Jul 22, 2018
- Messages
- 3,611
- Motherboard
- Supermicro X11SPA-T
- CPU
- Intel Xeon W-3275 28 Core
- Graphics
- 2xAMD RX 580 8GB
- OS X/macOS
- 11.0.x
- Bootloader
-
- OpenCore
- Mac
-
- Mac mini
- MacBook Pro
- Mobile Phone
-
- Android
- iOS
How to Enable Intel IGPU Power Management on macOS [Clover/OpenCore]
For Discrete GPU Power Management, refer to the guide linked below
STEP 2: Rename GPU Device
To enable GPU Power Management, you'll need to rename the ACPI. WhateverGreen automatically renames it, but it is still recommended to have the renames.
1. Depending on the Bootloader you use, add the following patch in ACPI section of your config.plist. For Clover, it is Acpi>DSDT. For OpenCore, it is ACPI>Patch.
STEP 2: Restart your System
After performing all the above steps, restart your system for the applied changes to take effect.
Verifying GPU Power Management
The next step is to verify whether GPU Power Management is working or not.
Download IOReg and open it.
1. Verify "Machine" property. The Machine property is located under AGPMController which is under CPU0 node.
2. Verify loading of "IGPU." The IGPU property is located under Machine.
View attachment 2953
3. Verify loading of "AGPM" under IGPU node.
View attachment 2954
For Discrete GPU Power Management, refer to the guide linked below
GUIDE - How to Enable Discrete GPU Power Management [NVIDIA/AMD]
How to Enable Discrete GPU Power Management on macOS [NVIDIA/AMD] An EliteMacx86 Exclusive Guide - This guide covers the implementation of discrete Graphics (DGPU) Power Management on macOS. Overview Like CPU Power Management, it's also required to enable GPU Power Management. The macOS...
www.elitemacx86.com
STEP 2: Rename GPU Device
To enable GPU Power Management, you'll need to rename the ACPI. WhateverGreen automatically renames it, but it is still recommended to have the renames.
1. Depending on the Bootloader you use, add the following patch in ACPI section of your config.plist. For Clover, it is Acpi>DSDT. For OpenCore, it is ACPI>Patch.
Find | Replace | Comment |
---|---|---|
47465830 | 49475055 | change GFX0 to IGPU |
48444153 | 48444546 | Rename HDAS to HDEF |
50434930 5649445F | 50434930 49475055 | change PCI0.VID to IGPU #1 (Thinkpad) |
5649445F 085F4144 520C0000 0200 | 49475055 085F4144 520C0000 0200 | change PCI0.VID to IGPU #2 (Thinkpad) |
NOTE:
|
STEP 2: Restart your System
After performing all the above steps, restart your system for the applied changes to take effect.
Verifying GPU Power Management
The next step is to verify whether GPU Power Management is working or not.
Download IOReg and open it.
1. Verify "Machine" property. The Machine property is located under AGPMController which is under CPU0 node.
2. Verify loading of "IGPU." The IGPU property is located under Machine.
View attachment 2953
3. Verify loading of "AGPM" under IGPU node.
View attachment 2954