Jump to content
2 posts in this topic

Recommended Posts

Open the Info.plist inside the GeForce.kext

 

Find this string: <string>0x000010de&0x0000ffff</string>

 

0000 is where your device id goes. 10de is the Nvidia vendor id.

 

If your device id is say 9999, change the string to look like this: <string>0x9999010de</string>

 

Yes, when you hardwire the kext to a single device id, you can delete that trailing stuff.

×
×
  • Create New...