C1060 + Ubuntu

I recently installed the 190.18 drivers on an Ubuntu 9.04 machine, but I can’t seem to get the deviceQuery example to recognize more than device emulation (it says no Cuda devices exist).

There are two devices on this machine.

  1. Generic video card using the “vesa” driver
  2. C1060 using the “nvidia” driver

I modified my xorg.conf with BusIDs so that the right drivers get loaded.

I can check /proc/driver/nvidia and it seems the kernel has loaded the right module version for the right card, but the Cuda doesn’t work and nvidia-settings tells me that no Nvidia driver is loaded.

Any ideas?

Also, could someone point me to a guide for installing Cuda headlessly?

Thanks,
Ben

A headless script posted here seemed to do the trick: http://foldingforum.org/viewtopic.php?f=54…;hilit=headless

Looks like I just hadn’t read enough :).

Everything appears to be working now.

Thanks,
Ben

BTW, the same script is in the release notes.

Haha, it is, isn’t it?

Who would have thought a solution to my problem would be listed in Known Issues :)?

Thanks much,
Ben