nVidia
How to Install Using Downloading Driver File
- https://www.geforce.com/drivers 에서 다운로드가 가능하다.
How to check if your linux system is 32 or 64-bit
The “Architecture” entry tells you what type of CPU you have (where “x86_32” signifies 32-bit and “x86_64” signifies 64-bit).
- 다운로드받은 파일을 설치하기 전에 nVidia의 모든 패키지를 삭제하도록 한다.
sudo apt-get remove --purge nvidia*
- 다운로드 받은 파일을 실행 가능한 상태로 변경 후 실행한다.
chmod +x NVIDIA-Linux-x86-390.42.run
sudo ./NVIDIA-...run
How to Install Using apt
- https://www.geforce.com/drivers 에서 최근 드라이버 버전을 확인한다.
- or
sudo apt-cache search nvidia-*
- or
- Remove older nvidia driver
sudo apt-get puge nvidia*
- Add the graphics drivers PPA.
sudo add-apt-repository pps:graphics-drivers
sudo apt-get update
- Install
sudo apt-get install nvidia-390
- Reboot
nVidia Driver 설치 검사
-
nvidia-smi