Can someone have a look at this DSDT info and tell if the code below would be amenable for acpi_call?
Cheers https://bugs.launchpad.net/lpbugreporter/+bug/752542/+attachment/2167292/+files/Dell%20System%20Inspiron%20N7110.tar.gz Method (_INI, 0, NotSerialized) { Store (Zero, \_SB.PCI0.PEG0.PEGP._ADR) } Method (_PS0, 0, NotSerialized) { P8XH (Zero, 0xF0) Store (Zero, _PSC) Store (0x06, NCMD) If (DGOS) { P8XH (Zero, 0xF1) OPON () PHSR (0xB3) Store (Zero, DGOS) } Store (0x06, NCMD) If (LEqual (SLPO, One)) { Store (OPTF, MLTF) Store (Zero, SLPO) } } Method (_PS3, 0, NotSerialized) { P8XH (Zero, 0xF2) If (LEqual (OMPR, 0x03)) { P8XH (Zero, 0xF3) PHSR (0xB4) OPOF () Store (One, DGOS) Store (0x02, OMPR) Store (0x03, _PSC) } } _______________________________________________ Mailing list: https://launchpad.net/~hybrid-graphics-linux Post to : [email protected] Unsubscribe : https://launchpad.net/~hybrid-graphics-linux More help : https://help.launchpad.net/ListHelp

