sudo vi /etc/sysctl.conf
net.ipv6.conf.all.disable_ipv6 = 1 net.ipv6.conf.default.disable_ipv6 = 1
sudo apt-get install xserver-xorg
http://www.nvidia.co.jp/Download/index.aspx?lang=jp
sudo ./NVIDIA-Linux-x86_64-367.27.run
nouveauを無効化
再起動
sudo apt-get install build-essential
sudo ./NVIDIA-Linux-x86_64-367.27.run
sudo apt-get install automake sudo apt-get install libssl-dev sudo apt-get install libcurl4-openssl-dev ./build.sh
https://developer.nvidia.com/cuda-downloads
sudo ./cuda_7.5.18_linux.run
Do you accept the previously read EULA? (accept/decline/quit): accept Install NVIDIA Accelerated Graphics Driver for Linux-x86_64 352.39? ((y)es/(n)o/(q)uit): n Install the CUDA 7.5 Toolkit? ((y)es/(n)o/(q)uit): y Enter Toolkit Location [ default is /usr/local/cuda-7.5 ]: Do you want to install a symbolic link at /usr/local/cuda? ((y)es/(n)o/(q)uit): y Install the CUDA 7.5 Samples? ((y)es/(n)o/(q)uit): n Installing the CUDA Toolkit in /usr/local/cuda-7.5 ...
=========== = Summary = ===========
Driver: Not Selected Toolkit: Installed in /usr/local/cuda-7.5 Samples: Not Selected
Please make sure that
- PATH includes /usr/local/cuda-7.5/bin - LD_LIBRARY_PATH includes /usr/local/cuda-7.5/lib64, or, add /usr/local/cuda-7.5/lib64 to /etc/ld.so.conf and run ldconfig as root
To uninstall the CUDA Toolkit, run the uninstall script in /usr/local/cuda-7.5/bin To uninstall the NVIDIA Driver, run nvidia-uninstall
Please see CUDA_Installation_Guide_Linux.pdf in /usr/local/cuda-7.5/doc/pdf for detailed information on setting up CUDA.
To install the driver using this installer, run the following command, replacing <CudaInstaller?> with the name of this run file:
sudo <CudaInstaller>.run -silent -driver
Logfile is /tmp/cuda_install_1309.log