Jump to content

Enabling HD 4000 with Clover on 10.9.2


cool_recep
 Share

3 posts in this topic

Recommended Posts

Hi guys.

I have successfully installed 10.9.2 on ASUS Vivo PC. My prolem is Graphics.

In BIOS, there is only one options for iGPU and it is either Auto or 128 MB and going up to 512 MB. No below.

Processor is i5 3210M with HD 4000.

I am using FakeID 01660003 but I get 7 MB. I have tried with 01660009 but with no luck again.

How can I get full QE/CI.

Thanks.


Y8aMYGf.png

Also my IOReg: http://yadi.sk/d/y8-jZAUyKqpu9

Link to comment
Share on other sites

Try this patch in your DSDT.

Method (_DSM, 4, NotSerialized)  // _DSM: Device-Specific Method
            {
                Store (Package (0x0A)
                    {
                        "device-id", 
                        Buffer (0x04)
                        {
                             0x66, 0x01, 0x00, 0x00
                        }, 


                        "vendor-id", 
                        Buffer (0x04)
                        {
                             0x86, 0x80, 0x00, 0x00
                        }, 


                        "AAPL,ig-platform-id", 
                        Buffer (0x04)
                        {
                             0x03, 0x00, 0x66, 0x01
                        }, 


                        "hda-gfx", 
                        Buffer (0x0A)
                        {
                            "onboard-2"
                        }, 


                        "layout-id", 
                        Buffer (0x04)
                        {
                             0x0C, 0x00, 0x00, 0x00
                        }
                    }, Local0)
                DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                Return (Local0)
            }
        }
    }

Or, use this in Clover.

Screen Shot 2014-03-19 at 5.24.34 PM.png

  • Like 1
Link to comment
Share on other sites

I am using FakeID 01660003 but I get 7 MB. I have tried with 01660009 but with no luck again.

01660003/01660009 are framebuffers, not device_ids

config.plist:

Reset Devices/FakeID to 0x0.

Set Graphics/ig-platform-d/0x01660003

Set Graphics/Inject/Intel/YES

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...