Ubuntu unable to log in

Login screen repeats

There is a high possibility that a cuda driver error has occurred. At this time, from the login screen

1. Enter the console
ctrl+alt+f4
2. Remove old driver
sudo apt-get --purge remove nvidia-*
sudo apt-get --purge remove cuda-*
3. Driver execution

Download the driver for your PC from nvidia's official website. It's a good idea to save the downloaded driver as it may cause problems again. nvidia official website

Execute the downloaded executable file

./Nvidia-Linux-x86-64-(number).run
4. If this gives an error

To stop the GUI

sudo service lightdm stop

Do this, then run the downloaded executable again.

Recommended Posts

Ubuntu unable to log in
How to log in automatically when Ubuntu restarts
Log output to file in Java
(Memo) How to solve dummy output in Ubuntu 20.04
Publish MySQL externally and log in on Ubuntu
How to Install Oracle JDK 1.8 in Ubuntu 18.04 LTS?
Deployment sample to launch ubuntu image in Kubernetes
To debug in eclipse
I want to embed any TraceId in the log
Command memo to install xeyes in ubuntu docker environment
Beginners use ubuntu in windows to prepare rails environment
When there is no output to stdout in docker log
AWS CLI install in Ubuntu 20.04
Introducing past nvidia-driver to Ubuntu
Refer to enum in Thymeleaf
How to use Ubuntu Server 20.10 (Groovy Gorilla) in Sakura's cloud
How to add HDD to Ubuntu
How to resolve Not found, Failed to verify signature in Emacs unable to include Go development package (Ubuntu 18.04)
[Beginner] Procedure to log in to the virtual environment built with Vagrant
Summary of problems that I could not log in to firebase
Unable to get resources when using modules in Gradle and IntelliJ
How to install the language used in Ubuntu and how to build the environment
How to use Lombok in Spring
How to run JUnit in Eclipse
Pass the i18n locale to JavaScript
How to iterate infinitely in Ruby
Try to implement Yubaba in Ruby
[Rails] How to write in Japanese
Multithreaded to fit in [Java] template
Latest JavaTrends To Stay Updated in 2019
Introduction to algorithms in java-cumulative sum
How to run Ant in Gradle
How to master programming in 3 months
Ubuntu Desktop upgrade from 18.0.4 (?) To 20.04.1 (focal)
How to learn JAVA in 7 days
How to get parameters in Spark
Unable to start ServletWebServerApplicationContext without SpringBootApplication
How to use Bio-Formats on Ubuntu 20.04
How to install Bootstrap in Ruby
How to install WildFly on Ubuntu 18.04
Preparing to use electron-react-boilerplate on Ubuntu 20.4
My note: Introducing Java to Ubuntu
How to introduce jQuery in Rails 6
How to use classes in Java?
How to name variables in Java
How to set Lombok in Eclipse
ERESOLVE unable to resolve dependency tree
Try to implement Yubaba in Java
How to build vim on Ubuntu 20.04
Things to note in conditional expressions
How to distinguish ubuntu cloud image
Best Gaming Products To Buy In 2021
How to concatenate strings in java
How to install Swiper in Rails
Enable log output to both file and console using log4j in Eclipse.
[Rails] How to log in with a name by adding a devise name column
ubuntu: 20.04 Consideration memo to output GUI (output xeyes) to host side in docker container