Contribute
Register

problems with intel hd 4600 in el capitan

Status
Not open for further replies.
Joined
Jul 8, 2014
Messages
239
Motherboard
msi ge60 2pc (apache)
CPU
i5 4200h/HM86
Graphics
intel HD 4600/NVIDIA GTX850/1080p
Mobile Phone
  1. Android
Hi, I've got well configured mackintosh in yosemite but when i make a clean installation of el capitan the graphics are bug. I read the post about fake id fix but don't found for me or i don't do it well thanks
 
Iknow the insue that ive got but i dont know how fix it. in Yosemite i must patch libCLVMIGILPlugin.dylib from terminalbut i cant do it in el capitan.


No. That patch is not a valid fix. Not even on 10.10.

I try Install both FakePCIID.kext and FakePCIID_HD4600_HD4400.kext in /System/Library/Extensions, /Extra/Extensions or Clover kexts. but no found yet for me

http://www.tonymacx86.com/el-capita...-fix-hd4200-hd4400-hd4600-hd5600-10-11-a.html

If you follow the Clover guide linked from the FAQ, you already have the correct settings in config.plist, and all you need is the FakePCIID kexts.
 
No. That patch is not a valid fix. Not even on 10.10.



http://www.tonymacx86.com/el-capita...-fix-hd4200-hd4400-hd4600-hd5600-10-11-a.html

If you follow the Clover guide linked from the FAQ, you already have the correct settings in config.plist, and all you need is the FakePCIID kexts.

Installed the fakePCIID kext with ikext and i put in clover kext folder too but graphics acceleration don't found yet, i think my config.plist is well tooView attachment config.plist
 
help me to have a graphics card HD 4600 on ASUS k750jb
not working opengl

View attachment ioreg.zipView attachment RehabMan.zip

<key>FakeID</key>
<dict>
<key>IntelGFX</key>
<string>0x04128086</string>
</dict>
<key>Graphics</key>
<dict>
<key>Inject</key>
<dict>
<key>ATI</key>
<false/>
<key>Intel</key>
<true/>
<key>NVidia</key>
<false/>
</dict>
<key>NvidiaSingle</key>
<false/>
<key>ig-platform-id</key>
<string>0xa260000</string>
</dict>
 
Installed the fakePCIID kext with ikext and i put in clover kext folder too but graphics acceleration don't found yet, i think my config.plist is well tooView attachment 157606

Download patchmatic: https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/RehabMan-patchmatic-2015-0107.zip
Extract the 'patchmatic' binary from the ZIP. Copy it to /usr/bin, such that you have the binary at /usr/bin/patchmatic.

In terminal,
Code:
if [ -d ~/Downloads/RehabMan ]; then rm -R ~/Downloads/RehabMan; fi
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

Note: It is easier if you use copy/paste instead of typing the commands manually.

Post contents of Downloads/RehabMan directory (as ZIP).

Also, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html. Please, use the IORegistryExplorer v2.1 attached to the post! DO NOT reply with an ioreg from any other version of IORegistryExplorer.app.

And output from:
Code:
kextstat|grep -y acpiplat
kextstat|grep -y appleintelcpu
kextstat|grep -y applelpc

Also, post EFI/Clover folder.
 
- deleted/patched/damaged graphics kexts
FakePCIID.kext and FakePCIID_HD4600_HD4400.kext
the rest is removed
- incorrect/unneeded patches in config.plist
you can specify
I tried all the options ig-platform-id 0xa260005, 0xa260000, 0xa160000, 0xa2e0008, 0xa2e000a
View attachment config.plist
- need to rebuild cache and reboot
done, but nothing has changed
 
FakePCIID.kext and FakePCIID_HD4600_HD4400.kext
the rest is removed

Not sure what you mean by "the rest is removed"...

You should do a fresh install. It is clear you have damaged or missing kexts.
 
Status
Not open for further replies.
Back
Top