Skip to content
This repository has been archived by the owner on Nov 12, 2021. It is now read-only.

Commit

Permalink
Added Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavo-IM committed Jan 6, 2019
1 parent 4df2e63 commit fe46bfb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Readme.md
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.

0 comments on commit fe46bfb

Please sign in to comment.