Desktop not showing anything

I’m new to manjaro linux. When i first use manjaro it was worked well. But now my desktop not showing anything, even mouse clicks not working.

Hello @Yasantha and welcome :wink:

If everything is up to date, I would rather say it is a configuration or customization you made for the desktop.

Please try this:

  1. Switch to another TTY by pressing the keystroke CTRL+ALT+F3
  2. Then you should see a login prompt. Login there with your username and password.
  3. Now create a new user account:
sudo useradd --create-home testuser
  1. And give it a password:
sudo passwd testuser

:notebook: Note that no input will be displayed. You have to type the password blindly.

  1. Now restart the display-manager:
sudo systemctl restart display-manager
  1. Then you should see the login display and login as a new testuser.
1 Like

@megavolt thank you so much. It works😍

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.