Contribute
Register

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

<dict>
<key>Comment</key>
<string>Enable internal display after sleep for 0x0a2e000a, 0x0a26000a</string>
<key>Name</key>
<string>disabled:AppleIntelFrameBufferAzul</string>
<key>Find</key>
<data>AQAAAEAAAADWAAAABQUAAA==</data>
<key>Replace</key>
<data>AQAAAEAAAAAeAAAABQUAAA==</data>
</dict>

I tried to include this in the clover, but nothing I have not solved the problem of sleep, for my laptop the only id that does not create other problems apart from the sleep and this 0x0a26000a ..... serebbe fantastic if I could fix and

That patch will do nothing unless you enable it (remove 'disabled:')...
 

Attachments

  • IMG_0495.jpg
    IMG_0495.jpg
    841 KB · Views: 118
Hey

i have Dell Inspiron 3537
it has HD 4400 Graphics and ATi 7670M + Clover UEFI
i installed Yosemite and followed this guide
http://forum.osxlatitude.com/index.php?/topic/6721-dell-inspiron-3x375x377x37-clover-install-guide/

and i add the FakePCIIID Kexts and AppleIntelHD5000Graphics & AppleIntelFramebufferAzul kext

also inject it through DSDT but all i get is one of the two results
Either This Image
(in the attachment)
or it opens without QE / Cl

Please heeeelp

No need to install replacement graphics kexts.

Follow this guide: http://www.tonymacx86.com/yosemite-...oting-os-x-installer-laptops-clover-uefi.html
 
okay i put the original kexts back , patched the DSDT for the Platform id inject .
Still not working !

i get Graphics without QE / Cl
 
here you go
 

Attachments

  • sameh’s MacBook Air.zip
    319.9 KB · Views: 83
you might wanna look at this
 

Attachments

  • IMG_0007.jpg
    IMG_0007.jpg
    447.6 KB · Views: 118
been struggling to patch it

is this right ??

Method (_DSM, 4, NotSerialized)
{
If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }
Return (Package()
{
"device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },
"AAPL,ig-platform-id", Buffer() { 0x06, 0x00, 0x26, 0x0a },
"hda-gfx", Buffer() { "onboard-1" },
"model", Buffer() { "Intel HD 4400" },

i did this compiled no errors saved , but no difference . still not working ?
am i doing something wrong here ?
 
Back
Top