Al fin lo he conseguido, soporte QE/CI para la ASUS Geforce 6800 GT (V9999)
La solución ha sido relativamente fácil: poner las IDs de la tarjeta en los 4 famosos kext de nVidia, borrar AGPart.kext, reiniciar y ya está.
=)
El truco real es borrar el AGPart.kext, realmente no sé si es importante tener instalado, pero todo va perfectamente sin él. Si alguno sabe que es necesario o que se debe instalar alguna otra versión que nos lo diga. Gracias
Instrucciones completas:
__________________________________________________
Introduce tu ID de la tarjeta en:
GEFORCE.KEXT
NVDARESMAN.KEXT
NVDANV40Hal.kext
Para ello abre un terminal y escribe:
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
Ahora es cuando toca introducir el ID (en mi caso borré todas las que ya estaban introducidas y meti la mia 0x004510de). Para ello:
nano /System/Library/Extensions/GeForce.kext/Contents/Info.plist
encuentra la linea donde pone IOPCIMatch y escribe la tuya:
<key>IOPCIMatch</key>
<string>0x004510de</string>
Presiona ctrl+o
Presiona enter
Presiona ctrl+x
nano /System/Library/Extensions/NVDARESMAN.KEXT/Contents/Info.plist
encuentra la linea donde pone IOPCIMatch y escribe la tuya:
<key>IOPCIMatch</key>
<string>0x004510de</string>
Presiona ctrl+o
Presiona enter
Presiona ctrl+x
nano /System/Library/Extensions/NVDANV40Hal.kext/Contents/Info.plist
encuentra la linea donde pone IOPCIMatch y escribe la tuya:
<key>IOPCIMatch</key>
<string>0x004510de</string>
Presiona ctrl+o
Presiona enter
Presiona ctrl+x
Una vez editados:
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
Listo, cuando arranque ya deberías tener soporte completo para la Asus Geforce 6800 GT (V9999), yeah!
=D
La solución ha sido relativamente fácil: poner las IDs de la tarjeta en los 4 famosos kext de nVidia, borrar AGPart.kext, reiniciar y ya está.
=)
El truco real es borrar el AGPart.kext, realmente no sé si es importante tener instalado, pero todo va perfectamente sin él. Si alguno sabe que es necesario o que se debe instalar alguna otra versión que nos lo diga. Gracias
Instrucciones completas:
__________________________________________________
Introduce tu ID de la tarjeta en:
GEFORCE.KEXT
NVDARESMAN.KEXT
NVDANV40Hal.kext
Para ello abre un terminal y escribe:
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
Ahora es cuando toca introducir el ID (en mi caso borré todas las que ya estaban introducidas y meti la mia 0x004510de). Para ello:
nano /System/Library/Extensions/GeForce.kext/Contents/Info.plist
encuentra la linea donde pone IOPCIMatch y escribe la tuya:
<key>IOPCIMatch</key>
<string>0x004510de</string>
Presiona ctrl+o
Presiona enter
Presiona ctrl+x
nano /System/Library/Extensions/NVDARESMAN.KEXT/Contents/Info.plist
encuentra la linea donde pone IOPCIMatch y escribe la tuya:
<key>IOPCIMatch</key>
<string>0x004510de</string>
Presiona ctrl+o
Presiona enter
Presiona ctrl+x
nano /System/Library/Extensions/NVDANV40Hal.kext/Contents/Info.plist
encuentra la linea donde pone IOPCIMatch y escribe la tuya:
<key>IOPCIMatch</key>
<string>0x004510de</string>
Presiona ctrl+o
Presiona enter
Presiona ctrl+x
Una vez editados:
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
Listo, cuando arranque ya deberías tener soporte completo para la Asus Geforce 6800 GT (V9999), yeah!
=D