Al ejecutar xbacklight se muestra el error:

No outputs have backlight property.

Para solucionarlo crearemos el fichero /etc/X11/xorg.conf.d/20-video.conf con el siguiente contenido:

Section "Device"
    Identifier      "Device0"
    Driver          "intel"
    Option          "Backlight"      "intel_backlight"
EndSection