320x100
centos 6.5 에 nvidia 설치 하려 하니 설치가 안된다.
커널과 Nvdia 버전만 맞으면 됐는데...
여튼
centos 6.5 기본 kernel 은
# uname -a
Linux test 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
이다.
-- kernel-devel 설치
kernel-devel-2.6.32-431.el6.x86_64.rpm
xen 버전이 필요하다면 xen 버전도 설치 하면 된다.
# rpm -ivh kernel-devel-2.6.32-431.el6.x86_64.rpm
-- Nvidia 설치
http://www.nvidia.co.kr/Download/index.aspx?lang=kr
에서 다운
gui 상태에 설치가 안된다. text 모드로
# init 3
# sh NVIDIA-Linux-x86_64-340.96.run
원래 이렇게 하면 설치가 된다..... 뭔가 많이 변경되었다..
다른 작업을 먼저 해야 한다.
# vi /etc/modprobe.d/blacklist.conf
blacklist nouveau
추가
# mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak
# dracut -v /boot/initramfs-$(uname -r).img $(uname -r)
# reboot
하고 설치하면 정상적으로 설치가 된다.
320x100
'Linux' 카테고리의 다른 글
cacti notification email (0) | 2016.04.18 |
---|---|
postfix/sendmail : fatal: chdir /var/spool/postfix: Permission denied (0) | 2016.04.15 |
centos usb 설치시 Unable to read package metadata. This may be due to a missing repodata directory. Please ensure that your install tree has been correctly generated. (1) | 2016.03.24 |
open source social network install (2) | 2016.03.11 |
솔라리스 10 nis nfs 설정 (0) | 2016.02.24 |