update NVIDIA driver to 418.56
はじめに
yum update
したらOSがうまく起動しなくなった.
そういえば,カーネルが上がったときはNVIDIAのドライバーも更新する必要があるのを思い出したので入れなおす.
ドライバ更新
ターゲット変更
$ sudo systemctl set-default multi-user.target $ sudo reboot
CUIに変更して再起動する
ドライバ更新
# sh ./NVIDIA-Linux-x86_64-418.56.run # nvidia-smi +-----------------------------------------------------------------------------+ | NVIDIA-SMI 418.56 Driver Version: 418.56 CUDA Version: 10.1 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | |===============================+======================+======================| | 0 GeForce GTX 106... Off | 00000000:01:00.0 On | N/A | | 0% 52C P0 31W / 120W | 378MiB / 6075MiB | 2% Default | +-------------------------------+----------------------+----------------------+ +-----------------------------------------------------------------------------+ | Processes: GPU Memory | | GPU PID Type Process name Usage | |=============================================================================| | 0 6499 G /usr/bin/X 308MiB | | 0 17467 G cinnamon 67MiB | +-----------------------------------------------------------------------------+
ドライバは予めDLしておいた. 適当にインストールを進めて,バージョン確認しておく.
ターゲット変更
$ sudo systemctl set-default graphical.target $ sudo reboot
GUIに戻して再起動する.
おわりに
NVIDIAのドライバ更新は完全に忘れてた. 気をつけなければ.