Summary: | Backlight does not increase to maximum on Lenovo Yoga 2 Pro | ||||||
---|---|---|---|---|---|---|---|
Product: | xorg | Reporter: | nico-freedesktop.org | ||||
Component: | Driver/intel | Assignee: | Chris Wilson <chris> | ||||
Status: | RESOLVED NOTOURBUG | QA Contact: | Intel GFX Bugs mailing list <intel-gfx-bugs> | ||||
Severity: | normal | ||||||
Priority: | medium | ||||||
Version: | unspecified | ||||||
Hardware: | Other | ||||||
OS: | All | ||||||
Whiteboard: | |||||||
i915 platform: | i915 features: | ||||||
Attachments: |
|
Description
nico-freedesktop.org
2014-02-17 10:28:23 UTC
Check Xorg.0.log, it is probably using the acpi backlight interface instead. How that maps to the raw value is defined by your firmware (and in some extreme cases, the raw interface does not control the backlight at all). Created attachment 94220 [details]
xorg.0.log
It seems you are right: [ 18.869] (--) intel(0): found backlight control interface acpi_video0 (type 'firmware') Though I am wondering what it referes to by "firmware". So are we talking more about a kernel or xorg bug here? Neither, just a misfeature in your ACPI firmware. The prevailing opinion is that the ACPI for all machines released in the last couple of years have a buggy backlight controller, and the kernel is striving to identify those broken interfaces and disable them. A couple of temporary solutions: Option "Backlight" "intel_backlight" (in xorg.conf) video.use_native_backlight=1 (on kernel commandline - not certain about this one) At any rate, that the ACPI firmware fails to set the maximum brightness is an issue in Lenovo's implementation. (In reply to comment #5) > At any rate, that the ACPI firmware fails to set the maximum brightness is > an issue in Lenovo's implementation. It's debatable whether ACPI firmware is wrong in limiting the brightness (both the maximum and the minimum non-off brightness), or our native backlight interface is wrong in *not* limiting the brightness according to the ACPI opregion. Some backlights might not like having 100% duty cycle, they might exhibit non-linear increase in power consumption, might have an impact on the longevity of the backlight, etc. To move this forward you need to file a new bug report on bugzilla.kernel.org against the acpi video/backlight driver. Created bug report at kernel.org; Reference: https://bugzilla.kernel.org/show_bug.cgi?id=72491 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.