- Joined
- Mar 22, 2013
- Messages
- 17
- Motherboard
- GA-Z170X-UD3
- CPU
- i3 6100
- Graphics
- HD 530
- Mac
-
I´m manually editing (with TextEdit) the config.plist to include the KextsToPatch section for Intel HD 530, but I´m unsure if I´m doing things right. Could someone please confirm or correct my result?
Original:
With the KextsToPatch edit from post #1:
Is this correct? Thanks in advance
EDIT: changed this by looking at another config.plist that had two patches in the KextsToPatch section, so above version should be correct, still not 100% sure...
Original:
Code:
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>TRIM Enabler</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AEFQUExFIFNTRAA=
</data>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAAAAA=
</data>
</dict>
</array>
With the KextsToPatch edit from post #1:
Code:
<key>KextsToPatch</key>
<array>
<dict>
<key>Comment</key>
<string>TRIM Enabler</string>
<key>Disabled</key>
<false/>
<key>Find</key>
<data>
AEFQUExFIFNTRAA=
</data>
<key>Name</key>
<string>IOAHCIBlockStorage</string>
<key>Replace</key>
<data>
AAAAAAAAAAAAAAA=
</data>
</dict>
<dict>
<key>Comment</key>
<string>10.11-SKL-1912000-4_displays</string>
<key>Find</key>
<data>
AQMDAw==
</data>
<key>Name</key>
<string>AppleIntelSKLGraphicsFramebuffer</string>
<key>Replace</key>
<data>
AQMEAw==
</data>
</dict>
</array>
Is this correct? Thanks in advance
EDIT: changed this by looking at another config.plist that had two patches in the KextsToPatch section, so above version should be correct, still not 100% sure...
Last edited: