[Solved] backlight not working
Posted: 24 Jan 2021 09:17
After latest upgrades i found that pressing the keys for increase or decrease screen light do nothing.
to make it work again create a file 20-intel.conf in /etc/X11/xorg.conf.d/ with the following content
Then restart X
ATTENTION: Don't do this if you don't have an intel laptop or if you running slackel openbox in Virtual machine, because system will not boot on X.
In this case just delete the file /etc/X11/xorg.conf.d/20-intel.conf
to make it work again create a file 20-intel.conf in /etc/X11/xorg.conf.d/ with the following content
Code: Select all
Section "Device"
Identifier "Intel Graphics"
Driver "intel"
Option "Backlight" "intel_backlight"
EndSection
ATTENTION: Don't do this if you don't have an intel laptop or if you running slackel openbox in Virtual machine, because system will not boot on X.
In this case just delete the file /etc/X11/xorg.conf.d/20-intel.conf