listfert.blogg.se

Nvidia cuda toolkit 5.5 ubuntu
Nvidia cuda toolkit 5.5 ubuntu













Nvidia cuda toolkit 5.5 ubuntu install#

Next, choose to install the driver if you’ve not done so already (this is the development version). Where cuda*.run is the full name of the downloaded CUDA toolkit. Navigate to the directory that contains the downloaded CUDA toolkit package, and run the following command - chmod +x cuda*.run When it asks you if you want the 32-bit libraries and if you want it to edit nf to use these drivers by default, allow both.ĭownload the CUDA toolkit (I used the Ubuntu 11.10 64-bit version). The installation should now proceed smoothly. In that case, run the following commands again - sudo service lightdm stop

nvidia cuda toolkit 5.5 ubuntu

If the installer throws up an error about nouveau still running, allow it to create a blacklist for nouveau, quit the installation and reboot. NVIDIA*.runįollow the onscreen instructions. Next, start the installation with - sudo. Where NVIDIA*.run is the full name of your driver. Run the following commands - sudo service lightdm stop Press Ctrl+Alt+F1 to switch to a text-based login, and switch to the directory which contains the downloaded driver. At the login screen, don’t login just yet. In order to get rid of any nVidia residuals, run the following command in a terminal - sudo apt-get remove -purge nvidia* Next, blacklist the required modules (so that they don’t interfere with the driver installation) - sudo nano /etc/modprobe.d/nfĪdd the following lines to the end of the file, one per line, and save it when done - blacklist amd76x_edac

nvidia cuda toolkit 5.5 ubuntu

Make sure the requisite tools are installed using the following command - sudo apt-get install freeglut3-dev build-essential libx11-dev libxmu-dev libxi-dev libgl1-mesa-glx libglu1-mesa libglu1-mesa-dev Download the Nvidia drivers for Linux from their website, making sure to select 32 or 64-bit Linux based on your system. STEP I – Driver installation (if you choose the regular drivers)













Nvidia cuda toolkit 5.5 ubuntu