Contribute
Register

Solution for HD530 Intel Graphic

Status
Not open for further replies.
Joined
Feb 4, 2017
Messages
23
Motherboard
Asus H110M ITX / AC
CPU
i7 7600
Graphics
Intel HD530
Mac
  1. Mac mini
Classic Mac
  1. Apple
  2. iMac
Mobile Phone
  1. Android
  2. iOS
  3. Other
As of today, I have fixed on glitch issue with this graphic card.
H110M-ITXac(L1).jpg

I successfully fixed the glitch issue with this patch
Code:
<key>Devices</key>
   <dict>
       <key>AddProperties</key>
       <array>
           <dict>
               <key>Comment</key>
               <string>Skylake glitch fix © Apple</string>
               <key>Device</key>
               <string>IntelGFX</string>
               <key>Key</key>
               <string>AAPL,Gfx324</string>
               <key>Value</key>
               <data>
               AQAAAA==
               </data>
           </dict>
           <dict>
               <key>Comment</key>
               <string>Skylake glitch fix © Apple</string>
               <key>Device</key>
               <string>IntelGFX</string>
               <key>Key</key>
               <string>AAPL,GfxYTile</string>
               <key>Value</key>
               <data>
               AQAAAA==
               </data>
           </dict>
           <dict>
               <key>Comment</key>
               <string>Skylake glitch fix © Apple</string>
               <key>Device</key>
               <string>IntelGFX</string>
               <key>Key</key>
               <string>AAPL00,PanelPowerUp</string>
               <key>Value</key>
               <data>
               MAAAAA==
               </data>
           </dict>
           <dict>
               <key>Comment</key>
               <string>Skylake glitch fix © Apple</string>
               <key>Device</key>
               <string>IntelGFX</string>
               <key>Key</key>
               <string>AAPL00,PanelPowerOn</string>
               <key>Value</key>
               <data>
               GQEAAA==
               </data>
           </dict>
           <dict>
               <key>Comment</key>
               <string>Skylake glitch fix © Apple</string>
               <key>Device</key>
               <string>IntelGFX</string>
               <key>Key</key>
               <string>AAPL00,PanelPowerOff</string>
               <key>Value</key>
               <data>
               EQAAAA==
               </data>
           </dict>
           <dict>
               <key>Comment</key>
               <string>Skylake glitch fix © Apple</string>
               <key>Device</key>
               <string>IntelGFX</string>
               <key>Key</key>
               <string>AAPL00,PanelPowerDown</string>
               <key>Value</key>
               <data>
               PAAAAA==
               </data>
           </dict>
           <dict>
               <key>Comment</key>
               <string>Skylake glitch fix © Apple</string>
               <key>Device</key>
               <string>IntelGFX</string>
               <key>Key</key>
               <string>AAPL00,PanelCycleDelay</string>
               <key>Value</key>
               <data>
               +gAAAA==
               </data>
           </dict>
           <dict>
               <key>Comment</key>
               <string>Skylake glitch fix © Apple</string>
               <key>Device</key>
               <string>IntelGFX</string>
               <key>Key</key>
               <string>device-colors</string>
               <key>Value</key>
               <data>
               AAIAAKCdnQAAAAAAAAAAAA==
               </data>
           </dict>
       </array>
   </dict>
Previously people had encountered issues such as https://www.tonymacx86.com/threads/intel-hd-530-flickering-screen-on-sierra.203102/
Some fixes from other posts like https://www.tonymacx86.com/threads/skylake-intel-hd-530-graphics-glitch-fix.206410/

I have also attached the working plist for the display issue patch. Please feel free to take some notes. This solution also fixed the duel screen output issues. Sleep black screen issue and some other hardware supports. Thankxxxx
My setups:
ASUS H110M-ITX, Core i7 7600, resolution 1920x1080, Intel HD530
SMBIOS iMac14,2
 

Attachments

  • config.plist
    9.1 KB · Views: 300
Last edited:
Fixed thread title (HD350->HD530).
 
Are you also using anything apart from the config posted, such as a SSDT or similar? Also, which version of Clover are you using? I've got a similar motherboard but have display sleep issues (KP) whenever a second monitor is attached, your config looks promising and I'll try it out when I get a chance to.
 
Now I have got another issue. The dual display is working fine when I have the DVI-d cable hot plugin at the run time system and it displays well on both screens and it recognised the HDMI cable as the first main device. The problem raised when both DVI-d and HDMI cable are attached to the system with the restarts. The DVI-d device is out of signal and the main device is stuck in the dark screen with busy status on the mouse. I think there are some missing config from the above hacks. Anyone can help me?
 
Status
Not open for further replies.
Back
Top