출처 : https://sseongju1.tistory.com/10
Environment
# Graphic Card Device 명 확인
$ sudo update-pciids
$ lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1)
03:00.0 VGA compatible controller: NVIDIA Corporation GA102 [GeForce RTX 3090] (rev a1)
# 운영체제 패키지 업데이트
$ sudo apt update && sudo apt upgrade -y
# 패키지 업데이트 및 필요 패키지 설치(remote-SSH를 통해 서버가 돌아가고있는지 확인하기위해)
$ sudo apt install net-tools
$ sudo apt install build-essential
# 정상 설치 확인
$ gcc --version
sudo ubuntu-drivers autoinstall
로 설치해보도록
그 후 재부팅하면 아래처럼 활성화 될거야..sudo ubuntu-drivers autoinstall
안 될 시 하단 b 진행
sudo apt install nvidia-driver-520