spuke Posted December 14, 2006 Share Posted December 14, 2006 Seriously, I can't find it elsewhere, looked all over google and these forums. The only thing I can find is a user saying in the above sticky 'dont ask me questions like how to put in your devid'. How do you insert it for example in Geforce.kext Link to comment https://www.insanelymac.com/forum/topic/35803-how-to-insert-your-devid/ Share on other sites More sharing options...
Rammjet Posted December 14, 2006 Share Posted December 14, 2006 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. Link to comment https://www.insanelymac.com/forum/topic/35803-how-to-insert-your-devid/#findComment-254892 Share on other sites More sharing options...
Recommended Posts