Jump to content

ElCapitan on E6420


Mujahid Khan

Recommended Posts

  • Administrators

origin folder is unpatched asl files. if you are using a patched dsdt in clover/acpi/ patched then you use a dsdt editor to make the edit like maciasl. do a search for dual link when you find it then see if the variable is set to a number 1 or number zero. recompile it and resave it then test.

Link to comment
Share on other sites

 

 

 Return (Package (0x0A)

                {

                    "AAPL00,DualLink", 

                    Buffer (0x04)

                    {

                        0x01, 0x00, 0x00, 0x00

                    }, 

 

                    "device-id", 

                    Buffer (0x04)

                    {

                        0x26, 0x01, 0x00, 0x00

                    }, 

 

                    "model", 

                    Buffer (0x18)

                    {

                        "Intel HD Graphics 3000"

                    }, 

 

                    "AAPL,snb-platform-id", 

                    Buffer (0x04)

                    {

                        0x00, 0x00, 0x01, 0x00

                    }, 

 

                    "hda-gfx", 

                    Buffer (0x0A)

                    {

                        "onboard-1"

                    }

 

found this

Link to comment
Share on other sites

  • Administrators
change the red 0x01 to 0x00

 

 "AAPL00,DualLink", 

                    Buffer (0x04)

                    {

                        0x01, 0x00, 0x00, 0x00

                    }, 

 

should look like this after then recompile and save

 


 "AAPL00,DualLink", 

                    Buffer (0x04)

                    {

                        0x00, 0x00, 0x00, 0x00

                    }, 

Link to comment
Share on other sites

×
×
  • Create New...