Jump to content

HD 5650


dj_just
 Share

7 posts in this topic

Recommended Posts

Hi  :)

 

We're talking about hd 5650m, right?

 

It seems that your device-id (0x68C11002) is already in AMD5000Controller.kext and AMDRadeonX3000.kext - so that means you don't need any special boot flag to enable QE_CI.

 

Maybe just have to find the best framebuffer  for your graphics card - Hoolock could be a good candidate.

 

If you're booting with Chameleon then add this in your org.chameleon.Boot.plist

<key>AtiConfig</key>
<string>Hoolock</string>

And if you use Clover

<key>Graphics</key>
	<dict>
		<key>FBName</key>
		<string>Hoolock</string>
	</dict>
Link to comment
Share on other sites

 

Hi   :)

 

We're talking about hd 5650m, right?

 

It seems that your device-id (0x68C11002) is already in AMD5000Controller.kext and AMDRadeonX3000.kext - so that means you don't need any special boot flag to enable QE_CI.

 

Maybe just have to find the best framebuffer  for your graphics card - Hoolock could be a good candidate.

 

If you're booting with Chameleon then add this in your org.chameleon.Boot.plist

<key>AtiConfig</key>
<string>Hoolock</string>

And if you use Clover

<key>Graphics</key>
	<dict>
		<key>FBName</key>
		<string>Hoolock</string>
	</dict>

Not worked for me.

Placed it in org.chameleon.Boot.plist

 

And i have bootloader Enoch.

Link to comment
Share on other sites

You should boot with GraphicsEnabler=No

 

Also try another framebuffer (take a look into InfoPlist from AMD5000COntroller.kext)

I tryed but enything not changed.

			<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>
Link to comment
Share on other sites

Not worked for me.

Placed it in org.chameleon.Boot.plist

 

And i have bootloader Enoch.

 

 

 I didn't say it will work  :D  - as said above, you're device-id is already in these both kexts, so the system should assign the right framebuffer without any customization.

 

Not required any specific flag, it should work OOB. Maybe indeed you should give a try with Clover as Slice suggested   ;)

 

Don't give up - good luck  ^_^

Link to comment
Share on other sites

 Share

×
×
  • Create New...