• Become a Premium Member for $25/year with no ads to improve your community experience.

GUIDE How to Remap Brightness Hotkeys on Laptops

i did everything exclude ACPIDebug.kext put in EFI, is it wrong? but on Monterey cant put in SLE
You can use it in OpenCore or L/E.

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;
 
  • Like
Reactions: oldman20
You can use it in OpenCore or L/E.

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;
Thank, i edit directly DSDT with these code, boot with Clover it work. But default no OSD, and Fn+ B/ S still controll brighter and has OSD
 
Thank, i edit directly DSDT with these code, boot with Clover it work. But default no OSD, and Fn+ B/ S still controll brighter and has OSD
Brightness must be enabled for OSD.
 
The OS Check Fix patch is necessary to call the EC query methods.
Actually i dont know my original Windows version ship to my device: DELL Inspiron 3558 I5 -5200u
and i tried BRT6 method but Onscreen Display not working for brighter ( Volume OSD is fine - native)
Can u teach me to solve it? thank
 

Attachments

  • Screen Shot 2022-08-22 at 15.35.54.png
    Screen Shot 2022-08-22 at 15.35.54.png
    505.4 KB · Views: 3

Attachments

  • Screen Shot 2022-08-22 at 15.45.23.png
    Screen Shot 2022-08-22 at 15.45.23.png
    429.3 KB · Views: 3
Actually i dont know my original Windows version ship to my device: DELL Inspiron 3558 I5 -5200u
and i tried BRT6 method but Onscreen Display not working for brighter ( Volume OSD is fine - native)
Can u teach me to solve it? thank
No PR files attached.
your mean brighter slide?
Yes, what's your screen resolution?
 

Forum statistics

Threads
1,920
Messages
17,882
Members
27,663
Latest member
Binhyen8x