11. centos7에서 nvidia driver설치하기
페이지 정보
작성자 관리자 댓글 0건 조회 7,267회 작성일 20-02-23 23:40본문
11. centos7에서 nvidia driver설치하기
https://likefree.tistory.com/14
https://mellowlee.tistory.com/476
# yum update
# yum install kernel-devel kernel-headers gcc make
nouveau 을 활성화시키면 충돌가능성이 있기에 blacklist해준다.
# echo 'blacklist nouveau' >> /etc/modprobe.d/blacklist.conf
# dracut /boot/initramfs-$(uname -r).img $(uname -r) --force
# reboot
하드웨어 확인
[root@www ~]# lspci |grep -i --color 'vga\|3d\|2d'
03:00.0 VGA compatible controller: NVIDIA Corporation GP107GL [Quadro P600] (rev a1)
[root@www ~]#
[root@www ~]# yum install lshw
[root@www ~]# lshw -class display
*-display UNCLAIMED
description: VGA compatible controller
product: GP107GL [Quadro P600]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller cap_list
configuration: latency=0
resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:7000(size=128) memory:f3000000-f307ffff
[root@www ~]#
드라이버 찾기
업로드하고 실행한다.
[root@www mlearning]# bash NVIDIA-Linux-x86_64-450.80.02.run
YES 선택
댓글목록
등록된 댓글이 없습니다.