Contribute
Register

hackintosh freeze when connect hdmi cable

Status
Not open for further replies.
You have some changes in your patched DSDT that don't make sense. For example, you changed:
Code:
                If (CondRefOf (\_SB.PCI0.XHC.PS3X))
                {
                    PS3X ()
                }

To this:
Code:
                If (CondRefOf (\_SB.PCI0.XHC.PS3X))
                {
                    Store (Zero, PS3X)
                }

Complete nonsense...

Other changes that are not needed. For example, you do not have to change _T_* to T_*. Also, you do not have to add Return(Zero) to methods that don't return something (the default is Return(Zero).

Don't make changes that are not needed.

Also, remove (or set false) all config.plist/ACPI/DSDT/Fixes.

bro can u fix it? and attach the fixed dsdt for me? please
 
Status
Not open for further replies.
Back
Top