Comment 2 for bug 1389215

Revision history for this message
Hans Deragon (deragon) wrote : Re: Brightness controls are not working in Unity / Xorg.

Some more clarification. I tried under KDE Plasma 5.1 (Neon) and still I could not change the brightness of the backlight.

However, the CLI commands that fail in a terminal running under an Xorg session work flawlessly under a console (<CTRL><ALT><F1>).

cd /sys/class/backlight/acpi_video0

echo 5 >brightness # Works under the console!
echo 10 >brightness # Works under the console!

This all suggest that somehow, Xorg is inhibiting the brightness control.