Install graphic driver on ubuntu

Published:

Install graphic driver on ubuntu 16.04

자주 그래픽 드라이버를 다시 깔지만 그 때마다 아래의 명령어를 까먹어서 기록

  1. Download NVIDIA graphic driver (.run file)
  2. Install with below commands
Ctrl + Alt + F1 ## 진입
cd to the location of the .run file 
sudo service lightdm stop ## for only ubuntu 16.04
chmod +x NVIDIA-Linux-x86_64-430.64.run ## Your run file
sudo sh NVIDIA-Linux-x86_64-430.64.run