Contribute
Register

Please Help me get ATI Radeon HD5970 on Mountain Lion

Status
Not open for further replies.
Im in the same boat. I used the program posted on the previous few pages which enabled the higher resolutions, but it is being extremely glitchy! Has anybody managed to get this to work?
 
Yep, working almost good here... I'm looking for third display support (how to remove the need of EVOEnabler.kext that prevent the third screen to be detected).

What I did :

1. Added AtiConfig=Uakari to org.chameleon.boot.plist.
2. Added pcidevvendorid (0x689C1002) in IOPCIMatch AMDRadeonAccelerator.kext under Cypress section and in Ati5000Controller.kext.
3. Added IOPCISecondaryMatch key/value (0x25421002) under each IOPCIMatch I edited to only match the master gpu.
Code:
			<key>IOPCIMatch</key>
			<string>0x68981002 0x68991002 0x68E01002 0x68E11002 0x68D81002 0x68C01002 0x68C11002 0x68D91002 0x68B81002 0x68B01002 0x68B11002 0x68A01002 0x68A11002 0x689C1002 </string>
			<key>IOPCISecondaryMatch</key>
			<string>0x25421002</string>
4. Installed Evoenabler.kext


EDIT: Then, I looked at what FRAxx03 did to the kexts. I noticed that he only did step 2 of my walkthrough and did another thing for step 3.
Then, here is the new guide :

1. Add AtiConfig=Uakari to org.chameleon.boot.plist with GE=No (I use chimera 2.0.1 and DVD player is ok)
2. Add pcidevvendorid (0x689C1002) in IOPCIMatch of AMDRadeonAccelerator.kext under Cypress section and in Ati5000Controller.kext Info.plist files.
3. Add IOPCIClassMatch key with 0x03000000&amp;0xFFFF0000 as string value in the two files I edited in step 2 (see code below)

Code:
			<key>IOPCIMatch</key>
			<string>0x689C1002</string>
			<key>IOPCIClassMatch</key>
			<string>0x03000000&amp;0xFFFF0000</string>

With that, you don't need EVOEnabler.kext anymore...

I'm trying to figure out what the Mask of IOPCIClassMatch is realy filtering... if someone could explain, FRAxx03 ?

Triple screen works good with that mod !

Enjoy !
 

Attachments

  • EVOenabler.kext.zip
    20.4 KB · Views: 153
can you upload your kext and plist?? please ati5000controller.kext amdaccelerator.kext and org.chameleon plist thanks
 
Here is my org.chameleon.Boot.plist :
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	[b]<key>AtiPorts</key>
	<string>3</string>
	<key>AtiConfig</key>
	<string>Uakari</string>[/b]
	<key>EthernetBuiltIn</key>
	<string>Yes</string>
	[b]<key>GraphicsEnabler</key>
	<string>No</string>[/b]
	<key>UseKernelCache</key>
	<string>Yes</string>
	<key>SMBIOS</key>
	<string>/Extra/smbios.plist</string>
	<key>Timeout</key>
	<string>2</string>
</dict>
</plist>

Note : My Smbios was set to MacPro4,1 and the bootloader used is Chimera 2.0.1.

Here is the moded content of my ati drivers plist on 10.8.4

