Comment 423 for bug 312756

Revision history for this message
Fabio Duran Verdugo (fabioduran) wrote :

fabio@Megatron:~/repositorio/acpi_call$ ./test_off.sh
Trying \_SB.PCI0.P0P1.VGA._OFF: failed
Trying \_SB.PCI0.P0P2.VGA._OFF: failed
Trying \_SB_.PCI0.OVGA.ATPX: failed
Trying \_SB_.PCI0.OVGA.XTPX: failed
Trying \_SB.PCI0.P0P3.PEGP._OFF: failed
Trying \_SB.PCI0.P0P2.PEGP._OFF: failed
Trying \_SB.PCI0.P0P1.PEGP._OFF: works!
fabio@Megatron:~/repositorio/acpi_call$

fabio@Megatron:~/repositorio/acpi_call$ sudo dmidecode -s system-product-name && sudo dmidecode -s system-version
XPS L401X
Not Specified

fabio@Megatron:~/repositorio/acpi_call$ lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0df1] (rev ff) (prog-if ff)
fabio@Megatron:~/repositorio/acpi_call$