hybrid-graphics-linux team mailing list archive
-
hybrid-graphics-linux team
-
Mailing list archive
-
Message #00163
asus U35JC
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:
joe@joe-laptop:~$ cd acpi_call/
joe@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 »
joe@joe-laptop:~/acpi_call$ sudo insmod acpi_call.ko
joe@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!
joe@joe-laptop:~/acpi_call$ sudo dmidecode -s system-product-name
U35JC
joe@joe-laptop:~/acpi_call$ sudo dmidecode -s system-version
1.0
joe@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!
Follow ups