Ubuntu更新nvidia显卡驱动
Ubuntu更新nvidia显卡驱动
1.先官网下载好对应驱动编译
/geforce/drivers/
2. 禁用nouveau驱动
查看是否成功禁用
只要是安装过NVIDIA显卡驱动的,nouveau一般都被禁止了。可以通过命令
lsmod | grep nouveau
查看。如果没有任何输出就是禁用成功了。否则,请参考禁用步骤。
禁用:/u013832707/article/details/93157805
2. 卸载原有驱动
sudo apt-get remove --purge nvidia*
3. 安装
sudo service lightdm stop //按Ctrl+Alt+F1,关闭图形界面(黑屏)
sudo chmod a+x NVIDIA-Linux-x86_64-xxx.run //修改权限
sudo ./NVIDIA-Linux-x86_64-390.77.run -no-x-check -no-nouveau-check -no-opengl-files //安装
如果找不到文件,那么说明文件名写错或者文件损坏。
sudo service lightdm start
在没有安装显卡驱动的状态下也可以切换图形界面和文字界面,只是没有显卡操作很卡顿。
注:其中的一些选项如下:
The distribution-provided pre-install script failed! Are you sure you want to continue? 选择 yes 继续。
Would you like to register the kernel module souces with DKMS? This will allow DKMS to automatically build a new module, if you install a different kernel later? 选择 No 继续。
Nvidia’s 32-bit compatibility libraries? 选择 No 继续。
Would you like to run the nvidia-xconfigutility to automatically update your x configuration so that the NVIDIA x driver will be used when you restart x? Any pre-existing x confile will be backed up. 选择 Yes 继续
4、验证
nvidia-smi//显示GPU当前的状态
参考:
/u014682691/article/details/80605201
https://wwwblogs/fanminhao/p/8902296.html
Ubuntu更新nvidia显卡驱动
Ubuntu更新nvidia显卡驱动
1.先官网下载好对应驱动编译
/geforce/drivers/
2. 禁用nouveau驱动
查看是否成功禁用
只要是安装过NVIDIA显卡驱动的,nouveau一般都被禁止了。可以通过命令
lsmod | grep nouveau
查看。如果没有任何输出就是禁用成功了。否则,请参考禁用步骤。
禁用:/u013832707/article/details/93157805
2. 卸载原有驱动
sudo apt-get remove --purge nvidia*
3. 安装
sudo service lightdm stop //按Ctrl+Alt+F1,关闭图形界面(黑屏)
sudo chmod a+x NVIDIA-Linux-x86_64-xxx.run //修改权限
sudo ./NVIDIA-Linux-x86_64-390.77.run -no-x-check -no-nouveau-check -no-opengl-files //安装
如果找不到文件,那么说明文件名写错或者文件损坏。
sudo service lightdm start
在没有安装显卡驱动的状态下也可以切换图形界面和文字界面,只是没有显卡操作很卡顿。
注:其中的一些选项如下:
The distribution-provided pre-install script failed! Are you sure you want to continue? 选择 yes 继续。
Would you like to register the kernel module souces with DKMS? This will allow DKMS to automatically build a new module, if you install a different kernel later? 选择 No 继续。
Nvidia’s 32-bit compatibility libraries? 选择 No 继续。
Would you like to run the nvidia-xconfigutility to automatically update your x configuration so that the NVIDIA x driver will be used when you restart x? Any pre-existing x confile will be backed up. 选择 Yes 继续
4、验证
nvidia-smi//显示GPU当前的状态
参考:
/u014682691/article/details/80605201
https://wwwblogs/fanminhao/p/8902296.html