Bug 1074167 - After removing from docking station (external monitor as primary), brightness controls fail
Summary: After removing from docking station (external monitor as primary), brightness...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: xorg-x11-drv-intel
Version: 20
Hardware: x86_64
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Adam Jackson
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-03-08 14:50 UTC by Erik M Jacobs
Modified: 2014-11-20 16:32 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-20 16:32:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Erik M Jacobs 2014-03-08 14:50:23 UTC
Description of problem:
Lenovo T440s
00:02.0 VGA compatible controller: Intel Corporation Haswell-ULT Integrated Graphics Controller (rev 0b)

After being docked, when undocking the brightness controls fail to do anything. Brightness defaults to some very low value and, while the buttons appear to change the level in the pop-up, no actual change in brightness occurs.

Version-Release number of selected component (if applicable):
2.21.15-5.fc20

How reproducible:
Frequently.

Steps to Reproduce:
1. Dock laptop
2. Set external monitor to primary, disable built-in monitor
3. Undock laptop

Actual results:
Brightness controls display that they are adjusting, but do not do anything.

Expected results:
Brightness controls should adjust screen brightness.

Additional info:

Comment 1 Petr Holasek 2014-03-27 13:02:38 UTC
Also seen on 3.13.6-100.fc19.x86_64.

Temporary (and ugly) workaround is:
# echo 4000 > /sys/class/backlight/intel_backlight/brightness

Comment 2 Erik M Jacobs 2014-03-27 18:29:10 UTC
Not sure what I'm doing wrong, but that does not work for me:

[thoraxe@t440-festive-local ~]$ cat /sys/class/backlight/intel_backlight/brightness
252
[thoraxe@t440-festive-local ~]$ echo 300 > /sys/class/backlight/intel_backlight/brightness
bash: /sys/class/backlight/intel_backlight/brightness: Permission denied
[thoraxe@t440-festive-local ~]$ sudo echo 500 > /sys/class/backlight/intel_backlight/brightness
bash: /sys/class/backlight/intel_backlight/brightness: Permission denied
[thoraxe@t440-festive-local ~]$ echo 

[thoraxe@t440-festive-local ~]$ 
[thoraxe@t440-festive-local ~]$ su -
Password: 
Last login: Wed Mar 26 17:39:38 EDT 2014 from dumpster on pts/13
[root@t440-festive-local ~]# echo 4000 > /sys/class/backlight/intel_backlight/brightness
-bash: echo: write error: Invalid argument

Comment 3 Pablo Iranzo Gómez 2014-04-12 08:37:34 UTC
Happened to me some minutes ago with 3.13.9-200.fc20.x86_64 too, powering off, powering on made it come back to full bright.

Comment 4 Hans de Goede 2014-07-01 07:32:28 UTC
There is a change in backlight handling in the 3.16 kernels which I believe will fix this. Can you give a 3.16 kernel a try? E.G. this build:

http://koji.fedoraproject.org/koji/buildinfo?buildID=540927

Comment 5 Erik M Jacobs 2014-07-01 13:32:14 UTC
I will try to try in the next few days!

Comment 6 Erik M Jacobs 2014-11-20 16:32:38 UTC
This seems like it has been fixed for a while. Closing.


Note You need to log in before you can comment on or make changes to this bug.