Cuda issue with Nvidia 9400 GT
I"m running BT4 final.
I have installed:
nvidia-glx-195-dev
nvidia-195-libvdpau
nvidia-settings (190.36-0ubuntu5)
nvidia-195-kernel-source
nvclock (0.8b3-1ubuntu1)
nvidia-glx-195
cpyrit-duca (0.3.1-bt1)
At this point the graphics are perfect. My display is clear and the resolution is great. So I know the drivers are properly installed.
When I try to install the cuda-toolkit (using packet manager), it tells me it will install "nvidia-driver" So I proceed, but during the installation, I get an error message,
"E: /var/cache/apt/archives/nvidia-driver_195.36.15-bt0_i386.deb: trying to overwrite `/usr/lib/libGL.so.195.36.15', which is also in package nvidia-glx-195"
I don't know what do do next. I've searched, but can't find any info... I've uninstalled my nvidia packages and tried installing "nvidia-driver" but then my screen is messed up.
please advise,
thanks.
Re: Cuda issue with Nvidia 9400 GT
uninstall anything that has to do with nvidia from your box then download and install the cuda toolkit (ubuntu 9.10) version and the nvidia dev driver (install the dev driver first)
CUDA Toolkit 3.1 (June 2010)
Re: Cuda issue with Nvidia 9400 GT
Quote:
Originally Posted by
lordplagueis
uninstall anything that has to do with nvidia from your box then download and install the cuda toolkit (ubuntu 9.10) version and the nvidia dev driver (install the dev driver first)
CUDA Toolkit 3.1 (June 2010)
Thanks Lordplagueis. I removed all nvidia references from the synaptic packet manager.
I am able to apt-get install cuda-toolkit. But I'm now having a problem running:
"apt-get install cuda-sdk"
I get an error message saying
"Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package cuda-sdk"
I don't know how to proceed with installing the cuda-sdk.
Please advise if I there is a work around for this.
thanks.
Re: Cuda issue with Nvidia 9400 GT
Re: Cuda issue with Nvidia 9400 GT
Quote:
Originally Posted by
lordplagueis
I had to wipe out my installation and start over as my drivers seemed to conflict with the "nvidia-driver" 195.36.15.bt1
I have the nvidia-glx-180.53 drivers installed and the display on my monitor seems ok.
When I use synaptic packet manager to install cuda-sdk, it tries to install the "nvidia-driver" 195.36.15-bt1. This leads to a conflict. "E: /var/cache/apt/archives/nvidia-driver_195.36.15-bt1_i386.deb: trying to overwrite `/usr/lib/xorg/modules/drivers/nvidia_drv.so', which is also in package nvidia-glx-180"
Pardon the noob question, but should I be installing nvidia-glx-195.36.15 and if so where can I get it from ? Is there a respository that I should add that would make the installation process easier ?
Can you also tell me which third party sources you recommend I use for my packet repository sources ?
Re: Cuda issue with Nvidia 9400 GT
The only nvidia driver you should need is the one in our repo. I have, however had a few people say they are having issues. I am currently out of the country but when I get home at the end of the week I will be going through and making sure every thing on the nvidia-driver is working and all the cuda tools. Please be patient and we will try to get it sorted out.
Re: Cuda issue with Nvidia 9400 GT
Check the repos for new drivers I think they were committed yesterday or so.
This may solve your problems. It might even be best to do so from a clean install.
Re: Cuda issue with Nvidia 9400 GT
GTX480 users:
I received the following error:
"SystemError: CUDA_ERROR_INVALID SOURCE"
Here is the Pyrit dicussion on this:
Issue 153 - pyrit - No commands function on GTX 470 - Project Hosting on Google Code
SOLUTION:
Code:
apt-get remove pyrit
Then:
Code:
svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn
cd pyrit
python setup.py build
sudo python setup.py install
cd ../cyprit_cuda
python setup.py build
sudo python setup.py install