软件安装1:Nvidia显卡驱动(3种方式,总有一种适合你)
2019-06-08 本文已影响0人
闪电侠悟空
摘要
- 0.系统预先处理下。
- 1.显卡驱动安装方式ppa1
- 2.显卡驱动安装方式ppa2[推荐]
- 3.官方提供的安装方式
0.系统设置预处理(屏蔽开源驱动nouveau)
sudo gedit /etc/modprobe.d/blacklist.conf
# 文件 /etc/modprobe.d/blacklist.conf 添加下列2行
blacklist nouveau
options nouveau modeset=0
# 回到命令行
sudo update-initramfs -u
sudo reboot
1.显卡驱动安装方式ppa1
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
系统设置->软件更新->附加驱动->选择nvidia最新驱动(410)->应用更改;
这种方法可能的问题就是,点击了应用更改,可是显卡驱动仍然装不上去。所以有了下面的方案2.
2.显卡驱动安装方式ppa2[推荐]
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt-get update
# 切换到命令行的界面里面去 ctr+alt+F1
sudo service lightdm stop
sudo apt-get install nvidia-410
sudo reboot
3.官方提供的安装方式
# ctrl+alt+f1 进入DOS界面
# 修改/etc/modprobe.d/blacklist.conf (step. 0)
sudo service lightdm stop # 停止X server (图形接口服务器)
sudo chmod a+x NVIDIA-Linux-x86_64-375.39.run # 变为可执行文件
sudo sh NVIDIA-Linux-x86_64-375.39.run –no-x-check –no-nouveau-check –no-opengl-files #参数很重要
# 同时过程中的选项问题,见后面
sudo reboot
- 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
- 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