- Joined
- Jan 27, 2012
- Messages
- 4
- Motherboard
- Custom
- CPU
- Intel i7 3.4GHz
- Graphics
- Intel
- Mac
-
- Classic Mac
-
- Mobile Phone
-
I just updated to 10.12.6 and noticed that the latest NVIDIA Web Driver (378.0505.15f01) no longer worked. Instead of waiting for NVIDIA to update their Beta drivers, I was able to resolve the issue using the following steps:
- Open Terminal
- Type 'sudo nano /System/Library/Extensions/NVDAStartupWeb.kext/Contents/info.plist'
- Enter your password (must be an Admin)
- Use the down arrow to scroll down until you see <key>NVDARequiredOS</key>
- Change the line below <key>NVDARequiredOS</key> from <string>16F73</string> to <string>16G29</string>
- Tap Ctrl-O (WriteOut) then tap Enter/Return to save the changes
- Tap Ctrl-X to exit
- Type:
- sudo chmod -R 755 /System/Library/Extensions
- sudo chown -R 0:0 /System/Library/Extensions
- sudo touch /System/Library/Extensions
- sudo kextcache -Boot -U /
- Reboot and enjoy your NVIDIA Pascal GPU in 10.12.6!
Last edited: