Jump to content

Intel HD Graphics Haswell GT1 QE/CI 10.13


Meowthra
 Share

2 posts in this topic

Recommended Posts

Haswell-UTL GT1 0x0a06
OS Version: 10.13.6

 

Install Opcode Emulator:
https://www.insanelymac.com/forum/topic/329704-opcode-emulator-opemu-plug-in-project/

 

QE/CI Patch:

https://www.insanelymac.com/forum/topic/337900-intel-haswell-gt1-qeci-patcher-sierra-mojave/

 

No Need to install WhateverGreen.
 

Clover:
rename GFX0 to IGPU

    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>Rename GFX0 to IGPU</string>
                    <key>Find</key>
                    <data>R0ZYMA==</data>
                    <key>Replace</key>
                    <data>SUdQVQ==</data>
                </dict>
            </array>
        </dict>
    </dict>

 

ig-platform-id: 0A160000
fake deviceid:  0412

	<key>Devices</key>
	<dict>
		<key>Properties</key>
		<dict>
			<key>PciRoot(0)/Pci(0x02,0)</key>
			<dict>
				<key>device-id</key>
				<data>
				EgQAAA==
				</data>
				<key>AAPL,ig-platform-id</key>
				<data>
				AAAWCg==
				</data>
			</dict>
		</dict>
	</dict>

 

Turn off all graphics injections in Clover:

	<key>Graphics</key>
	<dict>
		<key>Inject</key>
		<dict>
			<key>ATI</key>
			<false/>
			<key>Intel</key>
			<false/>
			<key>NVidia</key>
			<false/>
		</dict>
	</dict>

 

AGPM:

https://www.insanelymac.com/forum/topic/337145-agpm-patch/

 

 

Reboot Computer

 

acvqqDD.png

 

 

 

 

 

clover-config.plist.tar.gz

Edited by Meowthra
  • Like 1
  • Thanks 2
Link to comment
Share on other sites

  • 1 year later...
 Share

×
×
  • Create New...