Jump to content

Inspiron 7370: unable to obtain graphics acceleration


tikizondo94

Recommended Posts

Well Ive been playing around with the new WhateverGreen and Lilu methods, and adding flags to the Devices/Properties section. Ive had alot of help over at IM. Still though im unable to get QE/CI working. For some reason WhateverGreen still shows in debugging logs that its try for 59178086 PlatformID. Which is not an OSX ID. So im still stuck at this point. Ive attached a copy of my current clover. This thing has been a real pain. lol. 

l

CLOVER 3.zip

Link to comment
Share on other sites

  • Moderators

Had you tried patching the LVDS port to eDP?

 

Name: com.apple.driver.AppleIntelKBLGraphicsFramebuffer

comment: change LVDS to eDP

find :      02 00 00 00 98 00 00 00

to

replace: 04 00 00 00 98 00 00 00

Link to comment
Share on other sites

  • Administrators

most likely in device properties now of clover config but I think according to the Russian link about WEG... WEG  might automatically use HDMI or LVDS for eDP I have been following your progress at IM.

Link to comment
Share on other sites

  • Administrators

did you look at the clover gen-config plist let it regenerate with your current config to see if you see your device id in it you can also try one with 0x12345678 and see if you see it then pass that on to your current config with the device id you wish to test it might be bit flipped you can use calculator app in programmer mode in hex mode

or just reread the hardcode patching here https://www.insanelymac.com/forum/topic/334899-guide-intel-framebuffer-patching-for-mojave/

I guess you add it to second line

Link to comment
Share on other sites

  • Administrators
<key>PciRoot(0x0)/Pci(0x2,0x0)</key>
            <dict>
                <key>AAPL,ig-platform-id</key>
                <data>
                AAAWWQ==
                </data>
                <key>framebuffer-con0-enable</key>
                <data>
                AQAAAA==
                </data>
                <key>framebuffer-con0-flags</key>
                <data>
                kAAAAA==
                </data>
                <key>framebuffer-patch-enable</key>
                <data>
                AQAAAA==
                </data>
            </dict>
        </dict>

AAAWWQ== EQUALS 00001659 is that correct?

Link to comment
Share on other sites

×
×
  • Create New...