Contribute
Register

[Guide] Laptop backlight control using AppleBacklightFixup.kext

But no change in the brightness level to correspond?
If so, try patching EDID as per post #1 (your ioreg shows you have not).

Tried to patch EDID. After restart strange colors on the screen (see screnshot). Still no brightness control, it starts to work after waking PC from sleep.
 

Attachments

  • MacBook Pro (Marek).ioreg
    5.3 MB · Views: 104
  • Zrzut ekranu 2017-07-19 o 21.00.53.png
    Zrzut ekranu 2017-07-19 o 21.00.53.png
    2.8 MB · Views: 120
Do i need XCode for doing this?
 
Thank you for this wonderful guide!!
 
Read post #1, "Problem Reporting".


Finally made it work! Just following very carefully the guide in every step, I actually need to create a new DSDT with just the really needed patch and now works!

But the function keys don’t work well, I press just once and the slider goes to maximum or minimum and don’t work again until boot or wake after sleep.

And now I experiment issues with sleep when the wifi dongle is conected
 
I got brightness but now I have graphics flickering...What to do?
 
I posted zip file so if anyone can check what is wrong now, graphics is flickering after this procedure of brightness fixing
 

Attachments

  • Archive 2.zip
    1.8 MB · Views: 66
how to do it? Can you explain to me in short way

Added this to my Clover config.plist

Code:
<dict>
    <key>Comment</key>
    <string>HD4000 0x01660003 FrameBuffer 8 MB</string>
    <key>Name</key>
    <string>AppleIntelFramebufferCapri</string>
    <key>Find</key>
    <data>AwBmAQECBAIAAAAEAAAAAQ==</data>
    <key>Replace</key>
    <data>AwBmAQECBAIAAAAEAACAAA==</data>
</dict>
 
Added this to my Clover config.plist

Code:
<dict>
    <key>Comment</key>
    <string>HD4000 0x01660003 FrameBuffer 8 MB</string>
    <key>Name</key>
    <string>AppleIntelFramebufferCapri</string>
    <key>Find</key>
    <data>AwBmAQECBAIAAAAEAAAAAQ==</data>
    <key>Replace</key>
    <data>AwBmAQECBAIAAAAEAACAAA==</data>
</dict>

Didn't work for me
 
Back
Top