Jump to content

HD 4000 + QE/CI + HDMI + CLOVER BOOTLOADER


ramontorres
 Share

3 posts in this topic

Recommended Posts

Hi,

 

I've built my second hackintosh with this configuration :

 

GA-Z77Z-UD5H (rev.1.1 - Bios F14)

i7 3770K

Dell S2440L (Only two connectors D-SUB and HDMI)

Mountain Lion 10.8.4

Clover bootloader v2 r2061

No discrete graphics, using integrated HD 4000

 

 

 

 

Now this is my problem :

 

 

If I connect other display on DVI port (DVI to DVI connection, no adapters), everything works fine (Full QE/CI, no problem at all)

 

But if I connect the S2440L on HDMI port (HDMI to HDMI connection), or to DVI port (HDMI to DVI, with adapter) there is no way I can get QE/CI working (Flickering, black screen every few seconds, and OS X detecting it like TV), it works only adding this parameter in config.plist (But no QE/CI):

 

 

<key>ig-platform-id</key>

<string>0x01620005</string> (no matter what ID I use here, the result is the same)

 

 

Really I don't know how to resolve this, I hope someone can give me some clues.

 

 

 

 

This is the config.plist I'm using :

 

 

<?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>Boot</key>
<dict>
<key>Arguments</key>
<string>npci=0x2000 -v slide=0</string>
<key>Legacy</key>
<string>LegacyBiosDefault</string>
<key>Timeout</key>
<integer>5</integer>
<key>DefaultVolume</key>
<string>Mac OS X</string>
<key>Log</key>
<false/>
<key>Fast</key>
<false/>
<key>XMPDetection</key>
<true/>
</dict>
<key>SystemParameters</key>
<dict>
<key>InjectSystemID</key>
<false/>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>Intel</key>
<true/>
<key>ATI</key>
<false/>
<key>NVidia</key>
<false/>
</dict>
<key>DualLink</key>
<integer>1</integer>
</dict>
<key>KernelAndKextPatches</key>
<dict>
<key>Debug</key>
<false/>
<key>KernelCpu</key>
<false/>
<key>AsusAICPUPM</key>
<true/>
<key>AppleRTC</key>
<true/>
</dict>
<key>Devices</key>
<dict>
<key>Audio</key>
<dict>
<key>Inject</key>
<string>No</string>
</dict>
<key>USB</key>
<dict>
<key>Inject</key>
<true/>
<key>FixOwnership</key>
<false/>
<key>AddClockID</key>
<false/>
</dict>
</dict>
<key>RtVariables</key>
<dict>
<key>MountEFI</key>
<false/>
<key>LogEveryBoot</key>
<string>5</string>
<key>LogLineCount</key>
<integer>3000</integer>
</dict>
<key>ACPI</key>
<dict>
<key>smartUPS</key>
<integer>1</integer>
<key>SSDT</key>
<dict>
<key>Generate</key>
<dict>
<key>CStates</key>
<true/>
<key>PStates</key>
<true/>
</dict>
</dict>
</dict>
<key>GUI</key>
<dict>
<key>TextOnly</key>
<false/>
<key>Theme</key>
<string>black_green</string>
<key>ScreenResolution</key>
<string>1920x1080</string>
<key>Mouse</key>
<dict>
<key>Enabled</key>
<true/>
<key>Speed</key>
<integer>7</integer>
<key>Mirror</key>
<false/>
<key>DoubleClick</key>
<integer>500</integer>
</dict>
<key>Scan</key>
<dict>
<key>Entries</key>
<true/>
<key>Tool</key>
<true/>
<key>Legacy</key>
<string>Last</string>
</dict>
<key>Custom</key>
<dict>
<key>NoCaches</key>
<false/>
</dict>
</dict>
</dict>
</plist>

config.plist.zip

Link to comment
Share on other sites

Thanks for your help, toleda

 

I've tried all the possible ID's, with 3 and 4 ports, assigning the expected amount of memory for each one in bios setup, but no matter what ID I use, the result is the same.

 

0x01660000  4  ports  96MB

0x01660001  4  ports  96MB

0x01660003  4  ports  64MB

0x01620005  3  ports  32MB

0x01660008  3  ports  64MB

0x01660009  3  ports  64MB

0x0166000a  3  ports  32MB

0x0166000b  3  ports  32MB

Link to comment
Share on other sites

 Share

×
×
  • Create New...