Contribute
Register

Problems after Catalina installation

Status
Not open for further replies.
Joined
Apr 8, 2020
Messages
69
Motherboard
Asus F55VD-X8201H
CPU
i3-3120M
Graphics
HD 4000 / GT 610M
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
  2. iOS
Hello, I installed 10.15.5 on my laptop with i7 1065g7 but trackpad,audio,graphic acceleration and card reader don't work.
 

Attachments

  • EFI.zip
    3.5 MB · Views: 56
Hello, I installed 10.15.5 on my laptop with i7 1065g7 but trackpad,audio,graphic acceleration and card reader don't work.
your graphics are not working because of this:
Code:
<key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x01234567</string>
        </dict>

also update your kexts in clover/kexts/other

you may need to also refer to:

and:

 
your graphics are not working because of this:
Code:
<key>FakeID</key>
        <dict>
            <key>IntelGFX</key>
            <string>0x01234567</string>
        </dict>

also update your kexts in clover/kexts/other

you may need to also refer to:

and:

If I remove the FAKEID I can't boot.
Sorry, but I don't know how to put those numbers in my clover config.
 
Last edited:
If I remove the FAKEID I can't boot.
Sorry, but I don't know how to put those numbers in my clover config.
that is why your graphics are not working, using an invalid FakeID for your graphics, you will need to research and read up on the links above
 
that is why your graphics are not working, using an invalid FakeID for your graphics, you will need to research and read up on the links above
I already did that but I don't know what to do. Please, help me.
 
you are going to have to be a bit more forthcoming with your responses

remove the FakeID you have, boot verbose, take a pic to upload here

also you should not be injecting intel in your config.plist, set that to false
 
photo_2020-06-08 17.28.16.jpg

photo_2020-06-10 08.55.33.jpeg
 
DVMT issue, see if you can change that to 64MB or 128MB in your BIOS

or you may need to add the patch in the properties section:
Code:
<key># DVMT-prealloc</key>
                <string>32MB BIOS, 19MB framebuffer, 9MB cursor bytes (credit RehabMan)</string>
                <key>framebuffer-patch-enable</key>
                <integer>1</integer>

as per laptop config.plist's: (example)
 
Status
Not open for further replies.
Back
Top