Intel集成显卡skylake平台核显驱动方式,解决部分黑屏、卡进度条、跑代码后重启的问题,显卡驱动。该方案经过我测试可以用,我的显卡是HD 530的,我还是说一下我的情况,我安装10.15版本后,HD 530显卡一直无法驱动,试过了很多的方式,依旧是3M,搞了我一天的时间,最终通过下述方式实现了显卡的驱动,该方案理论上skylake核显平台通用的(skylake核显平台包含Intel HD Graphics 530、Intel HD Graphics 520、Intel Iris Graphics 540、Intel Iris Graphics 550、Intel HD Graphics 515、Intel Iris Pro Graphics 580、Intel HD Graphics 510、Intel Iris Pro Graphics 580)。同时建议大家,如果安装的是双显卡,我们只驱动集成显卡的话,最好是放一个DSDT把独立显卡屏蔽,我后面会上传屏蔽独显的DSDT。
操作步骤
1.设置vRam>=64M (DVMT pre-allocated memory in your BIOS settings is already >= 64MB) DVMT 预载内存大于64M。(如果你不知道第一步怎么弄,就跳过试试后面的步骤吧);
2.利用Clover Configurator给config打个补丁。
Name: AppleIntelSKLGraphicsFramebuffer
Find: 4139c4762a
Replace: 4139c4eb2a
3.利用Clover Configurator设置config,IntelGFX为空,ig-platform-id为空,Inject Intel(中文是注入Intel显卡)记得勾选,Inject Intel如果不勾选会黑屏,如下图:
4.把FakePCIID_Intel_SKL_Graphics.kext、FakePCIID.kext、IntelGraphicsDVMTFixup.kext、FakePCIID_Intel_HD_Graphics.kext、WhateverGreen.kext放入四叶草clover引导的驱动文件夹,我的是/Volumes/EFI/EFI/CLOVER/kexts/Other。