Contribute
Register

10.9.5 won't load Nvidia web driver - Clover

Status
Not open for further replies.
Joined
Jan 3, 2011
Messages
135
Motherboard
Gigabyte GA-Z97X-SLI
CPU
Core i5 4690K
Graphics
GeForce GTX 970 (eVGA ACX 2.0)
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. Android
I cannot get my system to load the nVidia web driver. I am running Clover 2916 on an SSD. The relevant part of my config.plist is below. All I did was install the web driver, use Clover Configurator to turn on nvda_drv=1 and then reboot (I've rebooted several times turning the flag on and off). I've also used the nVidia control panel to switch to the Web Driver, which required a reboot of its own.

System: i5 4570, eVGA 2GB GTX 660, Gigabyte H87M-D3H, 16GB DDR3, Toshiba 256GB SSD.

It's working fine on my wife's Hackintosh, which is an i3-3225, PNY 2GB GTX 650, 8GB DDR3, custom Fusion drive. Any ideas? Thanks!

Code:
<key>Boot</key>    <dict>
        <key>Arguments</key>
        <string>dart=0 nvda_drv=1</string>
        <key>DefaultVolume</key>
        <string>LastBootedVolume</string>
        <key>Log</key>
        <true/>
        <key>NeverHibernate</key>
        <true/>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>0</integer>
        <key>XMPDetection</key>
        <integer>2</integer>
    </dict>
 

Attachments

  • Screen Shot 2014-10-01 at 12.00.24 PM.png
    Screen Shot 2014-10-01 at 12.00.24 PM.png
    252.2 KB · Views: 583
  • config.plist
    5.2 KB · Views: 293
Try change this section:

<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>


change intel to false and nVidia to true
 
Status
Not open for further replies.
Back
Top