All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rathgeb Markus <maggu2810@web.de>
To: linux-acpi@vger.kernel.org
Subject: Re: amd64 brightness has lowest value after boot
Date: Sat, 01 Jul 2006 11:39:04 +0000	[thread overview]
Message-ID: <44A65ED8.4020206@web.de> (raw)
In-Reply-To: <86802c440606302359t406b7dd3g39a6fec2943799a7@mail.gmail.com>

I am still using a modified dsdt.

Here the method to decrease the brightness
                Method (_Q12, 0, NotSerialized)
                {
                    Store (0x12, ^^PIB.Z002)
                    Store (0x86, PSCM)
                    Store (Zero, SMIC)
                }

Here the method to increase the brightness
                Method (_Q13, 0, NotSerialized)
                {
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                }

So i changed it to that:
                Method (_Q13, 0, NotSerialized)
                {
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                    Store (0x13, ^^PIB.Z002)
                    Store (0x87, PSCM)
                    Store (Zero, SMIC)
                }
Now i press the "increase brightness" key only once and have the highest
value.
But how can i do it automaticly at boot-time.
When i insert the "Store lines" in a other Method that is executed at
boot it do not work.

yhlu wrote:
> You may try to dump the dsdt and modify it and put one compiled
> modified dsdt in your initrd.
> 
> YH
> 


      reply	other threads:[~2006-07-01  9:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-26 10:45 amd64 brightness has lowest value after boot Rathgeb Markus
2006-06-29  9:14 ` Rathgeb Markus
2006-07-01  6:59   ` yhlu
2006-07-01 11:39     ` Rathgeb Markus [this message]

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=44A65ED8.4020206@web.de \
    --to=maggu2810@web.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.