I believe you can turn off the nvidia card with vgaswitcheroo: % cat /sys/kernel/debug/vgaswitcheroo/switch 0:+:Pwr:0000:00:02.0 1: :Pwr:0000:01:00.0 % echo OFF | sudo tee -a /sys/kernel/debug/vgaswitcheroo/switch OFF % cat /sys/kernel/debug/vgaswitcheroo/switch 0:+:Pwr:0000:00:02.0 1: :Off:0000:01:00.0
At the moment I'm not even able to suspend or hibernate - hopefully hardware support for these kind of hybrid gfx laptops improves in the future! On Sun, Aug 22, 2010 at 3:49 AM, john L <[email protected]> wrote: > Hello! > I use the default ubuntu 10.10 settings. I guess it use the intel > chipset. When i try to use the nvidia proprietary driver, i got a black > screen. > So i can't use the nvidia card too. Actually i seek for deactivate the > nvidia chip. > > > > > Le 22/08/2010 02:18, charles a écrit : >> Hi, >> >> Are you able to get in to X? I've not tried using the proprietary >> driver, but with just nouveau & the i915 driver I'm able to use X on >> my U35J. I've not been able to utilise the nvidia card at all so far. >> >> Regards, >> >> Charles >> >> On Sat, Aug 21, 2010 at 7:34 PM, jean citron <[email protected]> >> wrote: >>> Hello! >>> So, the brand new asus U35JC run on optimus. Using the nvidia proprietary >>> driver result in a black screen. And it's impossible to deactivate a card in >>> the BIOS. >>> >>> >>> So here are the results of the commands: >>> >>> j...@joe-laptop:~$ cd acpi_call/ >>> j...@joe-laptop:~/acpi_call$ make >>> make -C /lib/modules/2.6.32-24-generic/build M=/home/joe/acpi_call modules >>> make[1]: entrant dans le répertoire « >>> /usr/src/linux-headers-2.6.32-24-generic » >>> CC [M] /home/joe/acpi_call/acpi_call.o >>> Building modules, stage 2. >>> MODPOST 1 modules >>> CC /home/joe/acpi_call/acpi_call.mod.o >>> LD [M] /home/joe/acpi_call/acpi_call.ko >>> make[1]: quittant le répertoire « /usr/src/linux-headers-2.6.32-24-generic » >>> j...@joe-laptop:~/acpi_call$ sudo insmod acpi_call.ko >>> j...@joe-laptop:~/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: works! >>> j...@joe-laptop:~/acpi_call$ sudo dmidecode -s system-product-name >>> U35JC >>> j...@joe-laptop:~/acpi_call$ sudo dmidecode -s system-version >>> 1.0 >>> j...@joe-laptop:~/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) >>> 01:00.0 VGA compatible controller [0300]: nVidia Corporation Device >>> [10de:0a70] (rev ff) (prog-if ff) >>> >>> >>> >>> Note: the nvidia vga is a geforge g310m. >>> >>> >>> I hope that these things will be useful. Thanks! >>> >>> >>> >>> _______________________________________________ >>> 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 >>> >>> > _______________________________________________ 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

