- Joined
- Aug 10, 2015
- Messages
- 3
- Motherboard
- Asus Maximus Hero VII
- CPU
- i7-4790k
- Graphics
- EVGA GTX 970 SSC
- Mac
-
- Classic Mac
-
- Mobile Phone
-
So in 2 of the 12.2.1 builds Nvidia Graphics will not work, but I have found a fix for this. Download this driver Nvidia Web Driver - 367.15.10.15f01.
You will get the message that this is not supported on this OS X Version.
Now we need to trick the system into installing the driver.
1. Open Terminal.
2. Type sudo nano -w /System/Library/CoreServices/SystemVersion.plist
Does the file path look familiar from my last tutorial?
3. Press Enter. You will be prompted for your password. Type it in. You won’t see it on your screen. Press Enter again.
4. Use the arrow keys to navigate to the end of the ProductBuildVersion and document the number you will change it back after the NvidiaWebDriver installation. After you have documented the ProductBuildVersion change the value to: 16B2555
5. Press
X (Control-X) to exit. It will ask you if you wish to “save modified buffer.” Press y. It will then ask for a file name to write. Press Enter to accept the default.
6. Exit Terminal.
7. Run the installer for the Web Driver
8. repeat the steps 1 - 5 but ensure you put your old build number back in.
9. Enable the Nvidia Web Driver in System Preferences>Nvidia
10. Edit your clover plist as. ( If you are running clover and you do not enable the NvidiaWeb driver your computer will default to OS X Generic Graphics.)
<dict>
<key>InjectKexts</key>
<string>YES</string>
<key>InjectSystemID</key>
<true/>
<key>NvidiaWeb</key>
<true/>
</dict>
You will get the message that this is not supported on this OS X Version.
Now we need to trick the system into installing the driver.
1. Open Terminal.

2. Type sudo nano -w /System/Library/CoreServices/SystemVersion.plist
Does the file path look familiar from my last tutorial?


3. Press Enter. You will be prompted for your password. Type it in. You won’t see it on your screen. Press Enter again.

4. Use the arrow keys to navigate to the end of the ProductBuildVersion and document the number you will change it back after the NvidiaWebDriver installation. After you have documented the ProductBuildVersion change the value to: 16B2555

5. Press

6. Exit Terminal.
7. Run the installer for the Web Driver
8. repeat the steps 1 - 5 but ensure you put your old build number back in.
9. Enable the Nvidia Web Driver in System Preferences>Nvidia
10. Edit your clover plist as. ( If you are running clover and you do not enable the NvidiaWeb driver your computer will default to OS X Generic Graphics.)
<dict>
<key>InjectKexts</key>
<string>YES</string>
<key>InjectSystemID</key>
<true/>
<key>NvidiaWeb</key>
<true/>
</dict>