← Back to team overview

hybrid-graphics-linux team mailing list archive

Lenovo Z360 acpi_call issue

 

Hi all,

I got acpi_call working on my Lenovo Z360. I have used method " \_SB.PCI0.P0P2.PEGP._DSM" to switch nvidia off which is not in standard test_off.sh.
(How can one add it to test_off.sh?)

However, when my nvidia card is off, I can't use my USB mouse. Once I move the mouse, the screen becomes frozen. Then I can reboot only using a power button. At the same time, when my nvidia is off, I can use a touchpad (works fine).

Does anybody know how I can handle this problem with my USB mouse?

Scripts are attached! If something is missing, just let me know!
 
Thanks in advance!

Some info:
Ubuntu 10.10 (64 bit)

cherep@weekend:~/acpi_call$ sudo dmidecode -s system-product-name
[sudo] password for cherep: 
Lenovo IdeaPad Z
cherep@weekend:~/acpi_call$ sudo dmidecode -s system-version
Rev 1.0                 
cherep@weekend:~/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)

Take care,
Cherep

Attachment: test_off.sh
Description: Bourne shell script

Attachment: lenovoZ360.sh
Description: Bourne shell script


Follow ups