Contribute
Register

Clover | IGFX issue (HD 3000) only 7 MB (10.10.5)

Status
Not open for further replies.
Joined
Oct 14, 2014
Messages
52
Motherboard
GA-Z77X-D3H Rev 1.1
CPU
i7-2600 K
Graphics
RX 550
Mac
  1. Mac Pro
Hey,

i did a fresh install of Yosemite on a SSD by using clover following this guide:

http://www.tonymacx86.com/yosemite-desktop-guides/144426-how-install-os-x-yosemite-using-clover.html

It's my first time clover install. First i had an issue when booting from the drive, that the resolution was set to 1024 and couldn't be changed. Then i've set my BIOS to UEFI boot only, now it works somehow, at least it's showing up as 1920x1080. But i cannot choose any other resolution. There is nothing else in the list in the display preferences.

The main issue for now i think is, that while the HD 3000 is recognised, but only shows up as 7 MB in the system specs.

I already had this issue on Mavericks and using UniBeast and Multibeast, i could solve that with a newer Multibeast version by installing Intel Graphics Patch for mixed configurations, wich patches AppleIntelSNBGraphicsFB.kext and AppleIntelFramebufferCapri.kext to enable the use of the HD 3000 GPU on 7-Series motherboards and the HD 4000 GPU on 6-Series motherboards.

Can i use that kext as well on yosemite and with clover, or is there an equivalent way in clover for this?

I'm using the Mac Pro 3.1 profile.

I attached my config.plist as well, hope somebody can help!

thank you
 
so installed th

at multibeast patch i mentioned and it feels a little snappier now but it still says 7MB. Also no kext is loaded. Any idea maybe?


gk.png
 
I read this post here: http://www.tonymacx86.com/alternate-bootloaders/155653-clover-yosemite-hd3000-z77.html#post975334

and added the following to my config.plist

Code:
<key>Graphics</key>
    <dict>
        <key>Inject</key>
        <dict>
            <key>ATI</key>
            <false/>
            <key>Intel</key>
            <true/>
            <key>NVidia</key>
            <false/>
        </dict>
        <key>ig-platform-id</key>
        <string>0x00030010</string>
    </dict>

and

Code:
<key>AddProperties</key>
    <dict>
        <key>Device</key>
        <string>IntelGFX</string>
        <key>Key</key>
        <string>AAPL,snb-platform-id</string>
        <data>00100300</data>
    </dict>

and this:

Code:
<key>FakeID</key>
  <dict>
    <key>IntelGFX</key>
    <string>0x01268086</string>
  </dict>

sadly this didn't solve my issue, maybe i did it wrong..

would a copy of the iOReg be helpful for you?

I'm using the latest clover btw.

thx
 
little bump..please i'm new to clover and could really need some help here. I used the search, i know lots of posts about this but i wasn't able to fix it yet.

I'd be happy to provide more information if needed.
I used optimised defaults in the BIOS, then deactivated EIST and C1 stepping because i had a boot problem with p stepping 18 of 22. I can provide screenshots if you want me to, or anything else.

cheers
 
well, i ordered a cheap EVGA card now.
 
Status
Not open for further replies.
Back
Top