解决MacOS Sierra系统下使用Skylake系列Intel CPU的核心显卡时左上角的闪烁黑块问题
Since macOS Sierra 10.12 update, Skylake's Intel HD 530 integrated graphics got certain graphical artifacts or 'glitches' in the upper left corner of the menu bar and elsewhere,which did not occur under OS X El Capitan and earlier versions.
自从升级了MacOS Sierra 10.12之后,Skylake,也就是Intel的六代平台的HD530集显就不能正常工作了,左上角总有一个区域时不时的出现小黑块,而之前的系统版本里都不会这样。
Add code to clover config.plist
Add a piece of code to clover config.plist file:
把下面这段代码粘贴到clover配置文件config.plist的对应位置中:
<key>Devices</key>
<dict>
<key>AddProperties</key>
<array>
<dict>
<key>Device</key>
<string>IntelGFX</string>
<key>Key</key>
<string>AAPL,GfxYTile</string>
<key>Value</key>
<data>
AQAAAA==
</data>
</dict>
</array>
</dict>
Paste these code above into your clover config file, and then we take the next move.
把上面的代码粘贴到你的clover配置文件之后,就进行下一步了。
Use MultiBeast 9 to install HD 530
After adding the above code into your Clover config.plist, use MultiBeast's Graphics > HD 530 setting (This includes ig-platform-id of 0x19120000) , Reboot and glitches will be gone.
在你的clover配置文件中添加完上面的代码之后,下载运行Multibeast,然后找到其中的HD530驱动,安装一下,这个步骤也将会添加集显的 ig-platform-id :0x19120000,然后重启,显示就应该完美了。
This method is form TonyMacX86.
本文的思路来自TonyMacX86。
You can also use my config.plist file and other tools form this Link. Code: uu53
你也可以试试我分享的这个config.plist文件,然后这里还有一些要用到的其他工具。链接 密码: uu53