AMDRadeonAccelerator.kext :

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//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>AMDRadeonAccelerator</string>
	<key>CFBundleGetInfoString</key>
	<string>AMDRadeonAccelerator 1.8.18 12467</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.AMDRadeonAccelerator</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>AMDRadeonAccelerator Kernel Extension</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>1.8.18</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.0.8</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>AMDBartsGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDBartsGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x67381002 0x67391002 0x67201002 0x67221002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDBonaireGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDBonaireGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x66401002 0x66501002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDCaicosGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDCaicosGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x67681002 0x67701002 0x67791002 0x67601002 0x67611002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDCaymanGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDCaymanGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x67181002 0x67191002 0x67041002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDCedarGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDCedarGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x68E01002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDCypressGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDCypressGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x68981002 0x68991002 [b]0x689C1002[/b]</string>
			[b]<key>IOPCIClassMatch</key>
			<string>0x03000000&amp;0xFFFF0000</string>[/b]
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDJuniperGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDJuniperGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x68B81002 0x68B01002 0x68B11002 0x68A01002 0x68A11002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDLombokGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDLombokGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x68401002 0x68411002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDPitcairnGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDPitcairnGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x68001002 0x68061002 0x68081002 0x68181002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDRedwoodGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDRedwoodGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x68D81002 0x68C01002 0x68C11002 0x68D91002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDTahitiGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDTahitiGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x67901002 0x67981002 0x679A1002 0x679E1002 0x67801002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDTurksGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDTurksGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x67501002 0x67581002 0x67591002 0x67401002 0x67411002 0x67451002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<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>
		<key>AMDVerdeGraphicsAccelerator</key>
		<dict>
			<key>ATIEnableWideBlitSupport</key>
			<true/>
			<key>ATIUseTearingWideBlit</key>
			<false/>
			<key>CFBundleIdentifier</key>
			<string>com.apple.AMDRadeonAccelerator</string>
			<key>GpuDebugPolicy</key>
			<integer>0</integer>
			<key>IOClass</key>
			<string>AMDVerdeGraphicsAccelerator</string>
			<key>IODVDBundleName</key>
			<string>AMDRadeonVADriver</string>
			<key>IOKitDebug</key>
			<integer>0</integer>
			<key>IOMatchCategory</key>
			<string>IOAccelerator</string>
			<key>IOPCIMatch</key>
			<string>0x68201002 0x68211002 0x68251002 0x68271002 0x682D1002 0x682F1002 0x68391002 0x683B1002 0x683D1002 0x683F1002</string>
			<key>IOProbeScore</key>
			<integer>200</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>IOSourceVersion</key>
			<string>0.0.0.0.0</string>
			<key>IOVARendererID</key>
			<integer>16908288</integer>
			<key>cail_properties</key>
			<dict>
				<key>CAIL_DisableDrmdmaPowerGating</key>
				<integer>1</integer>
				<key>CAIL_DisableDynamicGfxMGPowerGating</key>
				<integer>1</integer>
				<key>CAIL_DisableGfxCGPowerGating</key>
				<integer>1</integer>
				<key>CAIL_DisableGmcPowerGating</key>
				<integer>1</integer>
				<key>CAIL_DisableStaticGfxMGPowerGating</key>
				<integer>1</integer>
				<key>CAIL_DisableUVDPowerGating</key>
				<integer>0</integer>
				<key>CAIL_DisableVCEPowerGating</key>
				<integer>1</integer>
			</dict>
			<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>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright © 2005-2012 Apple Inc. All rights reserved.</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOAcceleratorFamily</key>
		<string>2.0.0</string>
		<key>com.apple.iokit.IOGraphicsFamily</key>
		<string>1.0.0b1</string>
		<key>com.apple.iokit.IONDRVSupport</key>
		<string>1.0.0b1</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>1.0.0b1</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.unsupported</key>
		<string>8.0.0</string>
	</dict>
</dict>
</plist>
 
