Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 799 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 799 Bytes

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