반응형
1. Install CentOS 7 from website(download .iso file)
2. Bake the USB using rufus software
3. Booting after plug in usb
4. Install CentOS
5. Download Graphic driver from NVIDIA official website(https://www.nvidia.com/ko-kr/geforce/drivers/)
6.following under
sudo yum group install "Development Tools"
sudo yum install kernel-devel
sudo yum -y install epel-release
sudo yum -y install dkms
## disable nouveau drive
sudo vi /etc/default/grub
### Append the following to the GRUB_CMDLINE_LINUX line:
modprobe.blacklist=nouveau
sudo grub2-mkconfig -o /boot/grub2/grub.
sudo reboot
After rebooting
sudo systemctl isolate multi-user.target
Type under script in terminal
sudo bash NVIDIA-Linux-x86_64-410.78.run << this file name should be revised
sudo reboot
After rebooting
type under script to check all in good order
nvidia-smi
*reference
https://www.cyberciti.biz/faq/how-to-install-nvidia-driver-on-centos-7-linux/
반응형
'VAS > Centos 7 개발환경 구축' 카테고리의 다른 글
Centos 7 Forticlient 6.4 버젼 설치법 + VPN remote access 원격접속방법 (0) | 2021.08.11 |
---|---|
Centos 7 NVIDIA 그래픽 드라이버 설치(SOLVED: X server error 해결법) (0) | 2021.08.11 |
Linux Centos 7, Ubuntu 우분투 USB 재설치 방법(윈도우10도 동일) (0) | 2021.08.09 |
YOLOR custom tutorial (YOLOR 커스텀 데이터셋 학습) - 2편(Train) (2) | 2021.07.20 |
YOLOR custom tutorial (YOLOR 커스텀 데이터셋 학습) - 1편(데이터셋 제작) (4) | 2021.07.20 |
댓글