Contribute
Register

Disable optimus m11xr2

Status
Not open for further replies.
Joined
Apr 20, 2014
Messages
25
Motherboard
windows 7 / Mavericks 10.9.3
CPU
Intel Core i5 520UM
Graphics
Intel HD graphics
Mobile Phone
  1. iOS
Hi
i have a problem with nvidia optimus, i can't disable it. anh2.png
For a long time i read more guide and try but :(.
Can anybody help me.
My device:
Alienware m11xr2 I5 520UM
RAM 4GB
Intel HD Graphics + Nvidia Gt335M(optimus and no disable in bios)
Realtek ALC665
Dell wireless 1520
Mavericks 10.9.3 + Chameleon bootloader
This is stock dsdt and ssdt
View attachment dsdtssdt.zip
patched dsdt I'm using for work speedstet, brightness, audio,....etc
View attachment dsdtmod.zip
Thanks. :(
 
Hi
i have a problem with nvidia optimus, i can't disable it.View attachment 124719
For a long time i read more guide and try but :(.
Can anybody help me.
My device:
Alienware m11xr2 I5 520UM
RAM 4GB
Intel HD Graphics + Nvidia Gt335M(optimus and no disable in bios)
Realtek ALC665
Dell wireless 1520
Mavericks 10.9.3 + Chameleon bootloader
This is stock dsdt and ssdt
View attachment 124721
patched dsdt I'm using for work speedstet, brightness, audio,....etc
View attachment 124722
Thanks. :(

Extract all native DSDT/SSDT from Linux.

Find the SSDT with _OFF for your nvidia (it will have a bunch of PEGP/PEG0 stuff).
Call _OFF from the associated _INI.
 
Extract all native DSDT/SSDT from Linux.

Find the SSDT with _OFF for your nvidia (it will have a bunch of PEGP/PEG0 stuff).
Call _OFF from the associated _INI.
Screenshot from 2015-02-01 20_37_20.png
This is all file i dump from linux
View attachment dsdtssdt dump linux.rar
but i don't find _OFF in SSDT2 (i think SSDT2 for nvidia)
i follow a guide (add to SSDT2)
External (\_SB_.PCI0.P0P2.PEGP._OFF, MethodObj) // 0 Arguments
...
Method (_INI, 0, NotSerialized)
{
If (CondRefOf (\_SB.PCI0.P0P2.PEGP._OFF))
{
\_SB.PCI0.P0P2.PEGP._OFF ()
}

Store (Zero, \_SB.PCI0.P0P2.PEGP._ADR)
}
...

Compile --> SSDT.aml and push to /Extra then restart but not work. Do you think i am wrong ?
Thank.:cry:
 
View attachment 124841
This is all file i dump from linux
View attachment 124842
but i don't find _OFF in SSDT2 (i think SSDT2 for nvidia)
i follow a guide (add to SSDT2)
External (\_SB_.PCI0.P0P2.PEGP._OFF, MethodObj) // 0 Arguments
...
Method (_INI, 0, NotSerialized)
{
If (CondRefOf (\_SB.PCI0.P0P2.PEGP._OFF))
{
\_SB.PCI0.P0P2.PEGP._OFF ()
}

Store (Zero, \_SB.PCI0.P0P2.PEGP._ADR)
}
...

Compile --> SSDT.aml and push to /Extra then restart but not work. Do you think i am wrong ?
Thank.:cry:

It can also be _PS3. It doesn't make any sense to attempt to call a method that doesn't exist.
 
Hi
i have a problem with nvidia optimus, i can't disable it.View attachment 124719
For a long time i read more guide and try but :(.
Can anybody help me.
My device:
Alienware m11xr2 I5 520UM
RAM 4GB
Intel HD Graphics + Nvidia Gt335M(optimus and no disable in bios)
Realtek ALC665
Dell wireless 1520
Mavericks 10.9.3 + Chameleon bootloader
This is stock dsdt and ssdt
View attachment 124721
patched dsdt I'm using for work speedstet, brightness, audio,....etc
View attachment 124722
Thanks. :(
Can you please help me, same laptop.
 
Can you please help me, same laptop.
Sorry, i don't remember but recommend u use 2 ssdt, example ssdt.aml for nvidia ( same like ssdt2 in my 1st post), and ssdt-1 for disable it. Don't forget rename IGPU-> GFX0. Use _OFF for ssdt-1. Don't give up, i lost 2 months and 1 HDD for this :lol:. (sr for my english ).
 
Status
Not open for further replies.
Back
Top