- Joined
- Jul 22, 2018
- Messages
- 7,535
- Motherboard
- Supermicro X11SPA-T
- CPU
- Intel Xeon W-3275 28 Core
- Graphics
- 2xAMD RX 580 8GB
- OS X/macOS
- 13.x
- Bootloader
- OpenCore (UEFI)
- 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 IGPU Power Management
The next step is to verify whether IGPU Power Management is working or not.
Download IOReg and open it.
1. Verify the
2. Verify
3. Verify
4. Verify
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] This guide covers the implementation of Discrete Graphics (DGPU) Power Management for Intel and AMD CPUs on macOS using Clover and OpenCore. By following this guide, you'll be able to enable NVIDIA or AMD Graphics Power Management...
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 IGPU Power Management
The next step is to verify whether IGPU Power Management is working or not.
Download IOReg and open it.
1. Verify the
IGPU
property. The IGPU property is located under CPU node>AGPMController>Machine2. Verify
IGPU
rename. The IGPU rename is under the PCI node.3. Verify
AGPM
under the IGPU node.4. Verify
Heuristic-ID
property with a value of 02 00 00 00
. The Heuristic-ID property is located under the IGPU>AGPM node.
Last edited: