Actually, I'm not sure about what I'm doing. I want to disable the intel GPU so I can have access all the time to the NVIDIA GPU, is that possible?
---------- Forwarded message ---------- From: Gorosito Gonzalo <[email protected]> Date: Fri, Aug 6, 2010 at 11:29 PM Subject: m11x r2 switch To: [email protected] Fellows, This is my laptop information: Linux debian squeeze custom-kernel compiled 2.6.34 r...@glaptop:~/acpi_call# sudo dmidecode -s system-product-name M11x R2 r...@glaptop:~/acpi_call# sudo dmidecode -s system-version A01 r...@glaptop:~/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 02) (prog-if 00 [VGA controller]) 01:00.0 VGA compatible controller [0300]: nVidia Corporation GT215 [GeForce GT 335M] [10de:0caf] (rev a2) (prog-if 00 [VGA controller]) I just cloned the http://github.com/mkottman/acpi_call.git repository, compiled it and this is the result: r...@glaptop:~/acpi_call# ./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: failed Trying \_SB.PCI0.PEG1.GFX0.DOFF: failed Trying \_SB.PCI0.XVR0.Z01I.DGOF: failed Trying \_SB.PCI0.PEGR.GFX0._OFF: failed What am I doing wrong? -- ####################################### # Gonzalo Gorosito # Programador && sysadmin # # http://www.tutorialesdebian.com - Tutoriales para debianeros, scripts, info, notícias y mucho mas. # http://www.ggorosito.com.ar - Website personal ####################################### -- ####################################### # Gonzalo Gorosito # Programador && sysadmin # # http://www.tutorialesdebian.com - Tutoriales para debianeros, scripts, info, notícias y mucho mas. # http://www.ggorosito.com.ar - Website personal ####################################### _______________________________________________ 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

