@@ -, +, @@ --- src/intel_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/src/intel_display.c +++ a/src/intel_display.c @@ -133,6 +133,7 @@ intel_output_dpms_backlight(xf86OutputPtr output, int oldmode, int mode); * List of available kernel interfaces in priority order */ static const char *backlight_interfaces[] = { + "intel_backlight", /* see also http://bugs.debian.org/651741 */ "gmux_backlight", "asus-laptop", "asus-nb-wmi", @@ -144,7 +145,6 @@ static const char *backlight_interfaces[] = { "samsung", "acpi_video1", /* finally fallback to the generic acpi drivers */ "acpi_video0", - "intel_backlight", NULL, }; /* --