Linux/Ubuntu2012. 6. 2. 19:06
cuda를 리눅스에 깔려니 참.. 어렵구나..
아무튼 driver는 ubuntu 12.04 LTS에서 lightgdm 서비스를 종료하고 설치해야 하는데
드라이버 설정 문제로 오작동 중이고.. -_-
toolkit의 경우는 /usr/local에 설치해야 해서 sudo를 통해 설치
sdk는 사용자 디렉토리에 설치되므로 부담없이 사용자 권한으로 설치하면 된다.

$ sudo ./cudatoolkit_4.2.9_linux_32_ubuntu11.04.run

Enter install path (default /usr/local/cuda, '/cuda' will be appended):
========================================

* Please make sure your PATH includes /usr/local/cuda/bin
* Please make sure your LD_LIBRARY_PATH
*   for 32-bit Linux distributions includes /usr/local/cuda/lib
*   for 64-bit Linux distributions includes /usr/local/cuda/lib64:/usr/local/cuda/lib
* OR
*   for 32-bit Linux distributions add /usr/local/cuda/lib
*   for 64-bit Linux distributions add /usr/local/cuda/lib64 and /usr/local/cuda/lib
* to /etc/ld.so.conf and run ldconfig as root

* Please read the release notes in /usr/local/cuda/doc/

* To uninstall CUDA, remove the CUDA files in /usr/local/cuda
* Installation Complete 

$ ./gpucomputingsdk_4.2.9_linux.run
Enter install path (default ~/NVIDIA_GPU_Computing_SDK):

Could not locate CUDA.  Enter the full path to CUDA.
If you do not know the path, accept the default and then 
modify the CUDA_INSTALL_PATH variable in
/home/minimonk/NVIDIA_GPU_Computing_SDK/C/common/common.mk.

Enter CUDA install path (default /usr/local/cuda):  

드라이버는 빡쳐서 그냥 우분투에서 관리하는 독점드라이버 사용 -_-
295.40 버전이 자동으로 설치되는것으로 보인다.(굳이 X윈도우 시작도 안되게 devdriver 깔필요 없을지도..)
$ sudo ./devdriver_4.2_linux_32_295.41.run 








Posted by 구차니