Contribute
Register

New Brightness kext, IntelBacklight.kext

Status
Not open for further replies.
Most laptops are LVDS. That was not my point.

Perhaps you should compare EDID.

Sorry for misunderstanding, if I remind correctly I have to extract the EDID right? Using Ubuntu? Or is there another way? Perhaps within Windows? What should I compare?
 
Sorry for misunderstanding, if I remind correctly I have to extract the EDID right? Using Ubuntu? Or is there another way? Perhaps within Windows? What should I compare?

In post #42 you pondered regarding refresh rate selection.

A possible theory this that this is related to EDID.

You should compare EDID from your panel to the EDID of locomacg6.

Please take the discussion to a separate thread. It is off-topic here.
 
i still cannot control brightness
#1 installed kext
#2 since i have brightness fix haswel didn't do changes to DSDT
 
i still cannot control brightness
#1 installed kext
#2 since i have brightness fix haswel didn't do changes to DSDT

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.


Note: You're using ACPIBacklight.kext, not IntelBacklight.kext.
 
And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc


here
Code:
[FONT=Menlo]Gihans-MacBook-Pro:~ gihanchamaraudurawana$ kextstat|grep -y acpiplat[/FONT][FONT=Menlo]   13    1 0xffffff7f82b8b000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]Gihans-MacBook-Pro:~ gihanchamaraudurawana$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Gihans-MacBook-Pro:~ gihanchamaraudurawana$ kextstat|grep -y applelpc[/FONT]



Note: You're using ACPIBacklight.kext, not IntelBacklight.kext.
since i have 10.10.5 in same HDD(different partition)
ACPIBbaclight kext is in clover kext may i remove it?
 
here
Code:
[FONT=Menlo]Gihans-MacBook-Pro:~ gihanchamaraudurawana$ kextstat|grep -y acpiplat[/FONT][FONT=Menlo]   13    1 0xffffff7f82b8b000 0x60000    0x60000    com.apple.driver.AppleACPIPlatform (4.0) 295F7A91-2DF7-3FFE-9550-A0C1A6F9D575 <12 11 7 6 5 4 3 1>[/FONT]
[FONT=Menlo]Gihans-MacBook-Pro:~ gihanchamaraudurawana$ kextstat|grep -y appleintelcpu[/FONT]
[FONT=Menlo]Gihans-MacBook-Pro:~ gihanchamaraudurawana$ kextstat|grep -y applelpc[/FONT]




since i have 10.10.5 in same HDD(different partition)
ACPIBbaclight kext is in clover kext may i remove it?

You have two PNLF patches.

Note (from disassmbled patchmatic output):
Code:
u430:RehabMan 2 Admin$ grep Device.*PNLF *.dsl
DSDT.dsl:                    Device (PNLF)
SSDT-1.dsl:            Device (PNLF)

The one in DSDT will "win". ... and does not work with ACPIBacklight.kext (only IntelBacklight.kext).
 
You have two PNLF patches.

Note (from disassmbled patchmatic output):
Code:
u430:RehabMan 2 Admin$ grep Device.*PNLF *.dsl
DSDT.dsl:                    Device (PNLF)
SSDT-1.dsl:            Device (PNLF)

The one in DSDT will "win". ... and does not work with ACPIBacklight.kext (only IntelBacklight.kext).
so my solution will be install intelbacklightkext in S/L/E>>> which is done already ?
(also remove aspic blaclikght ket from clover kext?)
 
so my solution will be install intelbacklightkext in S/L/E>>> which is done already ?
(also remove aspic blaclikght ket from clover kext?)

And you should fix your ACPI/patched files.
 
Status
Not open for further replies.
Back
Top