Jump to content
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
https://www.insanelymac.com/forum/topic/286450-dsdt-disable-gtx-635m/
Share on other sites

There is no guide for this, there is a topic with information on how to do it at project osx: http://www.projectosx.com/forum/index.php?showtopic=2315

 

The SSDT files are also needed, some functions concerning the disabling of the NVidia GPU are included in the SSDT files.

  • Like 1

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
  • 1 month later...
×
×
  • Create New...