- Joined
- Jul 22, 2018
- Messages
- 8,361
- Motherboard
- Supermicro X11SPA-T
- CPU
- Intel Xeon W-3275 28 Core
- Graphics
- 2xAMD RX 580 8GB
- OS X/macOS
- 13.x
- Bootloader
- OpenCore (UEFI)
- Mac
- Mac mini
- MacBook Pro
- Mobile Phone
- Android
- iOS
You can use it in OpenCore or L/E.i did everything exclude ACPIDebug.kext put in EFI, is it wrong? but on Monterey cant put in SLE
Dell often has BRT6 method. The patch would be
Code:
into method label BRT6 replace_content
begin
If (LEqual (Arg0, One))\n
{\n
// Brightness Up\n
Notify (^^LPCB.PS2K, 0x0406)\n
}\n
If (And (Arg0, 0x02))\n
{\n
// Brightness Down\n
Notify (^^LPCB.PS2K, 0x0405)\n
}\n
end;