Need help to disable optimus please
The number one Hackintosh community

Results 1 to 4 of 4
  1. #1
    Junior Member
    Join Date
    Jul 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    36
    Uploads
    0

    Exclamation Need help to disable optimus please


    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
    Attached files Attached files
    Last edited by Tonio1987fr; 11th February 2013 at 22:27.

  2. #2
    Junior Member
    Join Date
    Jul 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    36
    Uploads
    0

    Default

    S.o.s

  3. #3
    Junior Member
    Join Date
    Jul 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    36
    Uploads
    0

    Default

    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.

  4. #4
    Junior Member
    Join Date
    Jul 2011
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hackintosh Files / Kexts Downloads
    36
    Uploads
    0

    Default

    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)
    }
    }
    }


  • Advertising

    OSx86.net
    has no influence
    on advertisings
    that are displayed by
    Google Adsense

      
     

Similar Threads

  1. Disable ATI VGA Card
    By mutokenji in forum 10.8 Mountain Lion
    Replies: 1
    Last Post: 20th January 2013, 11:21
  2. Optimus driver
    By JLS ROTH in forum General Discussion
    Replies: 3
    Last Post: 5th December 2012, 13:25
  3. want to disable one of my soundcard
    By brittalpona in forum Audio & Sound
    Replies: 0
    Last Post: 30th June 2011, 14:31
  4. Are there any solution to the Optimus now?
    By houzhe12345 in forum Video & Graphics
    Replies: 2
    Last Post: 16th February 2011, 14:38
  5. Is it save to disable the second Lan port at BIOS level
    By blackdir in forum Networking & Wireless
    Replies: 7
    Last Post: 22nd October 2009, 08:44

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •