Jump to content

Intel HD 4400 OSX 10.10.1 No Qe/Ci Acceleration..


brngates
 Share

9 posts in this topic

Recommended Posts

Hello first off this is my first hackintosh, and i have had everything up and running now since around February, well everything except for Graphics acceleration and when i attempt to update to 10.10.3 it crashes my system and forced to restore from my time machine backups but anyways if anyone could help me out that would be appreciated..

i use clover bootloader and clover configurator to mange my bootloader..

Here is my config.plist for clover: HERE

Terminal bdmesg output: HERE

and my boot.log is here: HERE

thanks for any help that could/can be provided from you guys.

here is my about this mac and system information in screenshots..

IMGUR SCREENSHOTS

 

NOTES:

This is a DESKTOP with an intel i3 4130 not a laptop, just incase theres any confussion...

I have followed the tutorials on both tonymacx86 and this forum(the pinned one on this forum got me the closest so far) this isnt my first time using mac osx my macbook air has Intel HD Graphics 3000 so i figured i should be able to use my intel i3 4130 with intel hd4400 to do basic tasks untill i get a EVGA Geforce GTX 750TI GPU

Link to comment
Share on other sites

Hello first off this is my first hackintosh, and i have had everything up and running now since around February, well everything except for Graphics acceleration and when i attempt to update to 10.10.3 it crashes my system and forced to restore from my time machine backups but anyways if anyone could help me out that would be appreciated..

i use clover bootloader and clover configurator to mange my bootloader..

Here is my config.plist for clover: HERE

Terminal bdmesg output: HERE

and my boot.log is here: HERE

thanks for any help that could/can be provided from you guys.

here is my about this mac and system information in screenshots..

IMGUR SCREENSHOTS

 

NOTES:

I have followed the tutorials on both tonymacx86 and this forum(the pinned one on this forum got me the closest so far) this isnt my first time using mac osx my macbook air has Intel HD Graphics 3000 so i figured i should be able to use my intel i3 4130 with intel hd4400 to do basic tasks untill i get a EVGA Geforce GTX 750TI GPU

 

 

Tested .. install kext and move config.plist > EFI/CLOVER/

https://drive.google.com/file/d/0B41dQ9aPSL6iMWVGRUdycnFMc1k/view?usp=sharing

Link to comment
Share on other sites

 

I've been looking for a solution to this problem since upgrading to 10.10.3.  I had full hardware acceleration on 10.10.1 but it is now gone.  I've ran through this guide and my graphics is now reporting as "Intel HD Graphics 4400 3 MB".  I have no QE/CI, am stuck using 1024x768, and my VGA out does not work.  I've tried different methods including fake pciid and pre-patched kexts, but I'm still having this issue.  Thanks in advance for any help and let me know what you need me to post for you to look at.

 

Clover config.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>ACPI</key>
	<dict>
		<key>DSDT</key>
		<dict>
			<key>Debug</key>
			<false/>
			<key>DropOEM_DSM</key>
			<false/>
			<key>ReuseFFFF</key>
			<false/>
		</dict>
		<key>DropTables</key>
		<array>
			<dict>
				<key>Signature</key>
				<string>DMAR</string>
			</dict>
		</array>
		<key>SSDT</key>
		<dict>
			<key>DropOem</key>
			<true/>
			<key>Generate</key>
			<false/>
		</dict>
	</dict>
	<key>Boot</key>
	<dict>
		<key>Arguments</key>
		<string>-gux_defer_usb2 kext-dev-mode=1</string>
		<key>Debug</key>
		<false/>
		<key>Legacy</key>
		<string>LegacyBiosDefault</string>
		<key>Secure</key>
		<false/>
		<key>Timeout</key>
		<integer>5</integer>
		<key>XMPDetection</key>
		<string>Yes</string>
	</dict>
	<key>Devices</key>
	<dict>
		<key>FakeID</key>
		<dict>
			<key>IntelGFX</key>
			<string>0x04128086</string>
		</dict>
		<key>USB</key>
		<dict>
			<key>FixOwnership</key>
			<false/>
			<key>Inject</key>
			<false/>
		</dict>
	</dict>
	<key>GUI</key>
	<dict>
		<key>Custom</key>
		<dict>
			<key>Entries</key>
			<array>
				<dict>
					<key>Disabled</key>
					<false/>
					<key>FullTitle</key>
					<string>UEFI Internal</string>
					<key>Hidden</key>
					<string>Always</string>
					<key>Ignore</key>
					<false/>
					<key>NoCaches</key>
					<false/>
					<key>Type</key>
					<string>Other</string>
				</dict>
			</array>
		</dict>
		<key>Mouse</key>
		<dict>
			<key>DoubleClick</key>
			<integer>500</integer>
			<key>Enabled</key>
			<false/>
			<key>Mirror</key>
			<false/>
			<key>Speed</key>
			<integer>8</integer>
		</dict>
		<key>Scan</key>
		<dict>
			<key>Entries</key>
			<true/>
			<key>Legacy</key>
			<false/>
			<key>Tool</key>
			<true/>
		</dict>
		<key>Theme</key>
		<string>Yosemite</string>
	</dict>
	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<true/>
			<key>NVidia</key>
			<false/>
		</dict>
		<key>ig-platform-id</key>
		<string>0x0a260006</string>
	</dict>
	<key>KernelAndKextPatches</key>
	<dict>
		<key>AppleRTC</key>
		<true/>
		<key>KernelPm</key>
		<true/>
		<key>KextsToPatch</key>
		<array>
			<dict>
				<key>Comment</key>
				<string>Handoff Fix</string>
				<key>Find</key>
				<data>
				i4eMAQAA
				</data>
				<key>Name</key>
				<string>IOBluetoothFamily</string>
				<key>Replace</key>
				<data>
				uA8AAACQ
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>IDT 76E0</string>
				<key>Find</key>
				<data>
				hBnUEQ==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				AAAAAA==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>IDT 76E0</string>
				<key>Find</key>
				<data>
				ixnUEQ==
				</data>
				<key>Name</key>
				<string>AppleHDA</string>
				<key>Replace</key>
				<data>
				4HYdEQ==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Broadcom 5Ghz XT</string>
				<key>Find</key>
				<data>
				WFQAKxgsIQAg
				</data>
				<key>Name</key>
				<string>AirPortBrcm4360</string>
				<key>Replace</key>
				<data>
				WFQICjYcRwAK
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Second Stage patch 1 10.10</string>
				<key>Find</key>
				<data>
				hcB0XUg=
				</data>
				<key>Name</key>
				<string>IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				McB0W0g=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Fix Bluetooth 30 seconds delay 10.9</string>
				<key>Find</key>
				<data>
				AAAAD4UHAQAA
				</data>
				<key>Name</key>
				<string>IOBluetoothHostControllerUSBTransport</string>
				<key>Replace</key>
				<data>
				AAAAD4QHAQAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Second Stage patch 2 10.10</string>
				<key>Find</key>
				<data>
				QYjE6wM=
				</data>
				<key>Name</key>
				<string>IOGraphicsFamily</string>
				<key>Replace</key>
				<data>
				QYjE6yM=
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Broadcom Airport Extreme</string>
				<key>Find</key>
				<data>
				axAAAHUN
				</data>
				<key>Name</key>
				<string>AirPortBrcm4360</string>
				<key>Replace</key>
				<data>
				axAAAJCQ
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Enable Trim on SSD</string>
				<key>Find</key>
				<data>
				QVBQTEUgU1NE
				</data>
				<key>Name</key>
				<string>IOAHCIBlockStorage</string>
				<key>Replace</key>
				<data>
				AAAAAAAAAAAA
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>Patch audio HDMI HD4400/4600 laptop</string>
				<key>Find</key>
				<data>
				AAQAAIcAAAD/AAAA
				</data>
				<key>Name</key>
				<string>AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				AAgAAAYAAAD/AAAA
				</data>
			</dict>
			<dict>
				<key>Name</key>
				<string>AppleIntelFramebufferAzul</string>
				<key>Find</key>
				<data>
				AQUJAAAEAACHAAAA
				</data>
				<key>Replace</key>
				<data>
				AQUSAAAIAACHAAAA
				</data>
				<key>Comment</key>
				<string>Patch HD4400/4600 HDMI Freeze</string>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HD4400_Full_Qe/CI_ 1</string>
				<key>Find</key>
				<data>
				hoASBA==
				</data>
				<key>Name</key>
				<string>AppleIntelFramebufferAzul</string>
				<key>Replace</key>
				<data>
				hoAWCg==
				</data>
			</dict>
			<dict>
				<key>Comment</key>
				<string>HD4400_Full_Qe/CI_ 2</string>
				<key>Find</key>
				<data>
				hoASBA==
				</data>
				<key>Name</key>
				<string>AppleIntelHD5000Graphics</string>
				<key>Replace</key>
				<data>
				hoAWCg==
				</data>
			</dict>
		</array>
	</dict>
	<key>RtVariables</key>
	<dict>
		<key>ROM</key>
		<string></string>
	</dict>
	<key>SMBIOS</key>
	<dict>
		<key>BiosReleaseDate</key>
		<string>10/18/13</string>
		<key>BiosVendor</key>
		<string>Apple Inc.</string>
		<key>BiosVersion</key>
		<string>MBP112.88Z.0138.B02.1310181745</string>
		<key>Board-ID</key>
		<string>Mac-3CBD00234E554E41</string>
		<key>BoardManufacturer</key>
		<string>Apple Inc.</string>
		<key>BoardSerialNumber</key>
		<string>RI1Q9ZH8QGYP8XF7O</string>
		<key>BoardType</key>
		<integer>10</integer>
		<key>ChassisAssetTag</key>
		<string>MacBook-Aluminum</string>
		<key>ChassisManufacturer</key>
		<string>Apple Inc.</string>
		<key>ChassisType</key>
		<string>8</string>
		<key>Family</key>
		<string>MacBook Pro</string>
		<key>Manufacturer</key>
		<string>Apple Inc.</string>
		<key>Mobile</key>
		<true/>
		<key>ProductName</key>
		<string>MacBookPro11,2</string>
		<key>SerialNumber</key>
		<string>C02L8EXNFD58</string>
		<key>Trust</key>
		<false/>
		<key>Version</key>
		<string>1.0</string>
	</dict>
	<key>SystemParameters</key>
	<dict>
		<key>InjectKexts</key>
		<string>Detect</string>
	</dict>
