Contribute
Register

i3-4130 GA-H87N-WIFI HD4400 Graphics not supported

Status
Not open for further replies.
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

chimera uses PCIRootUID=1 by default try using flag PCIRootUID=0 both 0/1 work for intel gfx hd3000 and up
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

At this point I would delete the /Extra folder, backing up any DSDT.aml files, FileNVram from Modules if you have installed it and re run MultiBeast. Seems as if there is no injection taking place.
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

Hi Adrian


I have exhaustively tried the IGPlatformID= XXXXXXXX method in org.chameleon.Boot.plist. Numerous values.

It makes no difference. I make the edit. Save the file. Reboot. The hackintosh remains the same. No Quartz acceleration, and no means to increase the display resolution (1024x768). Still the "Graphics not supported" message in the System Report. I have the display linked via DVI-D. Tried the HDMI port ( that works too ) but same problem.

Do I need to do anything other than save the plist file in order for things to "stick"?

Keep in mind that IGPlatformID has no effect without one of GraphicsEnabler=Yes or IGPEnabler=Yes.
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

Ok I have managed to get the Hackintosh to remove the error of "Graphics not supported"

Current plist
Code:
<dict>
	<key>EthernetBuiltIn</key>
	<string>Yes</string>
	<key>GraphicsEnabler</key>
	<string>No</string>
	<key>IGPEnabler</key>
	<string>Yes</string>
	<key>Kernel</key>
	<string>mach_kernel</string>
	<key>Kernel Flags</key>
	<string></string>
	<key>Legacy Logo</key>
	<string>Yes</string>
	<key>Timeout</key>
	<string>2</string>
        <key>GenerateCStates</key>
        <string>Yes</string>
        <key>GeneratePStates</key>
        <string>Yes</string>
        <key>UseKernelCache</key>
        <string>No</string>
        <key>Graphics Mode</key>
        <string>"1920x1080x32"</string>
<key>IntelAzulFB</key>
<string>10</string>
<key>IGPlatformID</key>
<string>0D220003</string>
<key>PCIRootUID</key>
<string>1</string>
</dict>

Although this appears to be a step in the right direction, the still have the problem of no Quartz acceleration, and still no means to increase the display resolution (1024x768). Any other things I can do?

Thanks everyone so far. I really want to get to the bottom of this.
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

I think I have tried every IGPlatformID in the in the recommended boot flags for chameleon post for Intel HD 4600/5000 (Azul), one by one. Save and reboot.
(
http://www.tonymacx86.com/378-new-intel-hd-graphics-boot-flags-chimera.html )
I can't see any way to increase the resolution from 1024x768 without seriously having to go back to university and studying computer science.

Code:
<dict>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>IGPEnabler</key>
    <string>Yes</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string></string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>2</string>
        <key>GenerateCStates</key>
        <string>Yes</string>
        <key>GeneratePStates</key>
        <string>Yes</string>
        <key>UseKernelCache</key>
        <string>No</string>
        <key>Graphics Mode</key>
        <string>"1920x1080x32"</string>
<key>IntelAzulFB</key>
<string>10</string> <--- tried 1 - 15 with IGPlatformID = 0D220003
<key>IGPlatformID</key>
<string>0D220003</string> <--- every value tried
<key>PCIRootUID</key>
<string>1</string>
</dict>


Starting to lose faith in this.
Is there anyone else that runs the same spec machine as me that could provide some pointers?

 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

@sidouglas: I am using the exact same Gigabyte motherboard as you. I managed to install all drivers, but not the graphics card driver. I also tried several IGPlatformID values. With that i wasn't able to increase the graphics resultion. I set the resultion manually to the full hd resolution without IGPlatformID and IGPEnabler. With HDMI I managed to get the full resolution, but I didn't get any hardware acceleration and under "about this mac" i got the "unknown grpahics device" (or similar) message. I am using a Xeon® Processor E3-1225V3 with internal graphics card "Intel® HD Graphics P4600".

I am also a little bit disappointed that it doesn't work as expected. This is the knock-out criterion for OS X 86 for me.

I also appreciate all suggestions what else could be tried to resolve this issue.
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

I think I have tried every IGPlatformID in the in the recommended boot flags for chameleon post for Intel HD 4600/5000 (Azul), one by one. Save and reboot.
(
http://www.tonymacx86.com/378-new-intel-hd-graphics-boot-flags-chimera.html )
I can't see any way to increase the resolution from 1024x768 without seriously having to go back to university and studying computer science.

Code:
<dict>
    <key>EthernetBuiltIn</key>
    <string>Yes</string>
    <key>GraphicsEnabler</key>
    <string>No</string>
    <key>IGPEnabler</key>
    <string>Yes</string>
    <key>Kernel</key>
    <string>mach_kernel</string>
    <key>Kernel Flags</key>
    <string></string>
    <key>Legacy Logo</key>
    <string>Yes</string>
    <key>Timeout</key>
    <string>2</string>
        <key>GenerateCStates</key>
        <string>Yes</string>
        <key>GeneratePStates</key>
        <string>Yes</string>
        <key>UseKernelCache</key>
        <string>No</string>
        <key>Graphics Mode</key>
        <string>"1920x1080x32"</string>
<key>IntelAzulFB</key>
<string>10</string> <--- tried 1 - 15 with IGPlatformID = 0D220003
<key>IGPlatformID</key>
<string>0D220003</string> <--- every value tried
<key>PCIRootUID</key>
<string>1</string>
</dict>


Starting to lose faith in this.
Is there anyone else that runs the same spec machine as me that could provide some pointers?


Remove PCIRootUID.
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported


This post was started 2 weeks ago. Little progress made.

Everyone is trying to help and give you suggestions. Have to tried a clean install in those 2 weeks?
 
Status
Not open for further replies.
Back
Top