Contribute
Register

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

No such thing as IntelHD5000.kext. But there is AppleIntelHD5000Graphics.kext. It is installed by the OS X installer and implements QE for Haswell graphics.

Do not delete kexts.

Oh, it must be hidden as I could not find it.

I will post what you need later because I need lots of help. Tried so many things and cannot get my About This Mac to say the correct amount of VRAM my Intel HD 4200 has. (Says 4 MB)
 
Oh, it must be hidden as I could not find it.

Not hidden.

Post output of:
Code:
ls -l /System/Library/Extensions |grep -y .*5000.*
 
Code:
Last login: Wed Jun  1 11:56:21 on ttys001

Jeffs-MacBook-Pro:~ jeff$ ls -l /System/Library/Extensions/ |grep -y .*5000.*

drwxr-xr-x@ 3 root  wheel  102 Apr 26 03:38 AMD5000Controller.kext

drwxr-xr-x@ 3 root  wheel  102 Apr 26 03:39 AppleIntelHD5000Graphics.kext

drwxr-xr-x@ 3 root  wheel  102 Apr 26 03:38 AppleIntelHD5000GraphicsGLDriver.bundle

drwxr-xr-x@ 3 root  wheel  102 Apr 26 03:37 AppleIntelHD5000GraphicsMTLDriver.bundle

drwxr-xr-x@ 3 root  wheel  102 Apr 26 03:38 AppleIntelHD5000GraphicsVADriver.bundle

Jeffs-MacBook-Pro:~ jeff$

Ah, yes it was found in that location.
 
Not hidden.

Post output of:
Code:
ls -l /System/Library/Extensions |grep -y .*5000.*

Hey, sorry for the double post. I managed to completely fix my laptop! It's running (almost) 100% now! I just have to figure out which WiFi cards are compatible with my laptop, but I have fixed the graphics. It now reads >1000mb!

I changed the ig-platform-id to something you had suggested in an old post to somebody with the same Intel HD card, checked "Inject EDID", and it fired right up perfectly.

Thanks for all the help, RehabMan. Lots of us would be lost without you (lol)
 
Hey, sorry for the double post. I managed to completely fix my laptop! It's running (almost) 100% now! I just have to figure out which WiFi cards are compatible with my laptop, but I have fixed the graphics. It now reads >1000mb!

I changed the ig-platform-id to something you had suggested in an old post to somebody with the same Intel HD card, checked "Inject EDID", and it fired right up perfectly.

Thanks for all the help, RehabMan. Lots of us would be lost without you (lol)

WiFi covered in FAQ: http://www.tonymacx86.com/threads/faq-read-first-laptop-frequent-questions.164990/
 
hi there can someone help me to have QE/CI on my samsung laptop

Mobo: Samsung NP270E5E-K01US (Clover)
CPU: Pentium 2117u/HM70
Graphics: HD4000, 1366x768

someone made my DSDT for me to fix some issues ( like battery status, randoms freezes etc...) but still no have QE/CI for graphics

see my config.plist, DSDT and ioreg in archive hope it help thanks
 

Attachments

  • Archive.zip
    18.5 KB · Views: 114
hi there can someone help me to have QE/CI on my samsung laptop

Mobo: Samsung NP270E5E-K01US (Clover)
CPU: Pentium 2117u/HM70
Graphics: HD4000, 1366x768

someone made my DSDT for me to fix some issues ( like battery status, randoms freezes etc...) but still no have QE/CI for graphics

see my config.plist, DSDT and ioreg in archive hope it help thanks

Your laptop does not have HD4000. Pentium graphics are not supported by any version of OS X.
 
ok thanks to confirm that
 
Hi, please help me with Lenovo E540 i7-4702MQ.
I fixed DSDT as wrote in manual. Placed FakeID kexts, but when i boot clover with option "Inject ID" it fails to enter GUI, system starts but never enter login screen. But when i disable "Inject ID" system starts an get in Login screen it feels like working in Safe mode. I think that i missed something....:rolleyes:

Please have a look at my configs (ioreg and clover zips are attached).
Thanks in advance !

p.s. sorry for my english
 

Attachments

  • ioreg file.zip
    3.1 MB · Views: 142
  • CLOVER.zip
    2.3 MB · Views: 137
Hi, please help me with Lenovo E540 i7-4702MQ.
I fixed DSDT as wrote in manual. Placed FakeID kexts, but when i boot clover with option "Inject ID" it fails to enter GUI, system starts but never enter login screen. But when i disable "Inject ID" system starts an get in Login screen it feels like working in Safe mode. I think that i missed something....:rolleyes:

Please have a look at my configs (ioreg and clover zips are attached).
Thanks in advance !

p.s. sorry for my english

Your ACPI configuration is wrong. DropOem=true is required with patched SSDTs in ACPI/patched. You have it set false.

And based on ACPI/origin, you should have in ACPI/patched:
DSDT.aml
SSDT.aml (from ssdtPRgen.sh)
SSDT-0.aml
SSDT-1.aml
SSDT-2.aml
SSDT-3.aml
SSDT-4.aml
SSDT-8.aml

See guide: http://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.175789/

Also, config.plist/Graphics/Inject/Intel should be true. You have it set false.

And Clover/kexts is wrong too. VoodooPS2Daemon is not a kext and should not be present.
 
Back
Top