How to make system use intel_backlight instad of acpi_video0?
On my laptop, the screen's backlight brightness can be adjusted via "/sys/class/backlight/intel_backlight/". But, I also have a "/sys/class/backlight/acpi_video0/" which has no effect whatsoever.
Unfortunately, everything in the system tries to adjust acpi_video0 instead of intel_backlight. So the only way I can adjust the brightness is by doing it manually.
3.14-2-amd64
I realize I can make a simple script to modify intel_backlight and setup a global key combination to trigger the script. But I'd rather do a more "proper" fix.
So, how can I *correctly* tell my system to use intel_backlight? (Or fix acpi_video0 so that it does work, if that's a non-hackish thing to do. I really don't know anything about acpi_video0.)
If it matters, I'm on Debian Testing, Kernel 3.14-2-amd64
Last edited by Abscissa256; 09-22-2014 at 04:52 PM.
|