← Back to team overview

ubuntu-x-swat team mailing list archive

[Bug 312756] Re: MASTER: support graphics card hot switch

 

Proud (?) owner of a brand new Asus N53JF.

Gentoo user but in the same boat as all of you. Currently running
2.6.34-gentoo-r12. Have yet to get the discrete nvidia GeForce GT 425M
working in X, been running the integrated intel chip so far. Have tried
the 256.53, 260.19.21 and 260.19.29 binary drivers with a xorg.conf
generated by nvidia-xconfig (but had to add BusID field to the Device
section for the card to get the driver to find it) without success. I
have submitted a bug report to nvidia regarding the issue. The latest
unmasked version of the nouveau driver in portage does not recognize the
card.

$ dmesg | grep nouveau
[    2.103749] nouveau 0000:01:00.0: power state changed by ACPI to D0
[    2.104631] nouveau 0000:01:00.0: power state changed by ACPI to D0
[    2.105429] nouveau 0000:01:00.0: enabling device (0000 -> 0003)
[    2.106235] nouveau 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[    2.107053] nouveau 0000:01:00.0: setting latency timer to 64
[    2.109756] [drm] nouveau 0000:01:00.0: Unsupported chipset 0x0c1800a1
[    2.110675] nouveau 0000:01:00.0: PCI INT A disabled
[    2.111503] nouveau: probe of 0000:01:00.0 failed with error -22

$ sudo dmidecode -s system-product-name && sudo dmidecode -s system-version
N53Jf
1.0  

$ sudo lspci -vnnn | perl -lne 'print if /^\d+\:.+(\[\S+\:\S+\])/' | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation Arrandale Integrated Graphics Controller [8086:0046] (rev 18) (prog-if 00 [VGA controller])
01:00.0 VGA compatible controller [0300]: nVidia Corporation Device [10de:0df0] (rev a1) (prog-if 00 [VGA controller])

/tmp/acpi_call $ ./test_off.sh
Trying \_SB.PCI0.P0P1.VGA._OFF: failed
Trying \_SB.PCI0.P0P2.VGA._OFF: failed
Trying \_SB_.PCI0.OVGA.ATPX: failed
Trying \_SB_.PCI0.OVGA.XTPX: failed
Trying \_SB.PCI0.P0P3.PEGP._OFF: failed
Trying \_SB.PCI0.P0P2.PEGP._OFF: failed
Trying \_SB.PCI0.P0P1.PEGP._OFF: failed
Trying \_SB.PCI0.MXR0.MXM0._OFF: failed
Trying \_SB.PCI0.PEG1.GFX0._OFF: works!

Cheers and thanks.

** Attachment added: "DSDT.dsl"
   https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/312756/+attachment/1774915/+files/DSDT.dsl

-- 
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg in ubuntu.
https://bugs.launchpad.net/bugs/312756

Title:
  MASTER: support graphics card hot switch