I am running Lubuntu 16.04
Attempting to run xbacklight -get
gives me No outputs have backlight property
There is only one directory in /sys/class/backlight
, which is intel_backlight
.
I have created an xorg.conf
in /etc/X11
:
Section "Device"
Identifier "Card0"
Driver "intel"
Option "Backlight" "intel_backlight"
EndSection
Yet still no change.
Any suggestions?