Bei der oben genannten Karte handelt es sich um eine Navi23 Karte und wird seit macOS Monterey 12.1 unterstützt.
Um die Karte lauffähig zu machen werden folgende Dinge benötigt:
- OpenCore (aktuell) mit Lilu.kext und Whatevergreen.kext
- Hackintool um den Device Path zu ermitteln (siehe Bild)
- 2 Einträge in der config.plist
Code
- <key>DeviceProperties</key>
- <dict>
- <key>Add</key>
- <dict>
- <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)</key>
- <dict>
- <key>@0,name</key>
- <string>ATY,Henbury</string>
- <key>@1,name</key>
- <string>ATY,Henbury</string>
- <key>@2,name</key>
- <string>ATY,Henbury</string>
- <key>@3,name</key>
- <string>ATY,Henbury</string>
- <key>AAPL,slot-name</key>
- <string>Built In</string>
- <key>device_type</key>
- <string>GPU-Controller</string>
- <key>hda-gfx</key>
- <string>onboard-1</string>
- <key>model</key>
- <string>AMD Radeon RX 6600 XT</string>
- </dict>
- <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x1)</key>
- <dict>
- <key>AAPL,slot-name</key>
- <string>Built In</string>
- <key>device_type</key>
- <string>Audio-Controller</string>
- <key>model</key>
- <string>AMD Radeon RX 6600 XT HDMI Audio</string>
- </dict>
Ausserdem unterstützen die 6600er ResizeAppleGPUBars. Wer die Option nutzen möchte und es im BIOS/UEFI aktivieren kann muss ausserdem in der config.plist folgenden Eintrag machen:
Mit freundlichen Grüßen a1k0n