All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kel Modderman <kel@otaku42.de>
To: linux-acpi@vger.kernel.org
Subject: backlight regression on ASUS F6S: inverted brightness control
Date: Sun, 28 Dec 2008 06:11:18 +1000	[thread overview]
Message-ID: <200812280611.18320.kel@otaku42.de> (raw)

[-- 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 --]

             reply	other threads:[~2008-12-27 20:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-27 20:11 Kel Modderman [this message]
2008-12-29  1:07 ` backlight regression on ASUS F6S: inverted brightness control 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200812280611.18320.kel@otaku42.de \
    --to=kel@otaku42.de \
    --cc=linux-acpi@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.