Jump to content

Recommended Posts

Posted

My laptop have two VGA card: Intel HD Graphics 1st Gen and Nvidia GT435M with Optimus ( cant disable from bios) ! I try disable Nvidia but its not working. So i hope someone help me disable Nvidia card from dsdt and help me not to add Natit.kext each startup ! And how i can use fn key to up/down volumes, i try add kext but its not effective

System Info

Mac OS 10.9.4

Asus N43jm-vx039

Intel Core i5 M480 2,66GHz

Intel HD Graphics 1st

Nvidia GT435m with optimus mode

realtek ALC269vb

14inch LCD-led 1366x768

DSDT.aml (1).zip

Posted

To disable nVidia try to insert

\_SB.PCI0.PEG1.GFX0._OFF ()

into \_SB.PCI0._INI

    Scope (_SB.PCI0)
   {
       Method (_INI, 0, NotSerialized)
       {
           \_SB.PCI0.PEG1.GFX0._OFF ()
           Store (0x07D0, OSYS)
           ...

If it turns on again after sleep, insert it also into _WAK

    Method (_WAK, 1, Serialized)
   {
       \_SB.PCI0.PEG1.GFX0._OFF ()
       WAK (Arg0)
       ...

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...