Jump to content
5 posts in this topic

Recommended Posts

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

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.

×
×
  • Create New...