hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #00088
Re: ASUS K52J
2010/6/29 Albert Vilella <avilella@xxxxxxxxx>:
> great, thanks very much.
>
> Do you want people to add the list of methods to your "on" and "off"
> files, that have been found in different DSDT tables? My current list
> is (for the OFF methods) this:
>
> \_SB.PCI0.P0P1.VGA._OFF
> \_SB_.PCI0.OVGA.ATPX
> \_SB_.PCI0.OVGA.XTPX
> \_SB.PCI0.P0P2.PEGP._OFF
> \_SB.PCI0.MXR0.MXM0._OFF
> \_SB.PCI0.PEG1.GFX0._OFF
> \_SB.PCI0.PEG1.GFX0.DOFF
> \_SB.PCI0.XVR0.Z01I.DGOF
> \_SB.PCI0.PEGR.GFX0._OFF
Done, see http://github.com/mkottman/acpi_call . I added a script
called test_off.sh, basically it goes through the list of methods
until int finds one, whose call succeeds. It SHOULD be safe to try to
call unknown methods (runs fine on my notebook), however, there is no
warranty :)
References