Contribute
Register

OS X 10.10.3 Supplemental Update released

Status
Not open for further replies.
I was trying out the Windows Technical Preview for a while, but I've just rebuilt today as a Mac with Clover. I have the latest Nvidia driver, CUDA driver, OS X update, but I'm getting a black screen. I can get into my machine through Splashtop to check the settings. All the driver versions are listed below. Is there a particular Model Identifier I need to use to get the graphics card to work? I seem to remember during the last update I had to downgrade the Clover Model ID to MacPro 5.1 to get it to work, but this isn't making any difference this time.

OSX: Version 10.10.3 (14D136)
Graphics: Gainward GeForce GTX 780 Ti 0 MB (from About This Mac, not sure why it's showing as 0 MB)
NVIDIA Web Driver: 346.01.02f02 (Up to date) - web driver in use
CUDA Driver Version: 7.0.36
Model Identifier MacPro 4,1
Boot flags: -v, dart=0, kext-dev-mode=1
Graphics: Inject NVidia

Any ideas?

Make sure you have "Inject NVidia" set to false in your config file.

PHP:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <false/>
            <key>NVidia</key>
            <false/>
        </dict>
    </dict>

Also, make sure to enable nvidia web driver "nvda_drv=1" when booting.

PHP:
<key>Boot</key>    
    <dict>        
        <key>Arguments</key>        
        <string>nvda_drv=1</string>
 
btw, This is a fix for the issue I noted in the other thread that crashed my real mac because I had ManyCam installed.
 
Good news, nvidia has updated its drivers. Now 346.01.02f02 is available.
For me it fixed the incorrect low VRAM value reported in "About Mac". ;)
 
Good news, nvidia has updated its drivers. Now 346.01.02f02 is available.
For me it fixed the incorrect low VRAM value reported in "About Mac". ;)

Today NVIDIA updated drivers to 346.01.02f02. :thumbup:

Screen Shot 2015-04-19 at 12.10.35 PM.pngScreen Shot 2015-04-19 at 12.10.30 PM.png
 
yes HDMI audio works fine !
 
Hi,

this "broke" my hack,
I have the users folder in other drive, and after this update it doesn't access this drive as fast as usual, and doesn't mount it correctly.
so i've an "new" desktop every time.

I'll try to copy the SO to this scond drive, and boot from there..........

Regards
 
Today NVIDIA updated drivers to 346.01.02f02. :thumbup:

View attachment 134579View attachment 134580

I don't know what I'm doing wrong however, the latest driver does not work with my GTX 960 card if I use Mac Pro 6,1 definition. I had to downgrade to Mac Pro 3,1. Just to clarify, as soon as I replace the Mac Pro 6,1 definition in Clover at boot time with Mac Pro 3,1, the computer boots up correctly and the web driver recognizes the card properly. Mac Pro 6,1 leads to black screen but able to connect via Screen Sharing. I had no issues using Mac Pro 6,1 definition under 10.10.2. Anyone else having the issue?
 
Status
Not open for further replies.
Back
Top