Contribute
Register

[Guide] Lenovo Z50-70/Z40-70/G50-70/G40-70 using Clover UEFI

What version ? there are 3-4 here

this is last one i am using now

I tried this EFi that you passed. However, the problem persists.
 
yes, but with Open Core the system works more quickly
Then it's not a problem of the type of EFI bootloader.
Try to upgrade all kexts to latest versions.
 
Then it's not a problem of the type of EFI bootloader.
Try to upgrade all kexts to latest versions.
How I do this?
Can you help me?
 
How I do this?
Can you help me?
I managed to get rid of all graphical glitches I had on my z50-70 by changing the AAPL,ig-platform-id to 0c00160a in Mikorist's config. Seems fine to me ATM, I'll test around some more.
 

Attachments

  • config.plist
    21.5 KB · Views: 79
Last edited:
How I do this?
Can you help me?
use Chapter-2: Hackintool
Screenshot 2020-04-17 at 21.54.33.png

you have option to upgrade kexts.
will appear in the Desktop folder - you just need to copy them to EFI / OC / Kexts
 
I managed to get rid of all graphical glitches I had on my z50-70 by changing the AAPL,ig-platform-id to 0c00160a in Mikorist's config. Seems fine to me ATM, I'll test around some more.
Code:
       <key>AAPL,ig-platform-id</key>
                <data>DAAWCg==</data>

With that AAPL,ig-platform-id I don't even have QE/CI on G50-70

Screenshot 2020-04-17 at 22.33.31.png


but with the old one I can up VRAM to 2048 MB

Code:
    <key>PciRoot(0x0)/Pci(0x2,0x0)</key>
               <dict>
                <key>AAPL,ig-platform-id</key>
                <data>
                BgAmCg==
                </data>
                <key>AAPL,slot-name</key>
                <string>Internal@0,2,0</string>
                <key>device-id</key>
                <data>
                EgQAAA==
                </data>
                 <key>framebuffer-fbmem</key>
                <data>AACQAA==</data>
                <key>framebuffer-patch-enable</key>
                <data>AQAAAA==</data>
                <key>framebuffer-stolenmem</key>
                <data>AAAwAQ==</data>
                <key>framebuffer-unifiedmem</key>
                <data>AAAAgA==</data>
                  <key>device_type</key>
                <string>VGA compatible controller</string>
                <key>hda-gfx</key>
                <string>onboard-1</string>
                <key>model</key>
                <string>Intel HD Graphics 4400</string>
            </dict>

Screenshot 2020-04-17 at 22.38.13.png


it's fair enough that i can play 4K Video .
 
I've got QE/CI working just fine with my config, so this is kinda weird.
On both configs I can use 1536MB of VRAM, but your config seems to cause glitches with thumbnails and images in chrome and steam, and screen distortion when mousing over stuff in full screen chrome, steam.
I can kinda remove the image glitches by setting framebuffer-cursor to 00009000 (9MB) but the screen distorsion/scratch effect is still there.
The only thing that made them go away completely was changing the ig-platform-id.
Maybe my config only works on other Z50-70s?
Here's what Hackintool shows with my config. I am kinda clueless when it comes to OC stuff.
Screenshot 2020-04-18 at 12.39.11.png

Screenshot 2020-04-18 at 12.38.43.png
 
Last edited:
Back
Top