** 우분투 무한 로그인 에러 해결 **
Background : ubuntu16.04LTS + gtx1070
After installing GPU driver (downloaded from NVIDIA homepage) on ubuntu, I sometimes encounter 'infinite log-in error'.
This is my temporary solution. "Just re-install"
step1) open terminal by typing 'ctrl+alt+f1'
step2) type password for log-in
step3) move to directory where the graphic card driver installation file exists. (NVIDIA-XXX.run file downloaded from NVIDIA website)
step4) remove the installed graphic card driver by typing
$ sudo sh NVIDIA*.run --uninstall
step5) reboot by typing
$ sudo reboot now
step6) open terminal by 'ctrl+alt+f1'
$ sudo reboot now
( **What is 'infinite log-in error'? You cannot log-in ubuntu system. You see (repeatedly) ubuntu log-in page everytime you type your log-in password.)
'Linux' 카테고리의 다른 글
How install ROS kinetic (0) | 2018.05.31 |
---|---|
How to use shell script (0) | 2018.04.20 |
how to install chrome on ubuntu (0) | 2018.04.17 |
[Nvidia] graphic card driver installation fail error. "Kernel module failed to build" error. (0) | 2017.07.27 |
How to set anaconda python as default (0) | 2017.07.18 |