ATI5000Controller.kext :

Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>BuildMachineOSBuild</key>
	<string>12E46</string>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleExecutable</key>
	<string>AMD5000Controller</string>
	<key>CFBundleGetInfoString</key>
	<string>AMD5000Controller 8.12.47 12467</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.kext.AMD5000Controller</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Radeon 5970 Controller</string>
	<key>CFBundlePackageType</key>
	<string>KEXT</string>
	<key>CFBundleShortVersionString</key>
	<string>8.12.47</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>8.1.2</string>
	<key>DTCompiler</key>
	<string></string>
	<key>DTPlatformBuild</key>
	<string>4F250</string>
	<key>DTPlatformVersion</key>
	<string>GM</string>
	<key>DTSDKBuild</key>
	<string>12E4</string>
	<key>DTSDKName</key>
	<string>macosx10.8</string>
	<key>DTXcode</key>
	<string>0440</string>
	<key>DTXcodeBuild</key>
	<string>4F250</string>
	<key>IOKitPersonalities</key>
	<dict>
		<key>Controller</key>
		<dict>
			<key>ATY,Hoolock</key>
			<dict>
				<key>aty_config</key>
				<dict>
					<key>CFG_FORCE_ICLK</key>
					<true/>
				</dict>
			</dict>
			<key>ATY,Langur</key>
			<dict>
				<key>aty_config</key>
				<dict>
					<key>CFG_FORCE_ICLK</key>
					<true/>
				</dict>
			</dict>
			<key>ATY,Orangutan</key>
			<dict>
				<key>aty_config</key>
				<dict>
					<key>CFG_GPIO_HIGH</key>
					<integer>131104</integer>
				</dict>
			</dict>
			<key>ATY,Zonalis</key>
			<dict>
				<key>aty_config</key>
				<dict>
					<key>CFG_NO_PP</key>
					<true/>
				</dict>
			</dict>
			<key>CFBundleIdentifier</key>
			<string>com.apple.kext.AMD5000Controller</string>
			<key>IOClass</key>
			<string>AMD5000Controller</string>
			<key>IOMatchCategory</key>
			<string>IOFramebuffer</string>
			<key>IOName</key>
			<string>AMD5000Controller</string>
			<key>IOPCIMatch</key>
			<string>0x68981002 0x68991002 0x68E01002 0x68E11002 0x68D81002 0x68C01002 0x68C11002 0x68D91002 0x68B81002 0x68B01002 0x68B11002 0x68A01002 0x68A11002 [b]0x689C1002[/b] </string>
			[b]<key>IOPCIClassMatch</key>
			<string>0x03000000&amp;0xFFFF0000</string>[/b]
			<key>IOProbeScore</key>
			<integer>65050</integer>
			<key>IOProviderClass</key>
			<string>IOPCIDevice</string>
			<key>aty_config</key>
			<dict>
				<key>CFG_NO_PP</key>
				<false/>
			</dict>
			<key>aty_properties</key>
			<dict>
				<key>PP_ActivitySamplingInterval</key>
				<integer>1000</integer>
				<key>PP_DisableMCDownLoadFeature</key>
				<integer>1</integer>
				<key>PP_HighSamplingInterval</key>
				<integer>200000</integer>
				<key>PP_R600ActivityHysteresis</key>
				<integer>5</integer>
				<key>PP_R600LoweringHighPercentage</key>
				<integer>25</integer>
				<key>PP_R600LoweringMediumPercentage</key>
				<integer>10</integer>
				<key>PP_R600RaisingLowPercentage</key>
				<integer>10</integer>
				<key>PP_R600RaisingMediumPercentage</key>
				<integer>25</integer>
				<key>PP_UserMaxClockForMultiDisplays</key>
				<integer>1</integer>
			</dict>
		</dict>
	</dict>
	<key>OSBundleCompatibleVersion</key>
	<string>1.1.36</string>
	<key>OSBundleLibraries</key>
	<dict>
		<key>com.apple.iokit.IOACPIFamily</key>
		<string>1.2</string>
		<key>com.apple.iokit.IOGraphicsFamily</key>
		<string>1.3</string>
		<key>com.apple.iokit.IOPCIFamily</key>
		<string>1.2</string>
		<key>com.apple.kext.AMDSupport</key>
		<string>1.1.36</string>
		<key>com.apple.kpi.bsd</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.iokit</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.libkern</key>
		<string>8.0.0</string>
		<key>com.apple.kpi.mach</key>
		<string>8.0.0</string>
	</dict>
	<key>OSBundleRequired</key>
	<string>Safe Boot</string>
</dict>
</plist>

Hope it helps !
 
Hi! Can somebody confirm 5970 running on 10.11?
 
Status
Not open for further replies.
Back
Top