Enabling Multi-Monitor Support (5 Monitors) on Lenovo Tiny M720Q
Driving 5 monitors on a Lenovo Tiny M720Q (i7-8700T, UHD 630 + Radeon Pro WX 2100/4100) requires precise ACPI patching and SSDT modifications to properly map the ports in OpenCore.
Step-by-Step Configuration
- GPU Spoofing: The Radeon Pro WX 2100 is not natively supported in newer macOS versions. You must spoof it to a Radeon Pro WX 4100 using
DevicePropertiesin yourconfig.plistto load the native AMD graphics drivers. - Add Custom SSDT: Use a custom SSDT-GPU patch to define the framebuffers and layout of the AMD card ports. This ensures macOS registers all physical connectors.
- SIP and Wireless: If you are using native Apple Broadcom Wi-Fi/BT cards on modern macOS (Sonoma/Sequoia), you must use OCLP to apply root patches, which requires disabling System Integrity Protection (SIP) via
csr-active-config. If you prefer to keep SIP enabled, you must use alternative Intel cards withitlwm.kext(note: features like Handoff will be limited).
Post a Comment