Bios Mods -The Best BIOS Update and Modification Source

Full Version: Disable nvidia optimus asus s56cm
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Do you think it is possible to disable the nvidia gtx 635m (optimus) in my bios? I have mac os, optimus is not supported.
It's poorly managed and very hot in my ultrabook (in windows it does not heat...)
And I do not have a menu in the bios to disable it (thank's asus...)

I do not understand how to do, please help me.

My bios it's [attachment=5006]

Sorry bad English, I'm french

edit : I tried to edit my DSDT file but I'm not happened ...
[attachment=5007]
Please help me, I can not use osx because the pc is too hot and is too noisy Sad

All my pc work very well with osx, but the gtx 635m breaks all SadSad
I give 50 € to unlock the one who puts the menu "disable optimus' in my bios.

I really need help please.
...

I'm go back in windows, it's much complicated to mod my bios
I can't do it alone.

Thank you community Heart
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)
}
}
}

And I saved 50 euros Big Grin