> echo '\_SB.PCI0.PEG1.GFX0.DOFF' > /proc/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 12) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 [GeForce 310M] [10de:0a70] (rev ff) (prog-if ff) On Fri, Jul 2, 2010 at 11:53 AM, Albert Vilella <[email protected]> wrote: > can you run this command again after using the last method? > > echo '\_SB.PCI0.PEG1.GFX0.DOFF' > /proc/acpi/call > > lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA > > > > On Fri, Jul 2, 2010 at 5:52 PM, Colt Ramsden <[email protected]> wrote: >>> sudo dmidecode -s system-product-name >> K52Jc >> >>> sudo dmidecode -s system-version >> 1.0 >> >>> 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 12) (prog-if >> 00 [VGA controller]) >> 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT218 >> [GeForce 310M] [10de:0a70] (rev ff) (prog-if ff) >> >>> sh test_off.sh >> Trying \_SB.PCI0.P0P1.VGA._OFF: failed >> Trying \_SB_.PCI0.OVGA.ATPX: failed >> Trying \_SB_.PCI0.OVGA.XTPX: failed >> Trying \_SB.PCI0.P0P2.PEGP._OFF: failed >> Trying \_SB.PCI0.MXR0.MXM0._OFF: failed >> Trying \_SB.PCI0.PEG1.GFX0._OFF: works! >> >> I'm interested in helping in any way I can. >> -- >> This message was sent from Launchpad by the user >> Colt Ramsden (https://launchpad.net/~ramsdenct) >> using the "Contact this team" link on the Hybrid Graphics Linux >> team page to each member directly. >> For more information see >> https://help.launchpad.net/YourAccount/ContactingPeople >> > _______________________________________________ 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

