how to

nvidia-driver.1

Jan 15, 2024
softwares-and-toolsnvidia
1 Minutes
94 Words

test on: 16.04

1
Linux ubuntu16-1080Ti 4.15.0-112-generic #113~16.04.1-Ubuntu SMP Fri Jul 10 04:37:08 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

nvidia-smi and nvidia-detector

看起来天生自带的。

Now, nvidia-detector cmd shows none.

when there’s no nvidia-smi

apt install nvidia-384 然后报错了,直接搞没啦!

1
junjie@ubuntu16-1080Ti:~$ nvidia-smi
2
Failed to initialize NVML: Driver/library version mismatch

Well you should reboot! as in https://stackoverflow.com/questions/43022843/nvidia-nvml-driver-library-version-mismatch

如果不行,执行下面的东西,你看得懂吧?

https://askubuntu.com/questions/902636/nvidia-smi-command-not-found-ubuntu-16-04

1
sudo apt purge nvidia-*
2
sudo add-apt-repository ppa:graphics-drivers/ppa
3
sudo apt update
4
sudo apt install nvidia-384
Article title:nvidia-driver.1
Article author:Julyfun
Release time:Jan 15, 2024
Copyright 2025
Sitemap