Contribute
Register

[Fix] Intel HD4200/HD4400/HD4600 Mobile on Yosemite

Slightly off-topic since this is framebuffer related, but still probably the best place to post this:
If you are getting graphics corruption/artifacts/glitches with ig-platform-id 0xa260006, but can't use one of the other 32MB framebuffers for some reason (in my case, only this fb allows the backlight to be turned back on after display sleep), try this patch:
Code:
<dict>
    <key>Name</key>
    <string>AppleIntelFramebufferAzul</string>
    <key>Comment</key>
    <string>0x0a260006 9MB cursor bytes patch</string>
    <key>Find</key>
    <string>0600260a01030303000000020000300100006000</string>
    <key>Replace</key>
    <string>0600260a01030303000000020000300100009000</string>
</dict>
It worked for me (although I had very minimal corruption in the first place, pretty much only in mission control application icons). Another user who was seeing a lot more artifacts also reported success with this patch in the XPS13 thread where I first posted this.

Hello there. I would like to ask how you apply this patch? Thank you
 
If you follow the guide, the patch is included automatically:

http://www.tonymacx86.com/el-capita...de-booting-os-x-installer-laptops-clover.html

Otherwise, read the Clover wiki.


I actually have a config.plist that I have downloaded for Y510p. I am following this guide: http://www.insanelymac.com/forum/topic/303276-guide-for-installing-os-x-on-lenovo-ideapad-y510p/
I am on the Graphics part and then I have been linked to this post

I have had a look through the Clover Wiki but I can't seem to see how I add these patches into the config.plist. Do I use a certain editor to add the code? Does it have to be "compiled", sorry there is something I am just not getting. I am keen to learn though
 
I actually have a config.plist that I have downloaded for Y510p. I am following this guide: http://www.insanelymac.com/forum/topic/303276-guide-for-installing-os-x-on-lenovo-ideapad-y510p/
I am on the Graphics part and then I have been linked to this post

I have had a look through the Clover Wiki but I can't seem to see how I add these patches into the config.plist. Do I use a certain editor to add the code? Does it have to be "compiled", sorry there is something I am just not getting. I am keen to learn though

See plists linked from guide (provided in my previous reply).

Use a plist editor such as Xcode or PlistEdit Pro. Use copy/paste.
 
See plists linked from guide (provided in my previous reply).

Use a plist editor such as Xcode or PlistEdit Pro. Use copy/paste.


I used the 4600 plist from the post. The bootloader only has the option of Windows recovery. Any idea why that would be?

Thanks
 
I used the 4600 plist from the post. The bootloader only has the option of Windows recovery. Any idea why that would be?

Thanks

What do you mean by "the bootloader"? If you mean Clover, perhaps you neglected to copy HFSPlus.efi.
 
Hi all! I'm totally confused about enabling qe/ci with this device (IntelHD 4400 0x0a16)

Intel Corei5 4200u (haswell)

Yosemite 10.10.5 with Clover

My config.plist avilable here.

Can anyone help me? :confused:
 

Attachments

  • config.plist
    4.3 KB · Views: 232
Hi all! I'm totally confused about enabling qe/ci with this device (IntelHD 4400 0x0a16)

Intel Corei5 4200u (haswell)

Yosemite 10.10.5 with Clover

My config.plist avilable here.

Can anyone help me? :confused:

Your config.plist lacks Devices/FakeID/IntelGFX=0x04128086.

Follow the Clover guide linked from the FAQ.

http://www.tonymacx86.com/el-capita...faq-read-first-laptop-frequent-questions.html

And: http://www.tonymacx86.com/el-capita...-fix-hd4200-hd4400-hd4600-hd5600-10-11-a.html
 
there is a possibility of a future support for 8086:0402 (HD 4200)?
 
Back
Top