Dual 295 Problem on Jaunty with Xorg Configuration Woes getting

I have just put together a shiny new computer with a pair of EVGA 295, for some CUDA fun. The install and toolkit roll without a hitch, but the problem comes when I restart X, I get a rather ungraceful dump to the prompt. Examining my /var/log/xorg.0.log, it ends in a depressing:
(EE) No devices detected.

Where should I go from here?
On the plus side nvcc and the like appear to work normally . . .

Thanks.

Do the GPUs appear in lspci output?

Please generate and attach an nvidia-bug-report.log.gz while this problem is present.

Yes. Error log attached. Nifty util! Thank you.

lspci output:

[codebox]00:00.0 Host bridge: Intel Corporation X58 I/O Hub to ESI Port (rev 12)

00:01.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 1 (rev 12)

00:03.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 3 (rev 12)

00:07.0 PCI bridge: Intel Corporation X58 I/O Hub PCI Express Root Port 7 (rev 12)

00:10.0 PIC: Intel Corporation X58 Physical and Link Layer Registers Port 0 (rev 12)

00:10.1 PIC: Intel Corporation X58 Routing and Protocol Layer Registers Port 0 (rev 12)

00:14.0 PIC: Intel Corporation X58 I/O Hub System Management Registers (rev 12)

00:14.1 PIC: Intel Corporation X58 I/O Hub GPIO and Scratch Pad Registers (rev 12)

00:14.2 PIC: Intel Corporation X58 I/O Hub Control Status and RAS Registers (rev 12)

00:14.3 PIC: Intel Corporation X58 I/O Hub Throttle Registers (rev 12)

00:1a.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #4

00:1a.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #5

00:1a.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6

00:1a.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #2

00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller

00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 1

00:1c.2 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 3

00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 5

00:1c.5 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Port 6

00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1

00:1d.1 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2

00:1d.2 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3

00:1d.7 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90)

00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller

00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller

00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller

00:1f.5 IDE interface: Intel Corporation 82801JI (ICH10 Family) 2 port SATA IDE Controller

02:00.0 PCI bridge: nVidia Corporation Device 05b8 (rev a3)

03:00.0 PCI bridge: nVidia Corporation Device 05b8 (rev a3)

03:02.0 PCI bridge: nVidia Corporation Device 05b8 (rev a3)

04:00.0 3D controller: nVidia Corporation Device 05e0 (rev a1)

05:00.0 VGA compatible controller: nVidia Corporation Device 05e0 (rev a1)

06:00.0 PCI bridge: nVidia Corporation Device 05b8 (rev a3)

07:00.0 PCI bridge: nVidia Corporation Device 05b8 (rev a3)

07:02.0 PCI bridge: nVidia Corporation Device 05b8 (rev a3)

08:00.0 3D controller: nVidia Corporation Device 05e0 (rev a1)

09:00.0 VGA compatible controller: nVidia Corporation Device 05e0 (rev a1)

0a:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)

0b:00.0 SATA controller: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 03)

0b:00.1 IDE interface: JMicron Technologies, Inc. JMicron 20360/20363 AHCI Controller (rev 03)

0c:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8056 PCI-E Gigabit Ethernet Controller (rev 12)

0e:02.0 FireWire (IEEE 1394): VIA Technologies, Inc. VT6306 Fire II IEEE 1394 OHCI Link Layer Controller (rev c0)

[/codebox]

I had something similar. Your xorg.conf probably doesn’t use the nvidia driver - or it doesn’t include the device identifier to which the monitor is connected. Does running nvidia-smi work? Then at least you know the driver is available correctly.

Any news or developments on this? Looks like I have the same problem

on the same setup (2 x EVGA 295, core i7 + 12GB DDR3). Worked fine

under Ubuntu 8.04, but no luck after 24 hours struggle with 9.04.

System dual boots with XP64, where everything is good.

Any suggestions? OpenSUSE? Patience??

Nigel

If no display devices detected, maybe you need to specify which GPU was connected to monitor.

Add the following line into to section “Device” in xorg.conf:

BusID “PCI:n1:n2:n3”

where PCI:n1:n2:n3 is the device number of the GPU connected to the monitor, you can find it in the xorg.0.log file.