problems with cuda 3.0, devdriver 195.36.15 on ubuntu 10.04

You could try reinstalling the nvidia driver.

The problem you’re encountering typically happens if you install something like libglu which overwrites some of the files from nvidia’s driver.

If this is the case, you probably see a mention of mesa near the top of the /usr/include/GL/gl.h file and you need to reinstall the driver.

N.