hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #00322
Re: Q330 nvidia Shutdown
Vilella:
> Method (_PS3, 0, NotSerialized)
> {
> If (LEqual (OMPR, 0x03))
> {
> If (LEqual (DGOS, Zero))
> {
> \_SB.PCI0.P0P2.NVID._OFF ()
> Store (One, DGOS)
> }
>
> Store (0x02, OMPR)
> }
> }
If simply calling _PS3 doesn't work, try commenting out the "If
(LEqual (OMPR, 0x03))" line and corresponding brackets, and loading
the new DSDT into the kernel. This is exactly what I had to do with
my Asus to make the _PS3 call work.
Adolfo
Follow ups
References