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

[QUOTE]No kidding. It shows you have taken your system far from the linked Golden Build configuration; not clear the current installation is repairable. [/QUOTE]
Ok, will format the disk and start over tonight.
2nd request, attach the dsdt.

View attachment CustoMacMini-DSDT-Free.mb

Thank you for the suggestions.
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

I have a fresh install of 10.9.1
The BIOS settings are the same as post #1

IGFX enabled :
http://imgur.com/t6CJPrF
Profile saved as Profile 1 :http://imgur.com/tAi6qNA
Intel Vd-t disabled :http://imgur.com/VHRR6vl
XMP disabled : http://imgur.com/vpxb8UI

Went through again carefully through the Golden Build Post and formatted the drive and reinstalled 10.9.1 with Multibeast.
This board is very simple to setup as there is no need for a DSDT

No need for a DSDT, so therefore used the posted
MB Config File:CustoMacMini-DSDT-Free.mb for Multibeast. (Refer to Golden Build Post)

According to @Adrian, the PC needs a Chimera Bootflag, so used
0D220003 Chimera HD 4600 Default.
The org.chameleon.boot.plist file now looks like this:

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>Yes</string>
        <key>Graphics Mode</key>
        <string>"1920x1080x32"</string>
    <key>IGPlatformID</key>
    <string>0D220004</string>
</dict>

I Reran IOREG as per @Rehabman:

View attachment ioreg.zip

All in all, the machine still does
n't recognise the graphics card:
photo.JPG




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

I have a fresh install of 10.9.1
The BIOS settings are the same as post #1

IGFX enabled :
http://imgur.com/t6CJPrF
Profile saved as Profile 1 :http://imgur.com/tAi6qNA
Intel Vd-t disabled :http://imgur.com/VHRR6vl
XMP disabled : http://imgur.com/vpxb8UI

Went through again carefully through the Golden Build Post and formatted the drive and reinstalled 10.9.1 with Multibeast.

No need for a DSDT, so therefore used the posted
MB Config File:CustoMacMini-DSDT-Free.mb for Multibeast. (Refer to Golden Build Post)

According to @Adrian, the PC needs a Chimera Bootflag, so used
0D220003 Chimera HD 4600 Default.
The org.chameleon.boot.plist file now looks like this:

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>Yes</string>
        <key>Graphics Mode</key>
        <string>"1920x1080x32"</string>
    <key>IGPlatformID</key>
    <string>0D220004</string>
</dict>

I Reran IOREG as per @Rehabman:

View attachment 83607

All in all, the machine still does
n't recognise the graphics card:
View attachment 83606





According to your boot-log, you have an i3-4130 with HD4400, not i3-4330 with HD4600. Your profile and the title for this thread is incorrect.

Device-id is 8086:041e, which is not recognized natively by AppleIntelFramebufferAzul.kext.

Maybe a device-id fake will work with SSDT:
Code:
DefinitionBlock("ssdt-gr.aml", "SSDT", 1, "IgFake", "IgFake", 0x00001000)
{
    Method(_SB.PCI0.GFX0._DSM, 4, NotSerialized)
    {
        If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }
        Return (Package()
        {
            "device-id", Buffer() { 0x12, 0x04, 0x00, 0x00 },
            "compatible", Buffer() { "pci8086,412" },
            "name", Buffer() { "pci8086,412" },
            "AAPL,ig-platform-id", Buffer() { 0x03, 0x00, 0x22, 0x0d },
        })
    }
}

Compiled ssdt-gr.aml is attached. Place in /Extra/ssdt.aml where it can be loaded by the bootloader.

Note: This SSDT maps the device-id to 0x0412 (desktop HD4600). Also appropriate might be 0x0a16 (mobile HD4400).
 

Attachments

  • ssdt-gr.aml
    171 bytes · Views: 277
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

According to your boot-log, you have an i3-4130 with HD4400, not i3-4330 with HD4600. Your profile and the title for this thread is incorrect.

o_O Well, that has just changed everything.

I have in fact the wrong processor. Facepalm.

Since HD4400 is not supported by default, I think it's best to just stop this thread here.

@RehabMan — thank you for the aml file. I popped it in, and I was able to up the resolution. Unfortunately there is no graphic acceleration.

Thanks to everyone who has contributed. But in the end, the only person to blame is this guy started this post. PEBKAC!
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

o_O Well, that has just changed everything.

I have in fact the wrong processor. Facepalm.

Since HD4400 is not supported by default, I think it's best to just stop this thread here.

@RehabMan — thank you for the aml file. I popped it in, and I was able to up the resolution. Unfortunately there is no graphic acceleration.

Thanks to everyone who has contributed. But in the end, the only person to blame is this guy started this post. PEBKAC!

You may still be able to get it to work.

With ssdt in place, post ioreg: http://www.tonymacx86.com/audio/58368-guide-how-make-copy-ioreg.html
 
i3-4330 GA-H87N-WIFI HD4600 Graphics not supported

I appreciate your optimism!

Thank you.

View attachment 83830

This is with more of a HD4400 mobile setup.

Code:
DefinitionBlock("ssdt-gr.aml", "SSDT", 1, "IgFake", "IgFake", 0x00001000)
{
    Method(_SB.PCI0.GFX0._DSM, 4, NotSerialized)
    {
        If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }
        Return (Package()
        {
            "device-id", Buffer() { 0x16, 0x0a, 0x00, 0x00 },
            "compatible", Buffer() { "pci8086,a16" },
            "name", Buffer() { "pci8086,a16" },
            "AAPL,ig-platform-id", Buffer() { 0x06, 0x00, 0x26, 0x0a },
        })
    }
}

Note: it may be that dual-link is required (although it wouldn't seem so)
Code:
DefinitionBlock("ssdt-gr.aml", "SSDT", 1, "IgFake", "IgFake", 0x00001000)
{
    Method(_SB.PCI0.GFX0._DSM, 4, NotSerialized)
    {
        If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }
        Return (Package()
        {
            "device-id", Buffer() { 0x16, 0x0a, 0x00, 0x00 },
            "compatible", Buffer() { "pci8086,a16" },
            "name", Buffer() { "pci8086,a16" },
            "AAPL,ig-platform-id", Buffer() { 0x06, 0x00, 0x26, 0x0a },
            "AAPL00,DualLink", Buffer() { 0x01, 0x00, 0x00, 0x00 },
        })
    }
}

I'll let you experiment with this stuff for a bit (use MaciASL to compile/Save As ACPI Machine Language Binary).

You may need to experiment with the various ig-platform-id values...
 

Attachments

  • ssdt-gr.aml
    171 bytes · Views: 189
Any progress here?

Note: I changed the title of the thread to accurately reflect the hardware involved.
 
Hi Rehabman.
I shelled out more clams and got the i4430.
Popped it in and it just worked.

i know this means defeat, but I was spinning my wheels.
Thanks for your help.

Maybe someone else will come along and continue this quest... But I agree with you... it is much easier just to purchase the right hardware.
 
Status
Not open for further replies.
Back
Top