Contribute
Register

hackintosh freeze when connect hdmi cable

Status
Not open for further replies.
bro this is my problem for now! the ioreg wan't open for me :( also iojones i have write about this in my post

Attach EFI/Clover folder as ZIP (omit 'themes' folder).
 

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.
 
Status
Not open for further replies.
Back
Top