Jump to content

Dsdt patching for graphics off method


2bad0
 Share

2 posts in this topic

Recommended Posts

I'm trying to patch my dsdt to turn the nvidia device off,i encountered some errors along the way and tried to fix them,it atleast compiled the dsdt loads but the card doesn't go off and i'm wondering if my false hackery may be the culprit.

In the original guide it asked to paste the _ON method but i dont see the relevance in adding  _ON if i need _OFF. Any assistance would be greatful.

 

This gives some errors

syntax error, unexpected PARSEOP_INTEGER, expecting ')'

 

Scope (\_SB.PCI0.P0P2)
    {
        Name (B0D1, Zero)
        OperationRegion (RPCI, SystemMemory, Or (PEBS (0x8000), B0D1, 0x1000), Field (RPCI, DWordAcc, Lock, Preserve)
            {

 

and to get it to compile i did this

 

OperationRegion (RPCI, SystemMemory, PEBS, 0x8000)
    Field (RPCI, DWordAcc, Lock, Preserve)
    {

PatchedDsdt.zip

acpi_ssdt.zip

OriginalDsdt.zip

Link to comment
Share on other sites

Never mind, i figured it out, turns out for anyone in the future

 

iasl -e ssdt1.aml,ssdt2.aml -d dsdt.aml

 

iasl -e dsdt.am,ssdt1.aml -d ssdt2.aml

 

these arevery usefull because unresolved objects can be a pain...

 

i may right up a bit later on ....

Link to comment
Share on other sites

 Share

×
×
  • Create New...