You will experience a faster desktop after the installation of CUDA 4.0. Meanwhile, if you installed SMPlayer, you can playback 1080p videos with the help of vdpau.
Step 1 :
Add the CUDA 4.0 PPA.
sudo add-apt-repository ppa:aaron-haviland/cuda-4.0Step 2 :
sudo apt-get update
sudo apt-get upgrade64-bit :
sudo apt-get install nvidia-cuda-gdb nvidia-cuda-toolkit nvidia-compute-profiler libnpp4 nvidia-cuda-doc libcudart4 libcublas4 libcufft4 libcusparse4 libcurand4 nvidia-current nvidia-opencl-dev nvidia-current-dev nvidia-cuda-dev opencl-headers32-bit :
sudo apt-get install nvidia-cuda-gdb nvidia-cuda-toolkit nvidia-compute-profiler lib32npp4 nvidia-cuda-doc lib32cudart4 lib32cublas4 lib32cufft4 lib32cusparse4 lib32curand4 nvidia-current nvidia-opencl-dev nvidia-current-dev nvidia-cuda-dev opencl-headersStep 2a :
If you do not have any nVidia driver installed before, you need to do the following command. Otherwise, this step is not required at all.
sudo nvidia-xconfigStep 3 :
Reboot your system.
Step 4 (Optional) :
To install SMPlayer.
sudo apt-get install smplayer smplayer-translations smplayer-themesThen set it to use "
vdpau" at "Output Driver" at "Preference".Known issue
Sample codes cannot be compiled successful due to newer C compiler. However, you can download the sample programs which are compiled with C compiler of Ubuntu 10.10. The compiled sample programs are in 64-bit.
sudo apt-get install freeglut3-dev libxi-dev libXmu-devtar -xvzf CUDA_4.0_samples_x64.tar.gzcd CUDA_4.0_samples_x64./nbodyThat's all! See you.
