This repository has been archived by the owner on Nov 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
AGPM Injector | ||
============= | ||
##### This is a AGPM (Apple Graphics Power Management) Injector kext generator. | ||
|
||
#### Installation | ||
- Select the SMBIOS you are using from the dropdown menu and click Generate. the AGPMInjector kext will be generated on to your Desktop. | ||
- Copy the AGPMInjector.kext to EFI/Clover/kexts/Other folder and reboot. | ||
|
||
#### Features | ||
- Fixes GPU Power Management for discrete GPUs on supported SMBIOS (Systems that are in the dropdown menu) | ||
- Automatically parses /System/Library/Extensions/AppleGraphicsPowerManagement.kext to generate the most up to date injector kext | ||
|
||
#### Important Information | ||
- X86PlatformPlugin must be loaded in or for this injector to work | ||
- Your GPU device must be labeled as GFX0 in order for the injector to hook into the AGPMController. This can be done by using [Lilu](https://github.com/acidanthera/Lilu) with [WhateverGreen](https://github.com/acidanthera/WhateverGreen), SSDT/DSDT property injection or by Device Properties in Clover config.plist. | ||
|
||
#### Credits | ||
- [toleda](https://github.com/toleda) and others for layout. |