Jump to content
5 posts in this topic

Recommended Posts

Before trying to patch the info.plist is there anyboy out there to explain each line of the ATI X1000 kext info.plist below thanks:

	<dict>
	<key>ATIRadeonX1000</key>
	<dict>
		<key>ATIEnableWideBlitSupport</key>
		<true/>
		<key>ATIUseTearingWideBlit</key>
		<false/>
		<key>CFBundleIdentifier</key>
		<string>com.apple.ATIRadeonX1000</string>
		<key>IOCFPlugInTypes</key>
		<dict>
			<key>ACCF0000-0000-0000-0000-000a2789904e</key>
			<string>ATIRadeonX1000GA.plugin</string>
		</dict>
		<key>IOClass</key>
		<string>ATIRadeonX1000</string>
		<key>IODVDBundleName</key>
		<string>ATIRadeonX1000VADriver</string>
		<key>IOMatchCategory</key>
		<string>IOAccelerator</string>
		<key>IOPCIMatch</key>
		<string>0x71091002 0x71C51002 0x71C01002 0x71451002</string>
		<key>IOProviderClass</key>
		<string>IOPCIDevice</string>
		<key>IOSourceVersion</key>
		<string>1.4.20.28</string>
		<key>sensor-properties</key>
		<array>
			<dict>
				<key>device_type</key>
				<data>
				Z3B1LXNlbnNvcg==
				</data>
				<key>location</key>
				<string>GPU</string>
				<key>name</key>
				<string>gpu-sensor</string>
				<key>polling-period</key>
				<data>
				AAAAAQAAAAA=
				</data>
				<key>reg</key>
				<data>
				AAAAAg==
				</data>
				<key>sample-period</key>
				<data>
				AAAAAACYmAA=
				</data>
				<key>sensor-id</key>
				<data>
				AAAABg==
				</data>
				<key>version</key>
				<data>
				AAAAAg==
				</data>
				<key>zone</key>
				<data>
				AAAAAg==
				</data>
			</dict>
		</array>
	</dict>
</dict>

  • 2 weeks later...
×
×
  • Create New...