Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save nonkronk/a687dd4fbe897988d7e5f2bd27801226 to your computer and use it in GitHub Desktop.
Save nonkronk/a687dd4fbe897988d7e5f2bd27801226 to your computer and use it in GitHub Desktop.
Fix macOS Ventura RX 6600 XT GPU Passthrough on UnRaid

Fix macOS Ventura RX 6600 XT GPU Passthrough on Unraid

Add following qemu arg to the VM's XML::

...
  <qemu:commandline>
...
    <qemu:arg value='-global'/>
    <qemu:arg value='ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off'/>
...

Add boot-args to the OpenCore config.plist:

agdpmod=pikera 
shikigva=128 unfairgva=1 # fix DRM support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment