← Back to team overview

hybrid-graphics-linux team mailing list archive

Re: Q330 nvidia Shutdown

 

hmmm, it seems like _PS0 and _PS3 are the two methods for this in the SSDT1
file:

        Name (OMPR, 0x02)
        Name (DGOS, Zero)
        Method (_PS0, 0, NotSerialized)
        {
            If (LNotEqual (DGOS, Zero))
            {
                \_SB.PCI0.P0P2.NVID._ON ()
                Store (Zero, DGOS)
            }
        }

        Method (_PS3, 0, NotSerialized)
        {
            If (LEqual (OMPR, 0x03))
            {
                If (LEqual (DGOS, Zero))
                {
                    \_SB.PCI0.P0P2.NVID._OFF ()
                    Store (One, DGOS)
                }

                Store (0x02, OMPR)
            }
        }


On Tue, Nov 23, 2010 at 10:46 AM, Marco <gaedol@xxxxxxxxx> wrote:

> Albert Vilella(avilella@xxxxxxxxx)10:31, Tue 23 Nov 10:
> > Yes, there is a:
> >
> > \_SB.PCI0.P0P2.NVID._OFF
> >
> > in the file. Can you try to add it to test.sh and see if it increases
> your
> > battery life after calling?
> >
> > Run this before and after:
> > cat /proc/acpi/battery/BAT0/state | grep 'present rate'
>
> Hi,
>
> thank you for your efforts. I did try to call that method in
> test_off.sh but it says "failed". I think I've seen that the return
> value doesn't match the expected, but I am no expert so take it with a
> little of salt. :)
> BTW, I don't have /proc/acpi/battery at all.
> (on a fresh install of debian squeeze)....
>
>
> Thanks again,
>
> marco
>
>
> --
> we would like to disturb the vacuum
>

Follow ups

References