https://bugzilla.kernel.org/show_bug.cgi?id=42861


Cheppes <chep...@mailinator.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chep...@mailinator.com




--- Comment #2 from Cheppes <chep...@mailinator.com>  2012-08-28 17:29:35 ---
I have a similar problem, it seems to come from a bug in the /sys interface.
Here is what I have on boot:

# cd /sys/class/backlight
# grep -H '' */*(.)
acpi_video0/actual_brightness:7
acpi_video0/bl_power:0
acpi_video0/brightness:7
acpi_video0/max_brightness:7
acpi_video0/type:firmware
intel_backlight/actual_brightness:4648
intel_backlight/bl_power:0
intel_backlight/brightness:4648
intel_backlight/max_brightness:4648
intel_backlight/type:raw

And here is what happens when I change the value:

# echo 0 >acpi_video0/brightness
# grep -H '' */*(.)
acpi_video0/actual_brightness:7
acpi_video0/bl_power:0
acpi_video0/brightness:0
acpi_video0/max_brightness:7
acpi_video0/type:firmware
intel_backlight/actual_brightness:309
intel_backlight/bl_power:0
intel_backlight/brightness:4648
intel_backlight/max_brightness:4648
intel_backlight/type:raw

The ACPI backend doesn't return the updated value for actual_brightness. This
throws off the user space tools that rely on this interface, like the intel
xorg video driver.

PS: the "samsung" interface that appears when setting acpi_backlight=vendor is
even buggier.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to