xbacklight - No outputs have backlight property

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?


Solution 1:

I don't know if you've solved this yet, but I was able to get to work by changing the name of the folder.

Section "Device"
        Identifier      "Card0"
        Driver          "intel"
        Option          "Backlight"     "/sys/class/backlight/intel_backlight"
EndSection

I logged out after changing the path and when I logged back in xbacklight was working at is should. (I'm running Xubuntu 16.04 and I don't know if that makes much of a difference.)