Contribute
Register

[Guide] Laptop backlight control using AppleBacklightFixup.kext

Still none of the profiles in ApplePanels matches what the system is expecting.
You will need to experiment with other profiles
So I need to add the P's and S's to the ApplePanels from:
Code:
F%uP%04x
F%uT%04xM
F%uT%04xL
F%uT%04xD
F%uT%04xLD
F%uT%04xDL
F%uT%04x
AppleSense
F%uS%04x
What about the data values? still the same as F14Txxxx?
 
So I need to add the P's and S's to the ApplePanels from:
Code:
F%uP%04x
F%uT%04xM
F%uT%04xL
F%uT%04xD
F%uT%04xLD
F%uT%04xDL
F%uT%04x
AppleSense
F%uS%04x
What about the data values? still the same as F14Txxxx?

Adding all of them, and also trying them individually with a shorted patch is the way to discovering which pattern is expected...
Shortened patch:
Find: <2530 3478>
Replace: <7878 7878>
 
Adding all of them, and also trying them individually with a shorted patch is the way to discovering which pattern is expected...
Shortened patch:
Find: <2530 3478>
Replace: <7878 7878>
Im so lost. This entire list? And leave the values blank?
Code:
AppleIntelPanel
IOACPIPlatformDevice
_UID
ApplePanels
ApplePanel
DisplayProductID
F%uP%04x
F%uT%04xM
F%uT%04xL
F%uT%04xD
F%uT%04xLD
F%uT%04xDL
F%uT%04x
AppleSense
F%uS%04x
Default
AppleIntelPanelA
MacBook
AAPL,display-alias
iMac
AppleBacklightAtBoot
AppleRestoreBacklight
ApplePanelRawBrightness
AppleMaxBrightness
com.apple.driver.AppleBacklight
1.0.0d1
 
This entire list?

No. Only those that correspond to the profile format strings:
Code:
F%uP%04x
F%uT%04xM
F%uT%04xL
F%uT%04xD
F%uT%04xLD
F%uT%04xDL
F%uT%04x
F%uS%04x

So, F14Pxxxx, F14Sxxxx, and the other F14Txxxx profiles you already have.
If you get a match, then try each individually.
 
So, F14Pxxxx, F14Sxxxx, and the other F14Txxxx profiles you already have.
If you get a match, then try each individually.
Ok and the same data from the F14Txxxx in the value column?
 
Hi, I've tried almost everything I could in the first post of this, guide but still no backlight control. Here's my info... any ideas about what I'm missing? Perhaps something to do with DSDT? (my patched DSDT is called DSDT1.aml)
 

Attachments

  • Terminal Saved Output_v2.zip
    1.2 KB · Views: 76
  • CLOVER_v2.zip
    2.1 MB · Views: 81
  • IOReg_v2.zip
    661.9 KB · Views: 63
  • DSDT SSDT.zip
    67.5 KB · Views: 72
Hello~My Laptop is HP Omen 17.3, i7 7700HQ + 8GB + 128 GB + GTX1060 6GB, only can use GTX1060.
Will you be able to achieve brightness control?
Requirements

This guide is only for Intel graphics laptops.
It will work with Arrandale, Sandy Bridge, Ivy Bridge, Haswell, Broadwell, Skylake and Kaby Lake.
 
Back
Top