- Joined
- Jul 22, 2018
- Messages
- 8,463
- Motherboard
- Supermicro X11SPA-T
- CPU
- Intel Xeon W-3275 28 Core
- Graphics
- 2xAMD RX 580 8GB
- OS X/macOS
- 13.x
- Bootloader
- OpenCore (UEFI)
- Mac
- Mac mini
- MacBook Pro
- Mobile Phone
- Android
- iOS
macOS supports a wide range of Intel HD Graphics but every graphics doesn't works out of the box. This guide will enable Full QE/CI on your Hackintosh. This fix is for Hackintosh users who are having one of these above Graphics.
Before you start with this guide, get to know something about the performance. Graphics enhance the performance and helps to work smoothly. In macOS, full acceleration requires that both Quartz Extreme and Core Image (QE/CI) should work together.
Quartz Extreme and Core Image (QE/CI) should work together to enable full acceleration on macOS. It utilizes the complete Graphics capabilities. In case if you haven’t enabled QE/CI on your graphic card, you won’t be able to use your macOS smoothly and there would be lots of lags and artifacts, graphic related issues and poor refresh rate. Also the dock would not be transparent. Therefore it is very important to ensure that your graphic is working with full QE/CI.
The following Kaby Lake Intel 6xx are supported
Mount EFI Partition
Restart your System
Problem Reporting
Details :
Credits :
RehabMan
Before you start with this guide, get to know something about the performance. Graphics enhance the performance and helps to work smoothly. In macOS, full acceleration requires that both Quartz Extreme and Core Image (QE/CI) should work together.
Quartz Extreme and Core Image (QE/CI) should work together to enable full acceleration on macOS. It utilizes the complete Graphics capabilities. In case if you haven’t enabled QE/CI on your graphic card, you won’t be able to use your macOS smoothly and there would be lots of lags and artifacts, graphic related issues and poor refresh rate. Also the dock would not be transparent. Therefore it is very important to ensure that your graphic is working with full QE/CI.
The following Kaby Lake Intel 6xx are supported
- Intel HD Graphics 630
- Intel HD Graphics 640
- Intel HD Graphics 650
- Any of the above Supported Intel HD Graphics
- Original Graphics kexts in S/L/E
- macOS Sierra 10.12.6 or later
- The very first step is to setup your BIOS. This guide will only include settings for Intel HD users.
- To access your BIOS/UEFI, press and hold Delete key on your Keyboard. The key maybe different in your case. Refer to your Motherboard Guide/Manual.
- Set Initial Display Output to IGFX
- Set Internal Graphics to Auto/Enabled
- Set DVMT Pre-Allocated to 64MB
- Set DVMT Total Gfx Memory to 256/128MB
- Save & Exit Setup.
- When using Intel HD Graphics, make sure the Display cable is connected to Motherboard HDMI/Display Port.
Mount EFI Partition
- Mount EFI Partition of your system drive.
- The next step is to edit your config.plist file and make necessary edits.
- Navigate to EFI\Clover and open your config.plist with Clover Configurator.
- Navigate to Acpi tab and add the following patch in DSDT section of your config.plist.
Code:
Comment: change GFX0 to IGPU
Find* [HEX]: 47465830
Replace* [HEX]: 49475055

- Navigate to Boot tab and check the following :
- Check -disablegfxfirmware box
- Check nv_disable=1 box

- Navigate to Devices section and then Fake ID section.
- Under Intel GFX column, select the existing values and delete it, if any.
- Under Intel GFX column, type 0x59168086

- Navigate to Graphics tab and add the following:
- Check Inject Intel box
- ig-platform-id: 0x59120000

- Save your config.plist file.
Restart your System
- After performing all the above steps, restart your system in order to enable the Intel HD Graphics.
- Now you should be able to get your Intel HD Graphics 1536 MB will full QE/CI. And your Dock would be also transparent.
- For macOS 10.13.3 to 10.13.6, use iMac 18,1, 17,1 SMBIOS. This will remove flickers, glitches and artifacts.
- For macOS Mojave, use iMac 18,1, 17,1, 14,1 or 14,2 SMBIOS. This will remove pink screen and will also remove flickers, glitches and artifacts.
Problem Reporting
Details :
- Intel HD Graphics model
- macOS version
- Copy of IOReg
- DPCIManager/Status
- About This Mac
- System Information/Graphics/Displays
- Compress EFI/Clover, exclude the themes folder. Do not include complete EFI folder.
Credits :
RehabMan