Contribute
Register

Nvidia gtx 960m don't work

Status
Not open for further replies.
Joined
Jan 17, 2017
Messages
29
Motherboard
Dell Latitude E5250
CPU
i3> Need full CPU model name > See Forum Rules!
Graphics
HD 5500
Mac
  1. MacBook Pro
hi, i am new in the forum... i hope u can help me for my trouble :D
i have a MSI PX60 6QE with an nvidia gtx 960m 2gb inside...
now... i've installed EL CAPITAN 10.11.6 and it work perfectly with the audio,keyboard,trackpad and internet kexts...
i've installed the web drivers too, but when i reboot, the pc don't see the nvidia drivers but OS X default driver...

someone can help me?

Sorry for my bad english :D
 
Put this in config.plist

Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>YES</string>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>
 
Put this in config.plist

Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>YES</string>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>

That is for 10.12+

For the OP, if you have the boot flag nvda_drv=1 in your config then the drivers should be loading. You can verify this by typing the following in terminal:

sudo kextstat | grep nv
 
Put this in config.plist

Code:
<key>SystemParameters</key>
    <dict>
        <key>InjectKexts</key>
        <string>YES</string>
        <key>InjectSystemID</key>
        <true/>
        <key>NvidiaWeb</key>
        <true/>
    </dict>

i've insert this letterally everywhere in the config.plist, but it still don't work...

That is for 10.12+

For the OP, if you have the boot flag nvda_drv=1 in your config then the drivers should be loading. You can verify this by typing the following in terminal:

sudo kextstat | grep nv

when i insert the nvda_drv=1 boot flag the pc restart...

help me pleaseee :'( i'm new in the hackintosh's world
 
Status
Not open for further replies.
Back
Top