View Single Post
 
Old 12-17-2008, 02:33 PM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
If your still having issues with NVinject you can try NVkush. Its in my signature. Though Nfoav8or is right its probably a issue with permissions.

You can manually install the kexts.

1. Removed all video related kexts (nvkush, nvinject...)
2. Copy NVinject.kext to /System/Library/Extensions
3. In Terminal write:
Code:
sudo chmod -R 755 /System/LibraryExtensions/NVinject.kext
4. Copied NVinject.kext to /System/Library/Extensions
5. Entered your admin password when prompted
6. In Terminal write:
Code:
sudo chown -R root:wheel /System/Library/Extensions/NVinject.kext
sudo rm -R /System/Library/Extensions.kextcache
sudo rm -R /System/Library/Extensions.mkext
7. Restarted using the boot flags:
Code:
-v -f -F
-v Verbose
-f Ignore extensions cache
-F Ignore com.apple.boot.plist settings

If use any other boot flags add them to number 7.

I have the same series of card as you do (not sure who manufactured yours). Ive used both NVinject & NVkush and both worked equally as well.

Did I miss anything guy?

MOBO: Z77MX-QUO-AOS CPU: Core i7 3770K GPU: MSI N760 TF 2GD5/OC Case: Modded MacPro2,1
Memory: 32GB Corsair Vengeance (CMY32GX3M4A1600C9) Wifi: Airport Extreme bcm94321MCA BIOS: HermitCrab Labs H3A.816M
Monitor: AOC Q2963Pm 29" WFHD 2560x1080 21:9
Interests: KDE on Apple Darwin, Keeping it real with the command line, Helping those that help themselves

Last edited by lanceomni; 12-17-2008 at 02:36 PM.
Reply With Quote