However, this solution is not universal. It is only valid on systems where the display driver is intel.
On Wed, 5 Jul 2017 00:47:43 -0700 John Eikenberry <j...@zhar.net> wrote:> The arch wiki has an alternative fix. They just suggest this in your xorg.conf. > > Section "Device" > Identifier "Card0" > Driver "intel" > Option "Backlight" "intel_backlight" > EndSection > > It fixed it for me. > > For more go here and search for xbacklight. > https://wiki.archlinux.org/index.php/Backlight > >