View Single Post
 
Old 12-19-2008, 01:11 AM
lanceomni's Avatar
lanceomni lanceomni is offline
 
Join Date: Nov 2008
Location: Florida, US
Posts: 521
I don't think you need to try others distros. Try manually removing and reinstalling.

You can manually install the kexts.

1. Remove all video related kexts (nvkush, nvinject...)
2. Copy NVinject.kext to /System/Library/Extensions
3. In Terminal write:
Code:
sudo chmod -R 755 /System/Library/Extensions/NVinject.kext
4. Copied NVinject.kext to /System/Library/Extensions
5. Enter 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. Restart 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.

P.S. this is a copy of a post I did a few days ago.
http://www.infinitemac.com/f5/enable...-7600gt-t1749/

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 nfoav8or; 12-19-2008 at 09:30 AM. Reason: fixed typo in path code...
Reply With Quote