Bug 67031
Summary: | Lenovo L530: the brightness is updated only for certain values multiple of 5 (max = 100) | ||
---|---|---|---|
Product: | ACPI | Reporter: | Sébastien Wilmet (sebastien.wilmet) |
Component: | Power-Video | Assignee: | Aaron Lu (aaron.lu) |
Status: | CLOSED DUPLICATE | ||
Severity: | normal | CC: | aaron.lu, lenb |
Priority: | P1 | ||
Hardware: | x86-64 | ||
OS: | Linux | ||
Kernel Version: | 3.11.10 | Subsystem: | |
Regression: | No | Bisected commit-id: | |
Attachments: |
Output of acpidump
Output of dmidecode |
Description
Sébastien Wilmet
2013-12-15 21:55:24 UTC
With Linus' kernel tree v3.13-rcX, please test adding video.use_native_backlight=1 to kernel cmdline and report back, thanks. ping I've rebooted with an old kernel, the 3.2.46, and the screen brightness is updated correctly, on each press on Fn + F8 or F9. The difference: max_brightness == 15. Now I'll reboot on the 3.13-rc4. On Linux 3.13-rc4 without video.use_native_backlight=1, the bug occurs. With video.use_native_backlight=1, it works. # cat /sys/class/backlight/intel_backlight/max_brightness 4437 We can see in this directory that the brightness value is updated when pressing Fn + F8 or F9. (the /sys/class/backlight/acpi_video0/ directory doesn't exist) *** This bug has been marked as a duplicate of bug 51231 *** Note that video.use_native_backlight=1 is required, it doesn't work out-of-the-box. Is it possible to fix that? Yes, there is a patch to change the default value of use_native_backlight to 1: http://marc.info/?l=linux-acpi&m=138620904732143&w=2 Once that is applied, you do not need anything extra. For now, you can also use a xorg.conf file to tell X driver that the intel_backlight interface should be used instead of acpi_video0: $ cat /etc/Xorg/Xorg.conf Section "Device" Option "Backlight" "intel_backlight" Identifier "Card0" Driver "intel" BusID "PCI:0:2:0" EndSection Okay, thank you for the information. Please attach the output of acpidump and dmidecode: # acpidump > acpidump.txt # dmidecode > dmi.txt Created attachment 126431 [details]
Output of acpidump
Created attachment 126441 [details]
Output of dmidecode
|