Jump to content

8800GTS 512 G92-How to get it working?


Ilyace
 Share

3 posts in this topic

Recommended Posts

How can I get my 8800GTS 512 (G92) to work in Leopard? Right now I have a terrible resolution and Leopard doesn't recognize my card.

 

Specs:

 

Core 2 Duo E6750

EVGA 650i Ultra Motherboard

EVGA 8800GTS 512 G92

Seagate 250gb SATA HDD

LG 18x DVD Burner IDE

Link to comment
Share on other sites

How? you use the search function.

And in your case since you are using a nforce mobo, search about nvidia + nforce too.

 

No, I won't tell you how, there's been like 050503500300 posts, including myself speaking about this.

Link to comment
Share on other sites

Can you help me understand how to do this:

the fix for nForce Motherboards, no matter if they are for intel or AMD is that the kext needs to set rid of the trailing part, those "&0xfff0ffff", because they causing conflicts with other Nvidia components of the board, but I don't know if is easy to deply because you need to know every DeviceId of geforce cards.

 

an example:

 

if NVDAResman has:

<key>IOPCIPrimaryMatch</key>

<string>0x011010de&0xfff8ffff 0x017010de&0xfff8ffff 0x017910de 0x018010de&0xfff8ffff</string>

 

it should be like this

<key>IOPCIPrimaryMatch</key>

<string>0x011710de 0x017110de 0x017910de 0x018610de</string>

 

Users who know the specific DevIDs can put the DeviceID that they are using:

<key>IOPCIPrimaryMatch</key>

<string>0x014110de</string>

 

that is my DeviceID of my 6600 on my nForce 4 Ultra MoBo BTW.

Link to comment
Share on other sites

 Share

×
×
  • Create New...