How to Fix Blue/Blank Screen during Screen Sharing or Recording on Hackintosh (macOS Monterey)
If you get a blank blue or black screen when attempting to screen record or share your screen (in OBS, Discord, Zoom, or FaceTime) on a macOS Monterey Hackintosh, the issue is typically caused by misconfigured hardware video encoding/decoding (Intel QuickSync or AMD VDA Decoder). Here is how to troubleshoot and fix it.
Method 1: Configure Headless iGPU (For Systems with dGPU + Intel CPU)
If you have a dedicated GPU (AMD) and an Intel CPU, your iGPU must be set up in headless mode (connector-less) so macOS can use it solely for computing tasks like screen recording, while the dGPU handles display output.
- Open your
config.plistusing OpenCore Configurator or ProperTree. - Navigate to
DeviceProperties->Add. - Locate your iGPU entry (usually
PciRoot(0x0)/Pci(0x2,0x0)). - Set the
AAPL,ig-platform-idto a headless frame-buffer value (e.g.,0300913Efor Coffee Lake,01001219for Skylake). Do not configure any connector properties for the iGPU. - Save and reboot. Open Hackintool and check the "System" -> "VDA Decoder" status. It should show "Fully Supported".
Method 2: Force AMD VDA Decoder (For Systems with AMD GPU Only, e.g., iMacPro1,1)
If you do not have an iGPU (e.g. Intel "F" series or Ryzen CPU) and rely solely on an AMD dGPU, you must ensure the system uses the AMD hardware encoder.
- Ensure you are using the correct SMBIOS.
iMacPro1,1orMacPro7,1are recommended for AMD-only setups as they do not expect an Intel iGPU for background rendering. - If you use
iMac19,1or similar, macOS expects an iGPU. Switch toiMacPro1,1to force macOS to use the AMD GPU's hardware decoder. - Ensure WhateverGreen is loaded and up to date.
Method 3: Disable Hardware Acceleration in App Settings (Temporary Workaround)
If you need a quick fix for Discord, Chrome, or Zoom:
- Discord: Go to User Settings -> Advanced -> Toggle off **Hardware Acceleration**.
- Google Chrome: Go to Settings -> System -> Toggle off **Use graphics acceleration when available**.
Original Question: "Blue Screen Problem When Recording Or Screen Sharing In Hackintosh"
Blue Screen Problem When Recording Or Screen Sharing In Hackintosh
| Whenever i try to screenshare or screenrecord on macos monetery it gives me blue screen no screen no content only blank blue screen any way to fix it ? [link] [comments] |
Post a Comment