Contribute
Register

HD4600 Graphics

Status
Not open for further replies.
PNLF is applied in SSDT-1.aml with IGPU injection. Is that OK?

Use SSDT-PNLF.aml as the name.
SSDT-1.aml should correspond only to SSDT-1.aml from ACPI/origin.
 
Hmm…

Don't want to be off-topic but now I have a problem compiling SSDT-0.dsl :

syntax error, unexpected PARSEOP_PACKAGE

Code:
        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }
 
Hmm…

Don't want to be off-topic but now I have a problem compiling SSDT-0.dsl :

syntax error, unexpected PARSEOP_PACKAGE

Code:
        Package (0x06)
        {
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000,
            0x80000000
        }

Apply patch "Remove _PSS placeholders".
 
OK thanks, it worked.
 
No change.
 

Attachments

  • RehabMan.zip
    3.4 MB · Views: 101
No change.

You forgot to press F4 before collecting EFI/Clover.
Please read FAQ, "Problem Reporting" again. Carefully.

Also, your SortedOrder is incorrect.
 
You forgot to press F4 before collecting EFI/Clover.
Please read FAQ, "Problem Reporting" again. Carefully.

Hmm… The CLOVER/ACPI/origin folder was already populated in the last .zip I post.

Anyway, here's another fresh one.

Also, your SortedOrder is incorrect.

Should SSDT-PNLF.aml be in last position?
 

Attachments

  • CLOVER.zip
    2.7 MB · Views: 113
Hmm… The CLOVER/ACPI/origin folder was already populated in the last .zip I post.

Anyway, here's another fresh one.

The ACPI/origin files must always be current, not old (your previous capture was from June).
I checked... SystemMemory addresses match though.

Should SSDT-PNLF.aml be in last position?

Yes (as per guide).
And for some reason you forgot about SSDT-8.aml.... missing from ACPI/patched also.
 
And for some reason you forgot about SSDT-8.aml.... missing from ACPI/patched also.

The SSDT-8.aml is actually the SSDT-PNLF.aml. I've just renamed it.

So I should leave it as SSDT-8.aml and set the order like this :

DSDT.aml
SSDT.aml
SSDT-0.aml
SSDT-1.aml
SSDT-6.aml
SSDT-7.aml
SSDT-8.aml
SSDT-9.aml

Correct?
 
The SSDT-8.aml is actually the SSDT-PNLF.aml. I've just renamed it.

So I should leave it as SSDT-8.aml and set the order like this :

DSDT.aml
SSDT.aml
SSDT-0.aml
SSDT-1.aml
SSDT-6.aml
SSDT-7.aml
SSDT-8.aml
SSDT-9.aml

Correct?

DO NOT rename SSDT-PNLF.aml.
SSDT-x, where 'x' is a number shall be reserved for patched files that came from ACPI/origin.

Post #9 is very clear. You should read it again. Carefully.

Also, your config.plist has the 9mb cursor bytes patch disabled. That is a mistake.
 
Status
Not open for further replies.
Back
Top