brightness_test needs to use the same heuristic to get_best_interface as gsd-backlight-helper
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Checkbox Provider - Base |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
In the brightness_test script that we have which sets the brightness, we have a piece of code which selects the backlight interface to use, using the following heuristic:
# Let's prefer the driver specific interface
# over the more common acpi_video one
This is not the same as the one recommended by the kernel, which is documented here: https:/
We should use this one, because in the end it will be used by the software which controls the backlight from a user point of view - as it already is by gsd-backlight-
Related branches
- Zygmunt Krynicki (community): Approve
- Brendan Donegan (community): Needs Resubmitting
- Diff: 95 lines (+41/-9)
Changed in checkbox: | |
status: | New → Fix Committed |
affects: | checkbox → plainbox-provider-checkbox |
Changed in plainbox-provider-checkbox: | |
status: | Fix Committed → Fix Released |
milestone: | none → 0.5 |