* [v3.11-rc2] regression: brightness always on maximum.
@ 2013-07-23 7:52 Jörg Otte
2013-07-23 23:57 ` Rafael J. Wysocki
2013-07-24 6:42 ` Aaron Lu
0 siblings, 2 replies; 5+ messages in thread
From: Jörg Otte @ 2013-07-23 7:52 UTC (permalink / raw)
To: Linux Kernel Mailing List; +Cc: rafael.j.wysocki, Linus Torvalds
The brightness of my laptop is always on maximum and can't be scaled
down.
Brightness control via function keys was always working on this
laptop, so this is a regression in v3.11-rc2.
It is a FUJITSU LIFEBOOK AH532/FJNBB1C, BIOS Version 1.09 05/22/2012
Video driver is i915.
Please Cc me in answeres , I am not subscribed.
Thanks, Jörg
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [v3.11-rc2] regression: brightness always on maximum.
2013-07-23 7:52 [v3.11-rc2] regression: brightness always on maximum Jörg Otte
@ 2013-07-23 23:57 ` Rafael J. Wysocki
2013-07-24 11:32 ` Jörg Otte
2013-07-24 6:42 ` Aaron Lu
1 sibling, 1 reply; 5+ messages in thread
From: Rafael J. Wysocki @ 2013-07-23 23:57 UTC (permalink / raw)
To: Jörg Otte
Cc: Linux Kernel Mailing List, rafael.j.wysocki, Linus Torvalds
On Tuesday, July 23, 2013 09:52:15 AM Jörg Otte wrote:
> The brightness of my laptop is always on maximum and can't be scaled
> down.
> Brightness control via function keys was always working on this
> laptop, so this is a regression in v3.11-rc2.
Is there any other way to control brightness on your system (eg. through a GUI)?
If so, does it work?
Also, does reverting commit efaa14c help? If it doesn't help, does reverting
commit 8c5bd7a too (so that both are reverted) help?
Rafael
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [v3.11-rc2] regression: brightness always on maximum.
2013-07-23 7:52 [v3.11-rc2] regression: brightness always on maximum Jörg Otte
2013-07-23 23:57 ` Rafael J. Wysocki
@ 2013-07-24 6:42 ` Aaron Lu
2013-07-24 10:57 ` Jörg Otte
1 sibling, 1 reply; 5+ messages in thread
From: Aaron Lu @ 2013-07-24 6:42 UTC (permalink / raw)
To: Jörg Otte
Cc: Linux Kernel Mailing List, rafael.j.wysocki, Linus Torvalds
On 07/23/2013 03:52 PM, Jörg Otte wrote:
> The brightness of my laptop is always on maximum and can't be scaled
> down.
> Brightness control via function keys was always working on this
> laptop, so this is a regression in v3.11-rc2.
Please list /sys/class/backlight.
If there is a intel_backlight, please try to adjust brightness level
through brightness file like this:
# echo XXX > /sys/class/backlight/intel_backlight/brightness
Does it work?
Thanks,
Aaron
>
> It is a FUJITSU LIFEBOOK AH532/FJNBB1C, BIOS Version 1.09 05/22/2012
> Video driver is i915.
>
> Please Cc me in answeres , I am not subscribed.
>
> Thanks, Jörg
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [v3.11-rc2] regression: brightness always on maximum.
2013-07-24 6:42 ` Aaron Lu
@ 2013-07-24 10:57 ` Jörg Otte
0 siblings, 0 replies; 5+ messages in thread
From: Jörg Otte @ 2013-07-24 10:57 UTC (permalink / raw)
To: Aaron Lu; +Cc: Linux Kernel Mailing List, rafael.j.wysocki, Linus Torvalds
2013/7/24 Aaron Lu <aaron.lwe@gmail.com>:
> On 07/23/2013 03:52 PM, Jörg Otte wrote:
>> The brightness of my laptop is always on maximum and can't be scaled
>> down.
>> Brightness control via function keys was always working on this
>> laptop, so this is a regression in v3.11-rc2.
>
> Please list /sys/class/backlight.
# cd /sys/class
# find backlight -name "*"
backlight
backlight/intel_backlight
# cd backlight/intel_backlight
# ls
actual_brightness bl_power brightness device max_brightness power
subsystem type uevent
# cat actual_brightness
0
# cat max_brightness
4882
actual_brightness is 0, but brightness is on maximum!
>
> If there is a intel_backlight, please try to adjust brightness level
> through brightness file like this:
> # echo XXX > /sys/class/backlight/intel_backlight/brightness
> Does it work?
no, it doesn't have any visible effect.
Thanks, Jörg
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [v3.11-rc2] regression: brightness always on maximum.
2013-07-23 23:57 ` Rafael J. Wysocki
@ 2013-07-24 11:32 ` Jörg Otte
0 siblings, 0 replies; 5+ messages in thread
From: Jörg Otte @ 2013-07-24 11:32 UTC (permalink / raw)
To: Rafael J. Wysocki
Cc: Linux Kernel Mailing List, rafael.j.wysocki, Linus Torvalds
2013/7/24 Rafael J. Wysocki <rjw@sisk.pl>:
> On Tuesday, July 23, 2013 09:52:15 AM Jörg Otte wrote:
>> The brightness of my laptop is always on maximum and can't be scaled
>> down.
>> Brightness control via function keys was always working on this
>> laptop, so this is a regression in v3.11-rc2.
>
> Is there any other way to control brightness on your system (eg. through a GUI)?
Yes
> If so, does it work?
No, it has no visible effect.
> Also, does reverting commit efaa14c help?
No
> If it doesn't help, does reverting
> commit 8c5bd7a too (so that both are reverted) help?
Yes, reverting both fixes the problem for me.
Thanks, Jörg
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-07-24 11:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-23 7:52 [v3.11-rc2] regression: brightness always on maximum Jörg Otte
2013-07-23 23:57 ` Rafael J. Wysocki
2013-07-24 11:32 ` Jörg Otte
2013-07-24 6:42 ` Aaron Lu
2013-07-24 10:57 ` Jörg Otte
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox