Contribute
Register

Strange flashing at the edge of finder bar

Status
Not open for further replies.
Joined
Dec 10, 2016
Messages
6
Hey, I have strange flashing at the edge of finder bar.
It look's like that:
15502853_1261481083909548_720133225_o.jpg


And it's making bigger, smaller, flashing - it's annoying.
Tryed with nv_disable = 1 and also happens.

Motherboard: ASRock Z170 Pro4S
CPU: Intel i7-6700 Skylake
GPU: Intel HD 530 - at Mac info showing that it has 1536 MB (in BIOS I have auto share memory) - connected to monitor by HDMI
RAM: 8 GB DDR4 2666Mhz
Identified as iMac 14,2

I make everything with standard Sierra installation tutorial, Unibeast + Multibeast.
Only changed FixOwnership to true.
 
Have you selected HD 530 on MultiBeast (Under Graphics Section) ??

If Yes, add below portion to your config.plist

Code:
<key>Devices</key>
<dict>
    <key>AddProperties</key>
    <array>
        <dict>
            <key>Device</key>
            <string>IntelGFX</string>
            <key>Key</key>
            <string>AAPL,GfxYTile</string>
            <key>Value</key>
            <data>
            AQAAAA==
            </data>
        </dict>
    </array>
</dict>

Details can be read here : https://pikeralpha.wordpress.com/2016/10/30/aapl-properties-for-skylake-graphics/
 
Status
Not open for further replies.
Back
Top