UEFIGraphicsFB
March 24, 2024 ยท View on GitHub
IOGraphics framebuffer based on UEFI framebuffer passed over XNU boot arguments. Provides basic display output without hardware acceleration on generic hardware.
Disabling other GPUs
If there are other conflicting GPUs in the system, one can disable them by injecting the following properties:
name=<unused>class-code=<FF FF FF FF>
Credits
- Apple for macOS
- Goldfish64 for this software