问题:If you plan to no longer use the NVIDIA deriver, you should make sure that no X screens are configured to use the NVIDIA X driver X driver in your X configuration file. If you used nvidia-xconfig to configure X, it may have created a backup of your original configuration. Would you like to run 'nvidia-xconfig --restore-original-backup' to attempt restoration of the original X configuration file?
回答:no
作者:Krystal_J
链接:http://events.jianshu.io/p/b89da65e9ad0
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
禁用nouveau驱动
sudo gedit /etc/modprobe.d/blacklist.conf
- 1
在终端输入上面命令打开文件,在文件最后如下两行:
blacklist nouveau
options nouveau modeset=0
卸载驱动:
sudo /usr/bin/nvidia-uninstall sudo apt-get --purge remove nvidia-* sudo apt-get purge nvidia* sudo apt-get purge libnvidia*
sudo dpkg --list | grep nvidia-*
- 直到命令不输出任何内容
标签:重装,nouveau,get,--,sudo,nvidia,驱动,configuration
From: https://www.cnblogs.com/duby0/p/17065077.html