Bug 61231
Summary: | Backlight off (set to lowest level) on boot | ||
---|---|---|---|
Product: | ACPI | Reporter: | erno |
Component: | Power-Video | Assignee: | Aaron Lu (aaron.lu) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | aaron.lu, chris, felipe.contreras, sangshuduo |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.11 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Lenovo Ideapad Z510 acpidump
Patches to quirk initial backlight level 0 problem |
Description
erno
2013-09-12 10:01:02 UTC
erno, this wouldn't be a duplicate of 60682. As well, 60682 is a "catch all" trash bug that wouldn't be efficient in getting any problem solved. If you have the permissions, you would want to unmark the duplication, and continue to work downstream at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1224415 . While blacklisting this machine (bug #60682) would solve the problem, that is a temporary solution. Eventually all these machines would use the Intel backlight driver, so this problem would happen again. Either way, other people that don't have their machine blacklisted would still have this problem. So I suggest keeping this bug open for the Intel driver. Ok, seems I bugzilla lets me reopen this. Please show: $ ls /sys/class/backlight And if there is intel_backlight, does it work? Please also attach acpidump, thanks. Lenovo Ideapad Z510 has same issue Created attachment 112811 [details]
Lenovo Ideapad Z510 acpidump
Hi Shuduo, Your laptop is a win8 system, so can you please try Rafael's linux-next branch? http://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next And please add video.use_native_backlight=1 when testing that tree, thanks. Created attachment 112871 [details] Patches to quirk initial backlight level 0 problem Here are two patches, please apply on top of Rafael's linux-next branch: http://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next And see if it helps, thanks. Ping, please test patches mentioned in comment #10, ignore comment #9. It works, screen is set to max brightness on boot now. Thanks! commit 2c62333a408f5badd2d2ffd7177f95deeccc5ca4 Author: Aaron Lu <aaron.lu@intel.com> Date: Wed Nov 6 09:07:10 2013 +0800 ACPI / video: Quirk initial backlight level 0 Entered Linus' tree. |