linux nvidiaドライバをインストールするには

695 ワード

最も簡単なインストール方法
sudo apt-get install nvidia*

eg:sudo apt-get install nvidia-390
クエリーシステム推奨ドライバ
ubuntu-drivers devices   #     ubuntu     

run方式取付https://blog.csdn.net/xunan003/article/details/81665835
nvidiaドライバをインストールし、コマンドnvidia-smiを実行すると、次のように表示されます.
NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

ソリューション:
sudo modprobe nvidia

次に実行します.
nvidia-smi.

——————————
作者:hhhuua出所:CSDN原文:https://blog.csdn.net/hhhuua/article/details/80734092