Contribute
Register

I can't get HD 4600 working on 10.10.3 on my Lenovo Y510p

Status
Not open for further replies.
Joined
Mar 14, 2014
Messages
19
Motherboard
Gigabyte Z87MX-D3H
CPU
Intel Core i5-4690k
Graphics
EVGA GTX 970 SC ACX 2.0
Mac
  1. MacBook Pro
Classic Mac
  1. iMac
  2. Power Mac
Mobile Phone
  1. Android
So I've followed both the-darkvoid and RehabMan's guides for getting QE/CI working on HD4600 graphics, but neither works. The guide for my laptop says to use FakePCIID, but that didn't work. It says I have 7mb graphics. The Nvidia 750m is disabled, and I can boot in to Yosemite just fine. Screen Shot 2015-06-29 at 9.06.38 AM.png

Specs:

i7-4700mq
Intel HD 4600
1920x1080
8gb DDR3
Disabled Nvidia GT 750m
I am using clover, and have applied every patch I've read about (and disabling conflicting ones before trying to apply another patch, obviously).
 
So I've followed both the-darkvoid and RehabMan's guides for getting QE/CI working on HD4600 graphics, but neither works. The guide for my laptop says to use FakePCIID, but that didn't work. It says I have 7mb graphics. The Nvidia 750m is disabled, and I can boot in to Yosemite just fine. View attachment 142478

Specs:

i7-4700mq
Intel HD 4600
1920x1080
8gb DDR3
Disabled Nvidia GT 750m
I am using clover, and have applied every patch I've read about (and disabling conflicting ones before trying to apply another patch, obviously).

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

Also, post EFI/Clover folder.
 
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

Also, post EFI/Clover folder.

The files you requested are below, and the output of kextstat|grep -y acpiplat is:

13 2 0xffffff7f81d31000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>

and kextstat|grep -y appleintelcpu outputted nothing.
 

Attachments

  • CLOVER.zip
    6.8 MB · Views: 66
  • abc.ioreg
    1.2 MB · Views: 111
  • RehabMan.zip
    25.6 KB · Views: 51
The files you requested are below, and the output of kextstat|grep -y acpiplat is:

13 2 0xffffff7f81d31000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>

and kextstat|grep -y appleintelcpu outputted nothing.

Your configuration looks correct, but the kexts are not loaded. Make sure all kexts are vanilla. Do a fresh install if necessary.
 
Your configuration looks correct, but the kexts are not loaded. Make sure all kexts are vanilla. Do a fresh install if necessary.

I returned all the Kexts that I modified to stock. Should I upload the files from IORegistryExplorer, RehabMan.zip, and the output of the terminal commands again?
 
I returned all the Kexts that I modified to stock. Should I upload the files from IORegistryExplorer, RehabMan.zip, and the output of the terminal commands again?

If still not working, do a fresh install.
 
If still not working, do a fresh install.
So I got it working by updating to 10.10.4, but now I do have some (fairly minor) graphical glitches. Like sometimes after having the dock pop up a couple times, it will leave an orange bar with some random artifacting around it. Just random artifacting sometimes, and it goes away after being covered by something. Is this a known problem? Thanks.
 
So I got it working by updating to 10.10.4, but now I do have some (fairly minor) graphical glitches. Like sometimes after having the dock pop up a couple times, it will leave an orange bar with some random artifacting around it. Just random artifacting sometimes, and it goes away after being covered by something. Is this a known problem? Thanks.

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

Also, post EFI/Clover folder.
 
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

Also, post EFI/Clover folder.
It fixed itself after a few reboots, not sure why. Doesn't really matter to me as long as it works. Thanks for your help.
 
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

Also, post EFI/Clover folder.
Started happening again, so heres the stuff. Output of the terminal commands:
13 2 0xffffff7f81ec9000 0x65000 0x65000 com.apple.driver.AppleACPIPlatform (3.1) <12 11 7 6 5 4 3 1>
and kextstat|grep -y appleintelcpu didn't output anything.

Other files are below.

View attachment RehabMan 2.zip View attachment a.ioreg View attachment CLOVER.zip
 
Status
Not open for further replies.
Back
Top