cldfzn Posted June 1, 2014 Share Posted June 1, 2014 I'm new to using clover as my bootloader, and when I boot my 2 displays are stuck in mirrored mode with no display options available. "spdisplays_display" and "Intel HD Graphics 4600 7 MB graphics" shows up in the About This Mac - Displays section. It worked fine when I booted off my USB installer (used chameleon). What do I need to do? Z87X-UD4H i7 4770k Link to comment https://www.insanelymac.com/forum/topic/298365-intel-hd-4600-has-no-display-options-when-using-clover/ Share on other sites More sharing options...
Barry_dhb52 Posted June 1, 2014 Share Posted June 1, 2014 I'm new to using clover as my bootloader, and when I boot my 2 displays are stuck in mirrored mode with no display options available. "spdisplays_display" and "Intel HD Graphics 4600 7 MB graphics" shows up in the About This Mac - Displays section. It worked fine when I booted off my USB installer (used chameleon). What do I need to do? Z87X-UD4H i7 4770k Have a try to modify your config.plist: <key>Graphics</key> <dict> <key>ig-platform-id</key> <string>0D220003</string> <key>Inject</key> <dict> <key>Intel</key> <true/> <key>ATI</key> <false/> <key>NVidia</key> <false/> </dict> </dict> <key>Devices</key> <dict> <key>FakeID</key> <dict> <key>IntelGFX</key> <string>0x0</string> </dict> <dict> hope it help Link to comment https://www.insanelymac.com/forum/topic/298365-intel-hd-4600-has-no-display-options-when-using-clover/#findComment-2023655 Share on other sites More sharing options...
cldfzn Posted June 1, 2014 Author Share Posted June 1, 2014 I have modified the config.plist, I have <key>IntelGFX</key><string>0x40168086</string> instead of <key>IntelGFX</key><string>0x0</string> Link to comment https://www.insanelymac.com/forum/topic/298365-intel-hd-4600-has-no-display-options-when-using-clover/#findComment-2023688 Share on other sites More sharing options...
RockStrongbow Posted June 1, 2014 Share Posted June 1, 2014 What's the outcome? Link to comment https://www.insanelymac.com/forum/topic/298365-intel-hd-4600-has-no-display-options-when-using-clover/#findComment-2023690 Share on other sites More sharing options...
Ed_Saxman Posted June 15, 2014 Share Posted June 15, 2014 Testing a Z87X-UD5H + i7 4770k + GTX 770 4GB + Clover here! The stated above by dhb62 (post #2) works, but: A) If you set the "Initial Display Output" in UEFI (under peripherals) as "IGP": OK (both IGP and GPU monitors working like a charm) B ) "Initial Display Output" as "PCIslot X", no screens connected to the motherboard connectors: OK (IGP still working for processing, i.e Luxmark) C) Initial Display Output" as "PCIslot X", one screen connected to the motherboard connectors: KO. Lots of graphical artifacts appearing in the secondary monitor (making it unusable), attached to the IGP. Some minor artifacts (over the menus) on the primary monitor (GPU). Apparently, it seems as if it is only possible to use the IGP and GPU simultaneously if the IGP is the primary graphics card. Does anyone know if this is normal behavior in these cases? Link to comment https://www.insanelymac.com/forum/topic/298365-intel-hd-4600-has-no-display-options-when-using-clover/#findComment-2030414 Share on other sites More sharing options...
Recommended Posts