검색결과 리스트
글
Nvidia Driver 설치 on CentOS6
컴퓨터
2015. 10. 21. 15:04
CentOS 버전
CentOS release 6.7 (Final)
# uname -r
2.6.32-573.7.1.el6.x86_64
yum groupinstall "Development Tools"
yum install dkms
./cuda_6.5.14_linux_64.run
실행시 아래와 같은 에러 발생
"ERROR: The Nouveau kernel driver is currently in use by your system. This driver is incompatible with the NVIDIA driver, and must be disabled before proceeding. Please consult the NVIDIA driver README and your Linux distribution's documentation for details on how to correctly disable the Nouveau kernel driver."
nouveau module이 떠 있기 때문
해결 방법:
lsmod | grep nouveau
# module unload
modprobe -r nouveau
참고:
Installing Nvidia Driver on CentOS 6
http://pyrx.sourceforge.net/blog/103-installing-nvidia-driver-on-centos-6
'컴퓨터' 카테고리의 다른 글
클라우드 기반의 개발환경 (0) | 2015.10.21 |
---|---|
VirtualBox에서 스크린샷 찍기 (0) | 2015.10.21 |
Tornado - 파이선 웹 프레임웍 (0) | 2015.10.21 |
mp3 조작 (자르기, 합치기) (0) | 2015.10.19 |
snakemake 사용법 (0) | 2015.10.12 |