Skip to content
This repository has been archived by the owner on Aug 10, 2020. It is now read-only.

Add AppleGraphicsDevicePolicy kext patch to help with monitor hotplugging. #17

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CLOVER/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,24 @@
RiV1VHh4eHgA
</data>
</dict>
<dict>
<key>Comment</key>
<string>Disable board-id check to prevent no signal © lvs1974, Pike R. Alpha, vit9696</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
ugUAAAA=
</data>
<key>InfoPlistPatch</key>
<false/>
<key>Name</key>
<string>com.apple.driver.AppleGraphicsDevicePolicy</string>
<key>Replace</key>
<data>
ugAAAAA=
</data>
</dict>
</array>
</dict>
<key>RtVariables</key>
Expand Down
11 changes: 1 addition & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ This repository contains **my own files** on the installation and configuration

* Thanks darkhandz for [his High Sierrra guide](https://github.com/darkhandz/XPS15-9550-High-Sierra). Please read darkhandz's guide before you use my files.
* Use `MacBookPro13,3` SMBIOS, much thanks for @syscl.
* Note that you need to modify `AppleGraphicsDevicePolicy.kext` to make external monitors work.
* The model identifier is also correct now.
* I hide my serial number as `C02*****GTFN`, you may generate it by your own.
* `Caps` and `Left-Ctrl` is exchanged in `VoodoooPS2`, you can modify it if you don't like this keyboard layout.
Expand Down Expand Up @@ -33,16 +32,8 @@ This repository contains **my own files** on the installation and configuration

* TB3/type-C port hot-plug maybe work.
* I find that my TB3-DP adapter can hot-plug and the 4K external monitor works fine. Need more test.
* Third-party tests say that DP hot-plugging is also functioning fine.
* My Nexus 6P is broken so I can't test.
* SD card reader (waiting for good news from [this post](http://www.insanelymac.com/forum/topic/321080-sineteks-driver-for-realtek-rtsx-sdhc-card-readers))

## Tips

To make external monitor works (if you use `iMac17,1` SMBIOS), you should do following steps:

1. Open `/System/Library/Extensions/AppleGraphicsControl.kext/Contents/PlugIns/AppleGraphicsDevicePolicy.kext/Contents/Info.plist`.
2. Find the Borad-ID which used in your config.plist such as "Mac-B809C3757DA9BB8D" or "Mac-65CE76090165799A" or "Mac-DB15BD556843C820".
3. Replace the attribute `Config2` with `none`
4. Execute commands `sudo kextcache -system-prelinked-kernel` and `sudo kextcache -system-caches`.
5. Reboot and everything is done.