The following table shows the devices which can be supported in Yosemite and indicates which ones need additional configuration:
(If your Intel HD Graphics is not working in Yosemite and not listed post your information in this thread)
FakePCIID Installation
Note: Remove any existing patches to AppleIntelHD5000Graphics and libCLVMIGILPlugin.dylib before taking the below steps, including kext patches through Clover.
A backup of libCLVMIGILPlugin.dylib should exist in /System/Library/Frameworks/OpenCL.framework/Versions/Current/Libraries/libCLVMIGILPlugin.dylib.bak
The latest release of FakePCIID can be found here:
https://bitbucket.org/RehabMan/os-x-...i-id/downloads
The source code is located at:
https://github.com/RehabMan/OS-X-Fake-PCI-ID
Install both FakePCIID.kext and FakePCIID_HD4600_HD4400.kext in /System/Library/Extensions, /Extra/Extensions or Clover kexts.
Intel HD4200 Mobile [8086:0a1e] using FakePCIID
Intel HD4400 Mobile [8086:0a16] using FakePCIID
Intel HD4600 Mobile [8086:0416] using FakePCIID
- Install FakePCIID according to above instructions
- Additionally ensure that either a DSDT injection is done, or insert a fakeid and platform-id through clover.
Clover Example (Only contains keys which need to be changed):Code:<key>Devices</key> <dict> <key>FakeID</key> <dict> <key>IntelGFX</key> <string>0x04128086</string> ... <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <true/> </dict> <key>ig-platform-id</key> <string>0x0a260006</string>
Code:into method label _DSM parent_adr 0x00020000 remove_entry; into device name_adr 0x00020000 insert begin Method (_DSM, 4, NotSerialized)n {n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }n Return (Package()n {n "device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },n "AAPL,ig-platform-id", Buffer() { 0x06, 0x00, 0x26, 0x0a },n "hda-gfx", Buffer() { "onboard-1" },n "model", Buffer() { "Intel HD 4600" },n })n }n end;
Intel HD4400 Mobile [8086:0a16] using FakePCIID
- Install FakePCIID according to above instructions
- Apply the following if experiencing graphic corruption while using ig-platform-id 0xa260006:
In some cases the display of OS X (particularly the menu bar) is garbled.
It is possible a 9MB cursor framebuffer patch resolves this problem.
Refer to the following two posts for more information:
Intel HD4400 Desktop [8086:041e] using FakePCIID
- Install FakePCIID according to above instructions
- Additionally ensure that either a DSDT injection is done, or insert a fakeid and platform-id through clover.
Clover Example (Only contains keys which need to be changed):Code:<key>Devices</key> <dict> <key>FakeID</key> <dict> <key>IntelGFX</key> <string>0x04128086</string> ... <key>Graphics</key> <dict> <key>Inject</key> <dict> <key>Intel</key> <true/> </dict> <key>ig-platform-id</key> <string>0x0d220003</string>
Code:into method label _DSM parent_adr 0x00020000 remove_entry; into device name_adr 0x00020000 insert begin Method (_DSM, 4, NotSerialized)\n {\n If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n Return (Package()\n {\n "device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },\n "AAPL,ig-platform-id", Buffer() { 0x03, 0x00, 0x22, 0x0d },\n "hda-gfx", Buffer() { "onboard-1" },\n "model", Buffer() { "Intel HD 4400" },\n })\n }\n end;
Tem algum contato para me dar uma ajuda? To com dúvidas no tutorial. Comprei uma Nvidia fraca para deixar com QI/CI. Mas a onboard é muito melhor.
ResponderExcluirMinha placa mãe: http://br.gigabyte.com/products/product-page.aspx?pid=4833#ov REV 2.0
VendorID: 8086
DeviceID: 0412
Meu config.plist do clover: https://www.dropbox.com/s/xu5xmmbx7o2yc3g/config.plist?dl=0
Removi todos os drivers INTELHD de vídeo e movi par uma pasta backup, preciso restaurar?
No pack que baixei não tem "FakePCIID_HD4600_HD4400.kex, mas tem "FakePCIID_Intel_HD_Graphics.kext".
pode me ajudar?