![]() |
I got this list from Nvidia website and it shows device ID's for their graphics cards. It may not be complete but it has quite a few devices..It dates from June 2008. I hope it helps someone out there that doesn't know how to check their computer for this information.
|
http://osx86.wikidot.com/vendors-devices The Wiki page has a list of supported ATI & NVidia cards
|
Device ID-----Chip ID name-----------------------------------Supported
0x0611--------NVIDIA GeForce 8800 GT 512MB-------------YES/FULL were do i put the device id in the kext file so my card is recongnize |
The device id should be edited on the "IOPCIMatch" key. Like in this example <key>IOPCIMatch</key>
<string>0x014010de</string> You can take a look at this thread <a href="http://forum.insanelymac.com/index.php?showtopic=45184&pid=322891&mode=threaded &start=#entry322891">here</a> .I don't know if it applies to your 8800 GT but it shows how to edit the kexts. |
thx
|