Borkie Posted July 19, 2019 Share Posted July 19, 2019 Hi, I managed to get Mojave 10.14.1 running on my Asus P2530 laptop, but one thing I couldn't get working even after three days of messing around is the brightness, which is always locked at maximum. I tried following RehabMan's guide, but it seems to not be working at all. Am I doing something wrong or my graphics chip is not compatible? Link to comment https://www.insanelymac.com/forum/topic/339587-brightness-control-on-hd520/ Share on other sites More sharing options...
MaLd0n Posted July 19, 2019 Share Posted July 19, 2019 just add simple device PNLF into scope _SB with Whatevergreen kext load Device (PNLF) { Name (_ADR, Zero) // _ADR: Address Name (_HID, EisaId ("APP0002")) // _HID: Hardware ID Name (_CID, "backlight") // _CID: Compatible ID Name (_UID, 0x10) // _UID: Unique ID Name (_STA, 0x0B) // _STA: Status } Link to comment https://www.insanelymac.com/forum/topic/339587-brightness-control-on-hd520/#findComment-2682206 Share on other sites More sharing options...
Borkie Posted July 19, 2019 Author Share Posted July 19, 2019 24 minutes ago, MaLd0n said: just add simple device PNLF into scope _SB with Whatevergreen kext load Device (PNLF) { Name (_ADR, Zero) // _ADR: Address Name (_HID, EisaId ("APP0002")) // _HID: Hardware ID Name (_CID, "backlight") // _CID: Compatible ID Name (_UID, 0x10) // _UID: Unique ID Name (_STA, 0x0B) // _STA: Status } I'm still a bit of a noob about that, where should I put this code? Link to comment https://www.insanelymac.com/forum/topic/339587-brightness-control-on-hd520/#findComment-2682210 Share on other sites More sharing options...
Recommended Posts