Contribute
Register

HELP Acceleration IGPU i3-9100 on Catalina

Status
Not open for further replies.
Joined
Jul 5, 2020
Messages
19
Motherboard
Gigabyte Z390 M Gaming
CPU
Intel Core i39100
Graphics
Intel HD630
Mac
  1. iMac
Mobile Phone
  1. iOS
Hi,

Can u help me for activate acceleration on Catalina with my i3-9100 ?
The graphic card appear on "Graphics 7mb"
I use Hackintools patch, put fake id on 0x923E0000 and put devis-id on 0x3E9B0007 with clover configurator, but doesn't work !

My motherboard was Gigabyte Z390m-Gaming (BIOS F9G)

See my config.plist on attached files.

Help !! :)

Thanks
 

Attachments

  • config.plist
    6.7 KB · Views: 66
Hi,

Can u help me for activate acceleration on Catalina with my i3-9100 ?
The graphic card appear on "Graphics 7mb"
I use Hackintools patch, put fake id on 0x923E0000 and put devis-id on 0x3E9B0007 with clover configurator, but doesn't work !

My motherboard was Gigabyte Z390m-Gaming (BIOS F9G)

See my config.plist on attached files.

Help !! :)

Thanks
needs to be filled out correctly:
1.jpg
 
That's the Hackintosh community ? ...
 
this:
Code:
<key>IntelGFX</key>
            <string>0x923E0000</string>

should be:
Code:
<key>IntelGFX</key>
            <string>0x0</string>

this:
Code:
<key>Intel</key>
            <true/>

should be:
Code:
<key>Intel</key>
            <false/>
this:
Code:
<key>ig-platform-id</key>
        <string>0x3E980003</string>

should be disabled or removed:
Code:
<key>#ig-platform-id</key>
        <string>0x3E980003</string>
 
i do this, reboot and now black screen
 
i boot verbose but all lines scroll too quickly and then black screen, find my clover folders.
Thanks
 

Attachments

  • CLOVER.zip
    3.9 MB · Views: 57
i boot verbose but all lines scroll too quickly and then black screen, find my clover folders.
Thanks
make sure to set DVMT to 64MB or 128MB in bios
 
Status
Not open for further replies.
Back
Top