解决ubuntu循环登录的方法:
1.在终端查看用户目录下的.xsession-errors,看前面两行,例如:
openConnection: connect: 没有那个文件或目录
cannot connect to brltty at :0
2.卸载驱动重新安装即可,卸载命令:
sudo apt-get remove --purge nvidia-*
sudo apt-get autoremove #特别重要
sudo apt-get install -f #特别重要
sudo reboot
3.安装驱动命令如:
sudo apt-get install nvidia-375