- Skylake: Unterstützung von El Capitan ab Version 10.11.4.
- Skylake: oob ab 10.12.4, da sollten alle Intel-Grafikeinstellungen entfernt werden.
- Kaby Lake: Unterstützung ab 10.12.6
- Coffee Lake ab High Sierra
Folgende Einstellungen sind für die Skylake
Für meinen PC waren keine Einstellungen notwenig damit er gebootet hat.
Angezeigt wird dann: Intel HD Graphics SKL CRB 1536 MB
Ohne irgendwelche Einstellungen hatte er schon vollständige Grafikbeschleunigung.
Damit die Grafik auch richtig erkannt wird als: Intel HD Graphics 530 1536 MB, habe ich folgende Änderungen durchgeführt:
BIOS-Einstellungen
- VRAM 64MB (ist standardmäßig so eingestellt)
- DVMT eventuell auf Auto stellen
- Internal Graphics Enabled
- Initial Graphic IGFX (die HD530 als Standard einstellen)
Clover-Einstellungen
SMBIOS
- iMac17,1
Graphics
- Inject Intel
- ig-platform-id: 0x19120000
Diese beiden Änderungen per Texteditor in der config.plist
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
<key>ig-platform-id</key>
<string>0x19120000</string>
IDs für andere Skylake-GPUs
Vielen Dank dafür an Pike R. Alpha!
ZitatAlles anzeigen
[ 1] 0x191e0000 - Intel® HD Graphics 515..........(ULX GT2)
[ 2] 0x19160000 - Intel® HD Graphics 520..........(ULT GT2)
[ 3] 0x19260000 - Intel® Iris™ Graphics 550.......(ULT GT3)
[ 4] 0x191b0000 - Intel® HD Graphics 530..........(Halo GT2)
[ 5] 0x193b0000 - Intel® Iris™ Pro Graphics 580...(Halo GT4)
[ 6] 0x19120000 - Intel® HD Graphics 530..........(Desktop GT2)
[ 7]0x19020001- Intel® HD Graphics 510..........(Desktop GT1)
[ 8]0x19170001- Skylake Desktop.................(GT1.5)
[ 9]0x19120001- Intel® HD Graphics 530..........(Desktop GT2)
[10] 0x19320001 - Skylake Desktop.................(GT4)
[11] 0x19160002 - Intel® HD Graphics 520..........(ULT GT2)
[12] 0x19260002 - Intel® Iris™ Graphics 540.......(ULT GT3)
[13] 0x191e0003 - Intel® HD Graphics 515..........(ULX GT2)
[14] 0x19260004 - Intel® Iris™ Graphics 540.......(ULT GT3)
[15] 0x193b0005 - Intel® Iris™ Pro Graphics 580...(Halo GT4)
[16] 0x193b0006 - Intel® Iris™ Pro Graphics 580...(Halo GT4)
Sierra 10.12.0 - 10.12.3
Artefakte, oben links. Diese Werte in die config.plist eintragen
- <key>Devices</key>
- <dict>
- <key>AddProperties</key>
- <array>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>AAPL00,PanelCycleDelay</string>
- <key>Value</key>
- <data>
- +gAAAA==
- </data>
- </dict>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>AAPL,GfxYTile</string>
- <key>Value</key>
- <data>
- AQAAAA==
- </data>
- </dict>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>AAPL00,PanelPowerDown</string>
- <key>Value</key>
- <data>
- PAAAAA==
- </data>
- </dict>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>graphic-options</string>
- <key>Value</key>
- <data>
- DAAAAA==
- </data>
- </dict>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>AAPL00,PanelPowerUp</string>
- <key>Value</key>
- <data>
- MAAAAA==
- </data>
- </dict>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>AAPL00,PanelPowerOff</string>
- <key>Value</key>
- <data>
- EQAAAA==
- </data>
- </dict>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>hda-gfx</string>
- <key>Value</key>
- <string>onboard-1</string>
- </dict>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>AAPL,Gfx324</string>
- <key>Value</key>
- <data>
- AQAAAA==
- </data>
- </dict>
- <dict>
- <key>Device</key>
- <string>IntelGFX</string>
- <key>Key</key>
- <string>AAPL00,PanelPowerOn</string>
- <key>Value</key>
- <data>
- GQEAAA==
- </data>
- </dict>
- </array>
Das sollte dann im Clover Configurator folgendermaßen aussehen:
Und eventuell noch:
oder mit dem Texteditor
Es funktioniert nicht wenn noch eine (Nvidia-)Grafikkarte eingebaut ist, auch wenn sie im Bios deaktiviert ist.