nathantauber Posted October 11, 2006 Share Posted October 11, 2006 Im installing callisto as I want too try and remove mouse tearing on my X800PRO. I need too edit the info.plist and replace somethign with my Device ID. Just wondering which section do I replace that with??? My callisto file looks like this as standard <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> <string>CallistoHAL</string> <key>CFBundleIdentifier</key> <string>com.free.driver.CallistoHAL</string> <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> <key>CFBundlePackageType</key> <string>KEXT</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1.0.0d1</string> <key>IOKitPersonalities</key> <dict> <key>CallistoPCIMatch</key> <dict> <key>CFBundleIdentifier</key> <string>com.free.driver.CallistoHAL</string> <key>IOClass</key> <string>CallistoHAL</string> <key>IOMatchCategory</key> <string>IOService</string> <key>IOPCIMatch</key> <string>0x41501002&0xffffffff</string> <key>IOProbeScore</key> <integer>60000</integer> <key>IOProviderClass</key> <string>IOPCIDevice</string> </dict> </dict> <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IOPCIFamily</key> <string>1.0.0b1</string> <key>com.apple.kernel.iokit</key> <string>6.0</string> </dict> <key>OSBundleRequired</key> <string>Safe Boot</string> </dict> </plist> My ID'S are: Vendor: ATI (0x1002) device ID is: 0x4a4 revision ID is: 0x0000 Thanks! -Nathan Link to comment https://www.insanelymac.com/forum/topic/29936-installing-callisto-quick-question/ Share on other sites More sharing options...
joe75 Posted October 11, 2006 Share Posted October 11, 2006 0x41501002&0xffffffff change to 0xx4a41002&0xffffffff http://forum.insanelymac.com/index.php?sho...6847&st=340 "0x4a4" :I think you may be missing the last number of your id, double check it and make appropriate changes Link to comment https://www.insanelymac.com/forum/topic/29936-installing-callisto-quick-question/#findComment-207029 Share on other sites More sharing options...
Rammjet Posted October 11, 2006 Share Posted October 11, 2006 I need too edit the info.plist and replace somethign with my Device ID. Just wondering which section do I replace that with??? My callisto file looks like this as standard My ID'S are: Vendor: ATI (0x1002) device ID is: 0x4a4 revision ID is: 0x0000 <string>CallistoHAL</string><key>IOMatchCategory</key> <string>IOService</string> <key>IOPCIMatch</key> <string>0x41501002&0xffffffff</string> <key>IOProbeScore</key> Your device id is incomplete. it is only 3 characters (4a4). Go look again and get the 4th character. Replace the "4150" with your "4a4x" where "x" is the correct 4th character. Link to comment https://www.insanelymac.com/forum/topic/29936-installing-callisto-quick-question/#findComment-207030 Share on other sites More sharing options...
joe75 Posted October 11, 2006 Share Posted October 11, 2006 Your device id is incomplete. it is only 3 characters (4a4). Go look again and get the 4th character. Replace the "4150" with your "4a4x" where "x" is the correct 4th character. Man your good At least I posted a link Link to comment https://www.insanelymac.com/forum/topic/29936-installing-callisto-quick-question/#findComment-207034 Share on other sites More sharing options...
Rammjet Posted October 11, 2006 Share Posted October 11, 2006 At least I posted a link An even better link with a guide for installing Callisto for an x800 card is: http://forum.insanelymac.com/index.php?showtopic=21182 Link to comment https://www.insanelymac.com/forum/topic/29936-installing-callisto-quick-question/#findComment-207044 Share on other sites More sharing options...
Recommended Posts