LoginSignup
0
0

More than 5 years have passed since last update.

Nvidiaドライバ 再インストール(Ubuntu 16.0.4LTS)

Last updated at Posted at 2018-06-20

NVIDIAドライバ 再インストール

webから取ってくる(http://www.nvidia.com/Download/index.aspx?lang=en-us)

ctrl + alt + F1 でCUIログイン
sudo service lightdm stop 
sudo chmod 755 NVIDIA-*.run
sudo ./NVIDIA-*.run 
sudo service lightdm start

nvidia関連でログインループから抜け出せなくなった時はとりあえずドライバを消して,上記の方法で再インストールする。

sudo apt-get purge nvidia-*
sudo apt-get purge cuda-*

自分の環境では(apt-get install nvidia-*)でできなかったのでメモ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0