Jump to content

DSDT disable gtx 635m ?


Tonio1987
 Share

6 posts in this topic

Recommended Posts

Hello, I don't understand how to turn off my gtx 635m from the DSDT.

I don't understand where is my graphics card in the DSDT.

 

I don't have find a guide to explain how to put out, I have look 4-5 days (I'm on vacation, I have one week again...)

 

Please can you explain me how should disable my graphics card.

 

Sorry for my English.

Asus_S56cm.zip

Link to comment
Share on other sites

I have solved my problem

 

 

Method (PINI, 0, NotSerialized)

{

\_SB.PCI0.PEG0.PEGP._OFF ()

\_SB.PCI0.PEG0.PEGP._PS0 ()

}

 

--------------------------------------------------

 

Method (_WAK, 1, Serialized)

{

PINI ()

WAK (Arg0)

Return (Package (0x02)

{

Zero,

Zero

})

}

 

--------------------------------------------------

 

 

Method (_INI, 0, NotSerialized)

{

PINI ()

Store (0x07D0, OSYS)

If (CondRefOf (\_OSI, Local0))

{

If (_OSI ("Windows 2001"))

{

Store (0x07D1, OSYS)

}

If (_OSI ("Windows 2001 SP1"))

{

Store (0x07D1, OSYS)

}

If (_OSI ("Windows 2001 SP2"))

{

Store (0x07D2, OSYS)

}

If (_OSI ("Windows 2001.1"))

{

Store (0x07D3, OSYS)

}

If (_OSI ("Windows 2006"))

{

Store (0x07D6, OSYS)

}

If (_OSI ("Windows 2009"))

{

Store (0x07D9, OSYS)

}

}

}

dsdtTony.zip

  • Like 2
Link to comment
Share on other sites

  • 1 month later...
 Share

×
×
  • Create New...