Hello,
I have a asus s56cm with Mountain lion Everything works fine except gtx 635m graphics card with optimus.
I would have the disables in the SSDT but I not understand.
My pc with optimus always enabled is very hot.
Please help me
Hello,
I have a asus s56cm with Mountain lion Everything works fine except gtx 635m graphics card with optimus.
I would have the disables in the SSDT but I not understand.
My pc with optimus always enabled is very hot.
Please help me
Last edited by Tonio1987fr; 11th February 2013 at 22:27.
S.o.s
I spent the day trying to disable it. It seems not possible.
I already deactivated the card on my dell pc but not on my asus possible.
I'm go back in windows, no problem.
Close topic, thank you all same.
Last edited by Tonio1987fr; 15th February 2013 at 18:59.
I have disable my GTX 635m in my DSDT.aml with this :
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)
}
}
}