All of lore.kernel.org
 help / color / mirror / Atom feed
* backlight regression on ASUS F6S: inverted brightness control
@ 2008-12-27 20:11 Kel Modderman
  2008-12-29  1:07 ` Zhang Rui
  0 siblings, 1 reply; 9+ messages in thread
From: Kel Modderman @ 2008-12-27 20:11 UTC (permalink / raw)
  To: linux-acpi

[-- Attachment #1: Type: text/plain, Size: 1437 bytes --]

Hi,

After booting Linux 2.6.28 the backlight control actions have now reversed,
ie: attempting to make backlight brighter makes it dimmer and vice versa.

The recent backlight changes (video vs. vendor) seem to have the result of
allowing the ASUS F6S backlight hardware be driven via the acpi/video driver
rather than the vendor/asus_laptop driver as per printk:

asus-laptop: Brightness ignored, must be controlled by ACPI video driver

Linux < 2.6.28
--------------
# cat /sys/class/backlight/asus-laptop/max_brightness
15

# Makes backlight brightest
# echo 15 > /sys/class/backlight/asus-laptop/brightness

# Makes backlight dimmest
# echo 0 > /sys/class/backlight/asus-laptop/brightness

Linux = 2.6.28
--------------
# cat /sys/class/backlight/acpi_video0/max_brightness
13

# Makes backlight brightest
# echo 0 > /sys/class/backlight/acpi_video0/brightness

# Makes backlight dimmest
# echo 13 > /sys/class/backlight/acpi_video0/brightness


A search for "linux 2.6.28 backlight" led to an Ubuntu bug report [1] which
describes an ASUS notebook user with the same situation.

[1] https://bugs.launchpad.net/ubuntu/+source/linux/+bug/305935

Is it possible to have the ACPI video driver to behave correctly on this
hardware?

I'd like to provide any further required information. I've attached a bzip
tarball containing:
  /sys/devices/platform/asus-laptop/infos
  /proc/acpi/dsdt
  dmesg output
  dmidecode output

Thanks, Kel.

[-- Attachment #2: F6S.tar.gz --]
[-- Type: application/x-tgz, Size: 32571 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2009-01-04 20:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-27 20:11 backlight regression on ASUS F6S: inverted brightness control Kel Modderman
2008-12-29  1:07 ` Zhang Rui
2008-12-29  8:39   ` Kel Modderman
2008-12-30  1:37     ` Zhang Rui
2008-12-30 16:02       ` Kel Modderman
2008-12-31  3:33         ` Zhang Rui
2008-12-31  6:21           ` Zhang Rui
2008-12-31 11:50           ` Matthew Garrett
2009-01-04 20:49           ` Kel Modderman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.