Recently, the nvidia drivers got updated, and that broke my brightness controls I believe.
Before, the Increase and Decrease Screen Brightness shortcuts under Settings > Shortcuts > Power Management didn’t work either, and I got around it by setting custom shortcuts that executes the commands light -A 8
and light -U 8
respectively (I think xbacklight
wasn’t working then too).
But now, light
doesn’t work either now as well, so I believe I want to solve two problems:
- How to resolve xbacklight not working? (extra info: just running
xbacklight
orsudo xbacklight
gives no output, I also havexorg-xbacklight
installed. I also tried tweaking the kernel parameteracpi_backlight
to all ofvideo
,native
,vendor
, and none of them worked) - How to resolve the keyboard shortcut of Increase and Decrease Screen Brightness? This is more minor, but I would like it solved since my current shortcut to brightness is Ctrl+Fn+F5 and Ctrl+Fn+F6, which I think is janky.