Debian安装NVIDIA显卡驱动
时间:2020-05-10 16:14:39
收藏:0
阅读:170
1. sudo apt-get install nvidia-detect
nvidia-detect
输出信息:
Detected NVIDIA GPUs: 01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF119M [GeForce 610M] [10de:1058] (rev a1) Checking card: NVIDIA Corporation GF119M [GeForce 610M] (rev a1) Your card is only supported up to the 390 legacy drivers series. It is recommended to install the nvidia-legacy-390xx-driver package.
2. sudo apt-get install nvidia-legacy-3900xx-driver
安装后,重启。
原文:https://www.cnblogs.com/conpi/p/12863362.html
评论(0)