</dict>
</plist>
Link to comment
Share on other sites

Thanks for the reply.  After deleting those lines it will only boot successfully in safe mode, but it does show "Intel HD Graphics 4400 1536MB" and running at 1920x1080.  Still no QE/CI which I assume it probably wouldn't have in safe mode anyway.  It also flickers a lot at the login screen and while scrolling up/down.

 

Panic Log:

https://db.tt/nCAwF8NT

  • Like 1
Link to comment
Share on other sites

Tested .. install kext and move config.plist > EFI/CLOVER/

https://drive.google.com/file/d/0B41dQ9aPSL6iMWVGRUdycnFMc1k/view?usp=sharing

hello thank you i will try this in just a few minutes also i have tried the RehabMan FakePCIID before but was unsuccesful but maybe..

Thanks for the reply.  After deleting those lines it will only boot successfully in safe mode, but it does show "Intel HD Graphics 4400 1536MB" and running at 1920x1080.  Still no QE/CI which I assume it probably wouldn't have in safe mode anyway.  It also flickers a lot at the login screen and while scrolling up/down.

 

Panic Log:

https://db.tt/nCAwF8NT

im in the same boat except i dont boot into safe mode i just have no QE/CI at all...

this tutorial actualy makes me loose my graphics currently i get 1536MB of graphics but no Qe/Ci on my system which i need to use Final Cut Pro X and even basic games...

Link to comment
Share on other sites

 Share

×
×
  • Create New...