Contribute
Register

Intel HD 4400 without QE/CI, and hardware acceleration

Status
Not open for further replies.
Joined
Jan 23, 2015
Messages
11
Motherboard
Marvericks 10.9
CPU
I5 4210U
Graphics
Intel HD 4400
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
(First of all, I am Brazilian and my english is very bad, if something does not make sense is because I'm stupid)


Hello, I have a Dell I14 - 3442 with an Intel 4210U processor, and Intel HD Graphics 4400, my problem is I can not get graphics acceleration, I'm using Chameleon, sought enough as it is my first attempt to have a hackintosh and changed the boot.plist this way:

<key>InjectIntel-ig</key>

<string>0600260A</string>
<key>Instant Menu</key>
<string>Yes</string>
<key>IntelAzulFB</key>
<string>12</string>


Got no change. At this point my hardware was detected as an Intel HD 4400 with 64 MB 1024x768 resolution. I decided to download the Chameleon Wizard and activated the graphics mode to 1366x768, now the resolution is correct but still being detected with 64 MB and no QE/CI.

At the moment the graphical part of the boot.plist looks like this:

<key>Graphics Mode</key>

<string>1366x768x32</string>
<key>GraphicsEnabler</key>
<string>Yes</string>
<key>InjectIntel-ig</key>
<string>0600260A</string>
<key>Instant Menu</key>
<string>Yes</string>
<key>IntelAzulFB</key>
<string>12</string>

Someone could help me? I configure the audio, the network, etc. I could not get the wireless card that is not compatible, and enable QE/CI Intel HD 4400.


Thanks :D
 
(First of all, I am Brazilian and my english is very bad, if something does not make sense is because I'm stupid)


Hello, I have a Dell I14 - 3442 with an Intel 4210U processor, and Intel HD Graphics 4400, my problem is I can not get graphics acceleration, I'm using Chameleon, sought enough as it is my first attempt to have a hackintosh and changed the boot.plist this way:
Code:
[COLOR=#000000][FONT=Verdana]
<key>InjectIntel-ig</key>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<string>0600260A</string>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<key>Instant Menu</key>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<string>Yes</string>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<key>IntelAzulFB</key>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<string>12</string>[/FONT][/COLOR]


Got no change. At this point my hardware was detected as an Intel HD 4400 with 64 MB 1024x768 resolution. I decided to download the Chameleon Wizard and activated the graphics mode to 1366x768, now the resolution is correct but still being detected with 64 MB and no QE/CI.

At the moment the graphical part of the boot.plist looks like this:
Code:
[COLOR=#000000][FONT=Verdana]
<key>Graphics Mode</key>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<string>1366x768x32</string>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<key>GraphicsEnabler</key>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<string>Yes</string>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<key>InjectIntel-ig</key>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<string>0600260A</string>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<key>Instant Menu</key>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<string>Yes</string>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<key>IntelAzulFB</key>[/FONT][/COLOR]
[COLOR=#000000][FONT=Verdana]<string>12</string>
[/FONT][/COLOR]

Someone could help me? I configure the audio, the network, etc. I could not get the wireless card that is not compatible, and enable QE/CI Intel HD 4400.


Thanks :D

Not a desktop. Moved to laptop support. Assuming this is Yosemite...

Download patchmatic: https://github.com/RehabMan/OS-X-MaciASL-patchmatic.
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:
rm -Rf ~/Downloads/RehabMan
mkdir ~/Downloads/RehabMan
cd ~/Downloads/RehabMan
patchmatic -extract

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.
 
Not Yosemite, I am using the Mavericks 10.9.0 which theoretically supports Intel HD4400, b ut I still can not activate correctly.
 
Thank you for helping me! :thumbup:

I downloaded patchmatic and put it in /usr/bin, but when using the command in the terminal, I get the following message:




rm: illegal option - F
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file


I'm newbie, what did I do wrong?
 
Thank you for helping me! :thumbup:

I downloaded patchmatic and put it in /usr/bin, but when using the command in the terminal, I get the following message:




rm: illegal option - F
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file


I'm newbie, what did I do wrong?

Use copy/paste instead of typing. The command I posted was 'rm -Rf', there was no use of a '-F' flag (flags are case sensitive).

Follow the instructions exactly.
 
Ok, tried again and now gave another error message.


Last login: Fri Jan 23 15:37:31 on ttys000
Mac-Pro-de-Rafael:~ rafaelcarvalho$ rm -Rf ~/Downloads/RehabMan
Mac-Pro-de-Rafael:~ rafaelcarvalho$ mkdir ~/Downloads/RehabMan
Mac-Pro-de-Rafael:~ rafaelcarvalho$ cd ~/Downloads/RehabMan
Mac-Pro-de-Rafael:RehabMan rafaelcarvalho$ patchmatic -extract
-bash: patchmatic: command not found
Mac-Pro-de-Rafael:RehabMan rafaelcarvalho$
 
Ok, tried again and now gave another error message.


Last login: Fri Jan 23 15:37:31 on ttys000
Mac-Pro-de-Rafael:~ rafaelcarvalho$ rm -Rf ~/Downloads/RehabMan
Mac-Pro-de-Rafael:~ rafaelcarvalho$ mkdir ~/Downloads/RehabMan
Mac-Pro-de-Rafael:~ rafaelcarvalho$ cd ~/Downloads/RehabMan
Mac-Pro-de-Rafael:RehabMan rafaelcarvalho$ patchmatic -extract
-bash: patchmatic: command not found
Mac-Pro-de-Rafael:RehabMan rafaelcarvalho$

You have not installed the patchmatic binary to /usr/bin.
 
Apparently is in the right place, right?

AmaCZttJam7fz8WZheb8XiXxcOYmjJ5dIRn6IynPZMIA.jpg AnyqHqqB7VKKa3qtxJcUH8dvgLTUoKu1VPRgsqFFPNvt.jpg
 
Status
Not open for further replies.
Back
Top