Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions content/login-loop-pop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Black Screen or Login Issues (Pop!_OS)
title: Black Screen or Login Issues (Pop!_OS 22.04 LTS)
description: >
Are you getting stuck in a login loop, even though your password is correct? Do you see a black screen after you log in?
keywords:
Expand Down Expand Up @@ -120,18 +120,11 @@ After reinstalling those packages and rebooting, try logging in again.

### Reinstall NVIDIA Driver

If your system is equipped with NVIDIA graphics, a recent update might be causing the login issues. (Usually, NVIDIA driver issues will prevent the login screen from loading at all; however, it's still worth reinstalling if you are unable to log in after the above steps.) Refer to the table below to determine if your system contains NVIDIA graphics:

| Always | Maybe | Never |
|:------------- |:-------------- |:----------- |
| Oryx Pro | Wild Dog Pro | Lemur (Pro) |
| Adder WS | Ratel | Kudu |
| Serval WS | Galago Pro 5 | Meerkat |
| Bonobo WS | Gazelle | Galago Pro (4 or older) |
| Leopard WS | Thelio | Darter Pro |
| Silverback WS | Thelio Mira | Pangolin |
| Thelio Mega | Thelio Major | |
| | Thelio Massive | |
If your system is equipped with NVIDIA graphics, a recent update might be causing the login issues. (Usually, NVIDIA driver issues will prevent the login screen from loading at all; however, it's still worth reinstalling if you are unable to log in after the above steps.) Run these commands to determine if your system has NVIDIA graphics:

```bash
lspci -v | grep VGA
Comment thread
XV-02 marked this conversation as resolved.
```

To remove the NVIDIA driver, run the following:

Expand Down
19 changes: 6 additions & 13 deletions content/login-loop-ubuntu.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Black Screen Or Login Issues (Ubuntu)
title: Black Screen Or Login Issues (Ubuntu 22.04)
description: >
Are you getting stuck in a login loop, even though your password is correct? Do you see a black screen after you log in?
keywords:
Expand Down Expand Up @@ -98,18 +98,11 @@ After reinstalling those packages and rebooting, try logging in again.

## Reinstall NVIDIA Driver

If your system is equipped with NVIDIA graphics, a recent update might be causing the login issues. (Usually, NVIDIA driver issues will prevent the login screen from loading at all; however, it's still worth reinstalling if you are unable to log in after the above steps.) Refer to the table below to determine if your system contains NVIDIA graphics:

| Always | Maybe | Never |
|:------------- |:-------------- |:----------- |
| Oryx Pro | Wild Dog Pro | Lemur (Pro) |
| Adder WS | Ratel | Kudu |
| Serval WS | Galago Pro 5 | Meerkat |
| Bonobo WS | Gazelle | Galago Pro (4 or older) |
| Leopard WS | Thelio | Darter Pro |
| Silverback WS | Thelio Mira | Pangolin |
| Thelio Mega | Thelio Major | |
| | Thelio Massive | |
If your system is equipped with NVIDIA graphics, a recent update might be causing the login issues. (Usually, NVIDIA driver issues will prevent the login screen from loading at all; however, it's still worth reinstalling if you are unable to log in after the above steps.) Run these commands to determine if your system has NVIDIA graphics:

```bash
lspci -v | grep VGA
```

To remove the NVIDIA driver, run the following:

Expand Down