Jump to content
piterkater

Yosemite problem with Radeon mobility 5470

Recommended Posts

Hello!

I have and Acer Aspire 5471G with:

Intel Core i3-330M

Motherboard HM55.

Graphic ATI Mobility Radeon HD 5470 512Mb VGA HDMI output

Screen Monitor 15,6" HD (1366x768)

Clover boot


QE/CI not work on Yosemite, system very slow. Same Clover "config.plist" work OK on Mavericks with settings like this:

 

....
<key>Graphics</key>
<dict>
	<key>CustomEDID</key>
	<data>
	AP///////wAGr+wiAAAAAAETAQOAIhN4CsiVnldUkiYPUFQAAAABAQEBAQEB
	AQEBAQEBAQEBEhtWQlAAJjAgGDQAWMEQAAAYAAAADwAAAAAAAAAAAAAAAAAg
	AAAA/gBBVU8KICAgICAgICAgAAAA/gBCMTU2WFcwMiBWMiAKAMA=
	</data>
	<key>DualLink</key>
	<string>0</string>
	<key>FBName</key>
	<string>Hoolock</string>
	<key>GraphicsInjector</key>
	<string>Yes</string>
	<key>InjectEDID</key>
	<string>Yes</string>
	<key>LoadVBios</key>
	<string>Yes</string>
	<key>PatchVBios</key>
	<string>Yes</string>
</dict>
<key>KernelAndKextPatches</key>
<dict>
	<key>ATIConnectorsController</key>
	<string>5000</string>
	<key>ATIConnectorsData</key>
	<string>000400000406000000010000210305010004000004060000000100001102040204000000140200000001000002040103</string>
	<key>ATIConnectorsPatch</key>
	<string>020000004000000009010000100000070008000000020000007100001102010210000000100000000000000000100201</string>
</dict>
....

 

I tested @artur-pt sugestion for config.plist but not work on Mavericks or Yosemite:

 

.....
<key>Graphics</key>
<dict>
	<key>InjectATI</key>
	<true/>
	<key>InjectEDID</key>
	<true/>
	<key>LoadVBios</key>
	<true/>
	<key>FBName</key>
	<string>Langur</string>
</dict>
.....

 

Add a link with my current Clover files(Not all files), DSDT.aml, AIDA64 html report and IORegistryExplorer dump.

I hope any help with this. One week later I can´t go on.


https://drive.google.com/folderview?id=0B0vIehX-6C2Ba0RuT2Q0d3dvdW8&usp=sharing


Thanks!

Link to comment
Share on other sites

Finally Work!! with this config.plist. Thanks to artur-pt old post.


ADD: config.plist

....

<key>Graphics</key>
<dict>
	<key>FBName</key>
	<string>Langur</string>		
	<key>Inject</key>
	<dict>
		<key>ATI</key>
		<true/>
		<key>Intel</key>
		<false/>
		<key>NVidia</key>
		<false/>
	</dict>	
	<key>InjectATI</key>
	<true/>
	<key>InjectEDID</key>
	<true/>
	<key>LoadVBios</key>
	<true/>
	<key>VRAM</key>
	<integer>512</integer>
	<key>VideoPorts</key>
	<integer>3</integer>		
</dict>

....

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...