Contribute
Register

<< Solved >> Display 7MB!!

Status
Not open for further replies.
* Clover 5119
* HDMI
* disable inject Intel" wont' boot at the section and blank screen after that.
18,1, 19,2 and 19,3 even 14,1 give the same thing (no igpu dtection)
you still haven't added in your Devices section

also this needs to be disabled or removed
Code:
<key>ig-platform-id</key>
        <string>0x3E9B0007</string>
 
you still haven't added in your Devices section

also this needs to be disabled or removed
Code:
<key>ig-platform-id</key>
        <string>0x3E9B0007</string>
sorry, tried before and won't boot ''Blank screen"
 

Attachments

  • config_v1.plist
    6 KB · Views: 31
Maybe you are not following the discussion. Hackintool can't patch it as well and is empty. Can't detect cpu and igpu id!
 
Maybe you are not following the discussion
Maybe, and maybe you are not following the guide correctly.
You seem to have difficulty taking advice.
 
Last edited:
Maybe, and maybe you are not following the guide correctly.
You seem to have difficulty taking advice.

Did you remember to 'unlock' Hackintool ?

View attachment 530675
should I post each time and for each video to believe me? :)
Screenshot 2021-10-12 at 04.47.38.png
 
Last edited:
According to Intel your Device ID is 0x3E92.

A quick look at Hackintool suggests that your patch should be something like this :

Code:
<key>Devices</key>
    <dict>
        <key>Properties</key>
        <dict>
            <key>PciRoot(0x0)/Pci(0x1B,0x0)</key>
            <dict>
                <key>AAPL,slot-name</key>
                <string>Internal@0,27,0</string>
                <key>device_type</key>
                <string>Audio device</string>
                <key>hda-gfx</key>
                <string>onboard-2</string>
                <key>layout-id</key>
                <data>
                AAAAAA==
                </data>
                <key>model</key>
                <string>8 Series/C220 Series Chipset High Definition Audio Controller</string>
            </dict>
            <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>
                AACSPg==
                </data>
                <key>AAPL,slot-name</key>
                <string>Internal@0,2,0</string>
                <key>device-id</key>
                <data>
                mz4AAA==
                </data>
                <key>device_type</key>
                <string>VGA compatible controller</string>
                <key>framebuffer-con0-busid</key>
                <data>
                AAAAAA==
                </data>
                <key>framebuffer-con0-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con0-flags</key>
                <data>
                mAAAAA==
                </data>
                <key>framebuffer-con0-index</key>
                <data>
                AAAAAA==
                </data>
                <key>framebuffer-con0-pipe</key>
                <data>
                CAAAAA==
                </data>
                <key>framebuffer-con0-type</key>
                <data>
                AAgAAA==
                </data>
                <key>framebuffer-con1-busid</key>
                <data>
                BQAAAA==
                </data>
                <key>framebuffer-con1-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con1-flags</key>
                <data>
                hwEAAA==
                </data>
                <key>framebuffer-con1-index</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con1-pipe</key>
                <data>
                CQAAAA==
                </data>
                <key>framebuffer-con1-type</key>
                <data>
                AAgAAA==
                </data>
                <key>framebuffer-con2-busid</key>
                <data>
                BAAAAA==
                </data>
                <key>framebuffer-con2-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con2-flags</key>
                <data>
                hwEAAA==
                </data>
                <key>framebuffer-con2-index</key>
                <data>
                AgAAAA==
                </data>
                <key>framebuffer-con2-pipe</key>
                <data>
                CgAAAA==
                </data>
                <key>framebuffer-con2-type</key>
                <data>
                AAgAAA==
                </data>
                <key>framebuffer-con3-busid</key>
                <data>
                AAAAAA==
                </data>
                <key>framebuffer-con3-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con3-flags</key>
                <data>
                IAAAAA==
                </data>
                <key>framebuffer-con3-index</key>
                <data>
                /////w==
                </data>
                <key>framebuffer-con3-pipe</key>
                <data>
                AAAAAA==
                </data>
                <key>framebuffer-con3-type</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-fbmem</key>
                <data>
                AAAAAA==
                </data>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-stolenmem</key>
                <data>
                AACQAw==
                </data>
                <key>framebuffer-unifiedmem</key>
                <data>
                AAAAYA==
                </data>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>model</key>
                <string>Intel Crystal Well Integrated Graphics Controller</string>
            </dict>
        </dict>
    </dict>
 
thank you again, but it doesn't work and blank screen!
 
the same machine without any injection works fine with my 710 Nvidia card with full acceleration!
 
Status
Not open for further replies.
Back
Top