Skip to content

UEFI framebuffer driver for macOS

License

Notifications You must be signed in to change notification settings

acidanthera/UEFIGraphicsFB

Repository files navigation

UEFIGraphicsFB

Build Status Scan Status

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