Contribute
Register

HD4600 Graphics

Status
Not open for further replies.

Well, that's strange. It works fine in 10.12 but not in 10.13 with the same config.plist and same set of kexts. According to both IOReg, the AppleBacklightInjector.kext is loaded. AppleBacklight.kext & AppleBacklightExpert.kext seems to be loaded as well in 10.13 :

Code:
MacBook-Optimus:~ polyzargone$ kextstat |grep Backlight
  123    2 0xffffff7f83286000 0x5000     0x5000     com.apple.driver.AppleBacklightExpert (1.1.0) CB5847C6-936A-37C0-9C50-EE24A118D0EF <121 99 13 12 5 4 3>
  124    0 0xffffff7f8328b000 0x5000     0x5000     com.apple.driver.AppleBacklight (170.10.1) 1859FB2A-0AC1-3C29-8C86-2C3377A03B6C <123 121 99 12 5 4 3>
  134    0 0xffffff7f83554000 0x5000     0x5000     com.apple.driver.AGDCBacklightControl (3.16.14) 2524D36D-D929-35A2-A216-85703BCA5624 <123 101 99 11 7 5 4 3 1>

But indeed, there's no slider in Syspref in 10.13.

You should verify the 9mb cursor bytes patch is being applied by Clover. Set config.plist/KernelAndKextPatches/Debug=true to verify.

I've checked. It is applied in both 10.12 and 10.13.

BTW, I'm surprised Lilu and IntelGraphicsFixup are loading without -lilubeta and -intelgfxbeta kernel flags...

That's because those flags are in a custom entry :

l4fx0tY.png
 

Attachments

  • RehabMan 10.12.zip
    2.3 MB · Views: 103
  • RehabMan 10.13.zip
    2.3 MB · Views: 89
Last edited:
Well, that's strange. It works fine in 10.12 but not in 10.13 with the same config.plist and same set of kexts. According to both IOReg, the AppleBacklightInjector.kext is loaded. AppleBacklight.kext & AppleBacklightExpert.kext seems to be loaded as well in 10.13 :

You need to follow all the instructions in that guide.
 
Well, that's strange. It works fine in 10.12 but not in 10.13 with the same config.plist and same set of kexts. According to both IOReg, the AppleBacklightInjector.kext is loaded. AppleBacklight.kext & AppleBacklightExpert.kext seems to be loaded as well in 10.13 :

Code:
MacBook-Optimus:~ polyzargone$ kextstat |grep Backlight
  123    2 0xffffff7f83286000 0x5000     0x5000     com.apple.driver.AppleBacklightExpert (1.1.0) CB5847C6-936A-37C0-9C50-EE24A118D0EF <121 99 13 12 5 4 3>
  124    0 0xffffff7f8328b000 0x5000     0x5000     com.apple.driver.AppleBacklight (170.10.1) 1859FB2A-0AC1-3C29-8C86-2C3377A03B6C <123 121 99 12 5 4 3>
  134    0 0xffffff7f83554000 0x5000     0x5000     com.apple.driver.AGDCBacklightControl (3.16.14) 2524D36D-D929-35A2-A216-85703BCA5624 <123 101 99 11 7 5 4 3 1>

But indeed, there's no slider in Syspref in 10.13.



I've checked. It is applied in both 10.12 and 10.13.



That's because those flags are in a custom entry :

l4fx0tY.png

I've noticed on my install on my HP Envy j-070 that after installing High Sierra, I need to use kext utility to restore brightness slider and no lag after booting. I am using Clover kexts injection so maybe that's why, but try Kext Utility as maybe the way that AppleBrightnessInjector is designed, you have to rebuild kexts to make it work on 10.13.
 
I've noticed on my install on my HP Envy j-070 that after installing High Sierra, I need to use kext utility to restore brightness slider and no lag after booting. I am using Clover kexts injection so maybe that's why, but try Kext Utility as maybe the way that AppleBrightnessInjector is designed, you have to rebuild kexts to make it work on 10.13.

No need for Kext Utility.
You can install kext:
Code:
sudo cp -R KextToInstall.kext /Library/Extensions

And rebuild cache:
Code:
sudo kextcache -i /
 
Status
Not open for further replies.
Back
Top