Contribute
Register

Help! How to fix brightness control on hackintosh laptop?

Status
Not open for further replies.
you already have the aml file in your projects folder, that needs to go into clover/acpi/patched folder

there will also be a plist file in there with a patch that goes into your config.plist, it is just a case of copying and pasting using xcode or plist editor
螢幕快照 2018-07-09 下午10.43.02.png

Is it this one?
 
Please!!!!!!!!!!!!
you pop this code:

Code:
<dict>
                <key>Comment</key>
                <string>change F%uT%04x to F%uTxxxx in AppleBacklightInjector.kext (credit RehabMan)</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                RiV1VCUwNHgA
                </data>
                <key>InfoPlistPatch</key>
                <false/>
                <key>Name</key>
                <string>com.apple.driver.AppleBacklight</string>
                <key>Replace</key>
                <data>
                RiV1VHh4eHgA
                </data>
            </dict>

under KextsToPatch in config.plist
 
And this?
螢幕快照 2018-07-09 下午11.00.44.png

but I cannot adjust the brightness after these two steps.
 
Status
Not open for further replies.
Back
Top