Log in

View Full Version : NFORCE 6800 GT 256MB


anonimix
04-17-2008, 04:28 PM
i have installed Zephyroth Leopard 10.5.2 for AMD rev 2
ALL work perfecly but the viodo card don't hane QE/CI activated..
My device id is 0x00f910de...
I try a lot of driver version Nviject, Latest_NVinject.0.2.1.zip , NVinject.0.2.0.zip , NVinject.0.1.5-Leo....
Itry NVInstaller v.41 , NVInstaller v.34 , NVInstaller v.33but nithing...
I replace my device id in Nvinject.kext, nvdaresman.kext, nvdanv40.kext, geforce.kext but nothing change...
Can anyone help me?


Desktop:
Zephyroth Leopard 10.5.2 for AMD rev 2 EFI v8 MBR
CPU AMD Venice 3500+ (2.2GHz)
MAINBOARD A8N SLI DEUXE (Nforce 2/3/4/5 chipset driver OK)
GPU GEFORFE 6800 GT 256MB PCIe link http://www.giga-byte.it/products/vga/specs...x68t256d-b.html (NO QE/CI)
CHIP AUDIO AC97 - CODEC Realtek ALC850 a 8 canali (integrato) (AC97Audio OK)
LAN Gbit nForce4 integrata MAC e Gbit LAN controller MARVELL (Forcedeth OK - Skge OK)
Firewire 400Mb/sec (OK)

this is my italina topic...
http://forum.insanelymac.com/index.php?act...&pid=697138

bhast2
04-18-2008, 12:53 AM
try this
Introduce your device ID on

GEFORCE.KEXT
NVDARESMAN.KEXT
NVDANV40Hal.kext

This means to open a terminal:

sudo -s
(type your password)
sudo chown -R root:wheel /System/Library/Extensions/GeForce.kext
sudo chmod -R 755 /System/Library/Extensions/GeForce.kext
sudo chown -R root:wheel /System/Library/Extensions/NVDARESMAN.KEXT
sudo chmod -R 755 /System/Library/Extensions/NVDARESMAN.KEXT
sudo chown -R root:wheel /System/Library/Extensions/NVDANV40Hal.kext
sudo chmod -R 755 /System/Library/Extensions/NVDANV40Hal.kext

Now it's time to edit the vendor ID (in my case it means to delete all the already written and include mine 0x00f910de)

nano /System/Library/Extensions/GeForce.kext/Contents/Info.plist

search the IOPCIMatch line and type yours:

<key>IOPCIMatch</key>
<string>0x00f910de</string>

Press ctrl+o
Press enter
Press ctrl+x

nano /System/Library/Extensions/NVDARESMAN.KEXT/Contents/Info.plist

<key>IOPCIMatch</key>
<string>0x00f910de</string>

Press ctrl+o
Press enter
Press ctrl+x

nano /System/Library/Extensions/NVDANV40Hal.kext/Contents/Info.plist

<key>IOPCIMatch</key>
<string>0x00f910de</string>

Press ctrl+o
Press enter
Press ctrl+x

Once edited:

sudo rm -f /System/Library/Extensions.mkext
sudo rm -f /System/Library/Extensions.kextcache
sudo rm -f /System&Library/Extensions/AGPart.kext
diskutil repairpermissions /

reboot