Jump to content

Nvidia 8500GT CI/QE with new Macbook drivers


Denja
 Share

3 posts in this topic

Recommended Posts

Thanks to generalmilk who's tutorial for 9600gt show me the way to do the same experience with my Nvidia 8500GT 256MB

 

Tutorail is the same as "generalmilk"

 

1.Download the new MBP Kext from here:(thanks to generalmilk for download link)

 

http://rapidshare.com/files/154407076/Extensions.tgz.html

 

2.Add your device id in info.plist of downloaded NVDANV50Hal.kext:

 

 

Open info.plist and find the:

 

<key>IOPCIPrimaryMatch</key>

<string>

0x00f010de&0xfff0ffff

0x019010de&0xfff0ffff

0x040010de&0xfff0ffff

0x042010de&0xfff0ffff

0x06e010de&0xfff0ffff

0x060010de&0xffe0ffff

0x062010de&0xffe0ffff

0x064010de&0xffe0ffff

0x086010de&0xffe0ffff

</string>

 

Just change above to

 

<key>IOPCIPrimaryMatch</key>

<string>0x[your dev id]10de</string>

 

For EXample: my 8500GT has device id 0421, so it should be:

 

<key>IOPCIPrimaryMatch</key>

<string>0x042110de</string>

 

Save the info.plist.

 

3.Use kext helper to Replace AppleGraphicsControl.kext, IOGraphicsFamily.kext, all kexts with Geforce and NVDANVXXHal.Kexts, NVDAResman.kext.

 

4.Use Osx86tool or EFIStudio to Add your efi string in boot.com.plist:

 

5.If you have NVInject.kext NVkush.kext Natit.kext Titan.kext, you should delete them.

 

 

When you will reboot you will find full CI/QE with Apple original drivers, without any other 3rd party driver or patch. :P

 

You can do this experience with other Nvidia boards too ,but dont held responsible me.

Link to comment
Share on other sites

 Share

×
×
  • Create New...