Jump to content

Getting QE/CI to work with HD4600


Khedgey
 Share

2 posts in this topic

Recommended Posts

Hey, I just built my second Hackintosh and am in serious need of getting QE/CI to work with the intel HD4600.

 

Specs:

 

GA-Z87-HD3

i5 4670k

10.9.2 Mavericks

 

I am running through a HDMI cable just now. My last hackintosh had a graphics card so this was never a problem.

 

Currently my hackintosh sees my display like this:

 

Display:

 

  Type: GPU

  Bus: Built-In

  VRAM (Total): 7 MB

  Vendor: Intel (0x8086)

  Device ID: 0x0412

  Revision ID: 0x0006

  Kernel Extension Info: No Kext Loaded

  Displays:

Display:

  Resolution: 1920 x 1080

  Pixel Depth: 32-Bit Color (ARGB8888)

  Main Display: Yes

  Mirror: Off

  Online: Yes

 

Altouhgh I have set 64mb vram in the bios.

 

Current Chameleon boot plist:

 

 

<?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>EthernetBuiltIn</key>
<string>Yes</string>
<key>GenerateCStates</key>
<string>Yes</string>
<key>GeneratePStates</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>"1920x1080x32"</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>IGPEnabler</key>
<string>Yes</string>
<key>IntelAzulFB</key>
<string>10</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string>npci=0x3000 dart=0</string>
<key>Legacy Logo</key>
<string>Yes</string>
<key>PCIRootUID</key>
<string>1</string>
<key>PciRoot</key>
<string>1</string>
<key>Timeout</key>
<string>2</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>
 
Any help is greatly appreciated, in serious need of getting this working, Thanks. 

 

Link to comment
Share on other sites

Hello and welcome!

 

Your boot.plist says clearly "I was created with tonymac tools". IM has a clear statement regarding these tools: http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/ Aside of the moral aspect will these tools fix problems while causing new ones...

 

I'd advise you to reinstall by using myHack. And you should shorten the boot.plist:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">
<plist version="1.0">
<dict>
<key>EthernetBuiltIn</key>
<string>Yes</string>
<key>Graphics Mode</key>
<string>"1920x1080x32"</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>IntelAzulFB</key>
<string>10</string>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Timeout</key>
<string>5</string>
<key>UseKernelCache</key>
<string>Yes</string>
</dict>
</plist>

With VT-d disabled in bios, you can drop the bootflag "dart=0". Note that "IntelAzulFB" is still present. but if you aren't getting QE/CI enabled, you will have to change it's value (range 1 to 15, try "9" first).

 

Good luck!

Link to comment
Share on other sites

 Share

×
×
  • Create New...