Bug 48681
Summary: | Brightness controls on Dell Latitude E6530 broken | ||
---|---|---|---|
Product: | ACPI | Reporter: | Martin Wildam (mwildam) |
Component: | Power-Video | Assignee: | Aaron Lu (aaron.lu) |
Status: | CLOSED INVALID | ||
Severity: | normal | CC: | aaron.lu, e-mail |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | Subsystem: | ||
Regression: | No | Bisected commit-id: | |
Attachments: |
Logs (Kernel 3.4)
Logs (Kernel 3.5) |
Description
Martin Wildam
2012-10-10 19:05:11 UTC
Neither kernel 3.4 nor kernel 3.6 brings back the functionality. I can't see from the logs how this bug is related to bug 47861. If this bug is a regression, then I would recommend you to bisect it and find out the first commit that broke brightness controls on your laptop. From current point of view I think it has to do with ambient light sensor. I examined BIOS and there is are two settings: For brightness on AC and for brightness on battery - in both cases it says "if ambient light sensor is off" Sometimes I get those settings without brightness controls working. It looks like that in bright light the controls work but when it's quite dark, they do not and then the brightness controls are not working. Unfortunately I don't have an idea, where the sensor exactly is so that I can test it by putting my finger on it or hold a flashlight onto it. @Igor: Sorry, I am not into the kernel source code and so I cannot find the first commit that broke those controls - but maybe this is helping you: https://launchpad.net/~kamalmostafa/+archive/linux-kamal-mjgbacklight I am on Ubuntu 12.04 experiencing the problems so I assume that some fix has disappeared again later. I am now on kernel 3.5.0-25-generic #38-Ubuntu since yesterday and tested brightness controls again right now. Interestingly now, if I press the Fn+Up or Fn+Down there is a delay of about 10 seconds and then I can see the bubble window popping up showing the brightness status and it is working. Created attachment 93781 [details]
Logs (Kernel 3.5)
Here are the logs for the test adjusting brightness doing it after about 10 seconds delay.
Finally I found this article that solved my issue: http://www.techjail.net/solved-brightness-problem-in-ubuntu-12-04-precise-pangolin.html I had to add acpi_backlight=vendor to my setting GRUB_CMDLINE_LINUX_DEFAULT in /etc/default/grub and do sudo update-grub Now the brightness keys work in an instant. Hi Martin, I don't think Fn+Cursor up/down can do brightness change in a standard way, unless your keyboard controller would generate the same scancode for these two keys as Fn+F7/F8, which is not likely. So please keep using the vendor driver, that should be able to map those keys to brightness controls for you. |