Jump to content
5 posts in this topic

Recommended Posts

Hi there, I've got a GTX 980 on my early 2009 Mac Pro, and whenever I update to the latest build of OS X, my card doesn't function properly until I get the latest driver build. I've found that the Nvidia site doesn't always have the freshest build, and I have found links on InsanelyMac to the latest driver. But where do you find them? I Mac automatically updated to the latest build, and my card is acting wonky. Usually there's a solution within a few hours of the latest OS. I haven't found one yet for today's update.

 

Thanks in advance.

Hi there, I've got a GTX 980 on my early 2009 Mac Pro, and whenever I update to the latest build of OS X, my card doesn't function properly until I get the latest driver build. I've found that the Nvidia site doesn't always have the freshest build, and I have found links on InsanelyMac to the latest driver. But where do you find them? I Mac automatically updated to the latest build, and my card is acting wonky. Usually there's a solution within a few hours of the latest OS. I haven't found one yet for today's update.

 

I'm using the driver WebDriver-346.01.02f02.pkg with the last beta update 10.10.4 - 14E11f, this version check the supported OS and OS Build version.

var supportedOSVer = "10.10.3";
var supportedOSBuildVer = "14D136";

So after try everything the only solution that works for me was change the MacOS version to the version that the driver check.

 

If you want to try do this in terminal (make a backup of this file before, just in case):

sudo nano -w /System/Library/CoreServices/SystemVersion.plist

change this key

<key>ProductBuildVersion</key>
<string>14E11f</string>

to

<key>ProductBuildVersion</key>
<string>14D136</string>

and this key

<key>ProductVersion</key>
<string>10.10.4</string>

to

<key>ProductVersion</key>
<string>10.10.3</string>

Then reboot

sudo reboot

Still say that I'm using the OS X Default Graphics but at least I have the right resolution and some acceleration, until Nvidia upgrade the driver again.

  • Like 1

Thanks, that worked. But I'd still like to know where folks find the Nvidia updates, when i can't find them on the Nvidia sites.

Here:

http://www.nvidia.com/Download/Find.aspx?lang=en-us

 

Search for:

 

Product Type = Quadro

Product Series = Quadro Series

Product = Quadro K5000 for Mac

Operating System = Mac OS 10.10.3

×
×
  • Create New...