I have this laptop that doesn't handle the backlight very well.
In /etc/default/grub, I have added a acpi_backlight=vendor
function to get it to work at all. Which is cool, and the backlight now actually works, but the minimum backlight setting is still pretty high.
Is there any way to decrease the backlight below minimum? I don't mind having to type in the terminal to do that, as I won't need to do it often (just at night etc.)
sudo su -c "echo 2070 >/sys/class/backlight/intel_backlight/brightness"
is the key, the number can go as down as 0. I use 80 on pitch black rooms. On 14.04. – quimnuss Nov 25 '15 at 12:14