Jump to content

ghost VGA display


graphine
 Share

3 posts in this topic

Recommended Posts

  • 3 weeks later...

Same here, But I'm using clover with Ati connector patch on Mavericks. 

 

This is my config:

<key>Graphics</key>
	<dict>
		<key>CustomEDID</key>
		<string>00FFFFFFFFFFFF0030E47A020000000000130103802615780AA8C09D58509A261C5054000000010101010101010101010101010101012F2640B860840C30303023007ED710000019000000000000000000000000000000000000000000FE000000004C47446973706C61790A000000FE004C503137335744312D544C433300C2</string>
		<key>FBName</key>
		<string>Hoolock</string>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<true/>
		</dict>
		<key>InjectEDID</key>
		<true/>
		<key>LoadVBios</key>
		<true/>
		<key>PatchVBios</key>
		<false/>
		<key>VideoPorts</key>
		<integer>3</integer>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>ATIConnectorsController</key>
		<string>5000</string>
		<key>ATIConnectorsData</key>
		<string>000400000406000000010000210305010004000004060000000100001102040204000000140200000001000002040103</string>
		<key>ATIConnectorsPatch</key>
		<string>020000004000000009010000100000070008000004060000000100002103010110000000140200000001000002040208</string>
		<key>AppleRTC</key>
		<false/>
		<key>AsusAICPUPM</key>
		<false/>
		<key>Debug</key>
		<false/>
		<key>KernelCpu</key>
		<false/>
		<key>KextsToPatch</key>
		<array/>
	</dict>

Also looking for help...

post-1165809-0-86848200-1384227469_thumb.png

Link to comment
Share on other sites

  • 4 weeks later...

hi guys   :)

 

@ adrian_dsl

 

you don't need ATI Config and ATI Ports, MotMot is the default framebuffer for ATI Exotics cards

 

if you have GraphicsEnabler=No, ghost screen will appear

 

if you have GraphicsEnabler=Yes and it is still there, then try to switch the cable to the other DVI port

 

 

@wrk73

 

Chameleon's "GraphicsEnabler" is called "GraphicsInjector" in Clover

 

As Clover does with SMBIOS injection, your device is automatically detected and recognized

by the bootloader

The only thing that you must do is enable "GraphicsInjector" at Clover's Menu Options
and/or add the following entry to your config.plist file

<key>Graphics</key>
<dict>
<key>GraphicsInjector</key>
<string>Yes</string>
</dict>

more infos here: http://www.insanelymac.com/forum/topic/282787-clover-v2-instructions/?do=findComment&comment=1853010

Link to comment
Share on other sites

 Share

×
×
  • Create New...