Jump to content

Nvidia 9800GT HDMI El Capitan


47 posts in this topic

Recommended Posts

25 minutes ago, HmO said:

Give me report from IORegistryExplorer

So, complicated situation, my old monitor has stopped working, now I have the new monitor with only hdmi and at the moment I do not have a DVI to HDMI adapter, I only have a very old montitor with vga, the vga attack starts but after loading is complete he tells me out of range.:cry:

Link to comment
Share on other sites

DSDT patch for 9800GT

# Insert device GFX0 into device with _ADR 0x00010000
#
into device name_adr Zero parent_adr 0x00010000 remove_entry;
into device name_adr 0x00010000 insert
begin
Device (GFX0)\n
{\n
    Name (_ADR, Zero)\n
    Method (_DSM, 4, NotSerialized)\n
    {\n
        Store (Package (0x18)\n
            {\n
                "@0,compatible", \n
                Buffer (0x0B)\n
                {\n
                    "NVDA,NVMac"\n
                }, \n
                "@0,device_type", \n
                Buffer (0x08)\n
                {\n
                    "display"\n
                }, \n
                "@0,name", \n
                Buffer (0x0F)\n
                {\n
                    "NVDA,Display-A"\n
                }, \n
                "@1,compatible", \n
                Buffer (0x0B)\n
                {\n
                    "NVDA,NVMac"\n
                }, \n
                "@1,device_type", \n
                Buffer (0x08)\n
                {\n
                    "display"\n
                }, \n
                "@1,name", \n
                Buffer (0x0F)\n
                {\n
                    "NVDA,Display-B"\n
                }, \n
                "NVCAP", \n
                Buffer (0x14)\n
                {\n
                    /* 0000 */    0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, \n
                    /* 0008 */    0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, \n
                    /* 0010 */    0x00, 0x00, 0x00, 0x00\n
                }, \n
                "NVPM", \n
                Buffer (0x1C)\n
                {\n
                    /* 0000 */    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \n
                    /* 0008 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \n
                    /* 0010 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \n
                    /* 0018 */    0x00, 0x00, 0x00, 0x00\n
                }, \n
                "VRAM,totalsize", \n
                Buffer (0x04)\n
                {\n
                    0x00, 0x00, 0x00, 0x20\n
                }, \n
                "device_type", \n
                Buffer (0x0C)\n
                {\n
                    "NVDA,Parent"\n
                }, \n
                "model", \n
                Buffer (0x18)\n
                {\n
                    "nVidia GeForce 9800 GTX"\n
                }, \n
                "rom-revision", \n
                Buffer (0x26)\n
                {\n
                    "nVidia GeForce 9800 GTX OpenGL Engine"\n
                }\n
            }, Local0)\n
        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
        Return (Local0)\n
    }\n
}
end

 

Link to comment
Share on other sites

4 hours ago, HmO said:

DSDT patch for 9800GT


# Insert device GFX0 into device with _ADR 0x00010000
#
into device name_adr Zero parent_adr 0x00010000 remove_entry;
into device name_adr 0x00010000 insert
begin
Device (GFX0)\n
{\n
    Name (_ADR, Zero)\n
    Method (_DSM, 4, NotSerialized)\n
    {\n
        Store (Package (0x18)\n
            {\n
                "@0,compatible", \n
                Buffer (0x0B)\n
                {\n
                    "NVDA,NVMac"\n
                }, \n
                "@0,device_type", \n
                Buffer (0x08)\n
                {\n
                    "display"\n
                }, \n
                "@0,name", \n
                Buffer (0x0F)\n
                {\n
                    "NVDA,Display-A"\n
                }, \n
                "@1,compatible", \n
                Buffer (0x0B)\n
                {\n
                    "NVDA,NVMac"\n
                }, \n
                "@1,device_type", \n
                Buffer (0x08)\n
                {\n
                    "display"\n
                }, \n
                "@1,name", \n
                Buffer (0x0F)\n
                {\n
                    "NVDA,Display-B"\n
                }, \n
                "NVCAP", \n
                Buffer (0x14)\n
                {\n
                    /* 0000 */    0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0x00, \n
                    /* 0008 */    0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0A, \n
                    /* 0010 */    0x00, 0x00, 0x00, 0x00\n
                }, \n
                "NVPM", \n
                Buffer (0x1C)\n
                {\n
                    /* 0000 */    0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \n
                    /* 0008 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \n
                    /* 0010 */    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, \n
                    /* 0018 */    0x00, 0x00, 0x00, 0x00\n
                }, \n
                "VRAM,totalsize", \n
                Buffer (0x04)\n
                {\n
                    0x00, 0x00, 0x00, 0x20\n
                }, \n
                "device_type", \n
                Buffer (0x0C)\n
                {\n
                    "NVDA,Parent"\n
                }, \n
                "model", \n
                Buffer (0x18)\n
                {\n
                    "nVidia GeForce 9800 GTX"\n
                }, \n
                "rom-revision", \n
                Buffer (0x26)\n
                {\n
                    "nVidia GeForce 9800 GTX OpenGL Engine"\n
                }\n
            }, Local0)\n
        DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
        Return (Local0)\n
    }\n
}
end

 

Hi and many thanks for the help
I don't know how to edit the DSDT, would you help me?
can I post it here?

Link to comment
Share on other sites

Оk give me dsdt

Where is the bios video

 

  • Press F4 to save original (OEM) ACPI tables into /EFI/CLOVER/ACPI/origin
  • Press F6 to save graphics firmware into /EFI/CLOVER/misc
Edited by HmO
  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...