Recently a weird thing is happening, every time I try to login into my user account, ubuntu opens something similar to a TTY, but it is not exactly a TTY.
So what exactly happens is, I boot up my system, the login screen prompts and I click on the user name I want to login to. Once I click on the username it opens a login prompt but instead of opening a GUI prompt, it opens a TTY-like CLI prompt.
The prompt looks like-
Ubuntu 21.10 Linux console
Linux login:
After I login into it, I get just a normal TTY interface (I can only type commands).
Some important information:-
I am on ubuntu 21.10 Impish with Gnome 40.
Sometimes it straightaway boots into that TTY-like interface.
I am using orchis as a shell theme and application theme.
I have changed the GDM background image to a custom wallpaper using this script from GitHub
I could temporarily fix this issue by going to TTY2 and then again TTY1.
When I go to TTY2 and then switch to TTY1 the Login prompt is fine as usual.
Here are the contents of /etc/gdm3/custom.conf
$ cat custom.conf
# GDM configuration storage
#
# See /usr/share/gdm/gdm.schemas for a list of available options.
[daemon]
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false
# Enabling automatic login
# AutomaticLoginEnable = true
# AutomaticLogin = user1
# Enabling timed login
# TimedLoginEnable = true
# TimedLogin = user1
# TimedLoginDelay = 10
AutomaticLoginEnable=False
AutomaticLogin=user_name
[security]
[xdmcp]
[chooser]
[debug]
# Uncomment the line below to turn on debugging
# More verbose logs
# Additionally lets the X server dump core if it crashes
#Enable=true
Here is the list of gnome-extensions installed:
~/.local/share/gnome-shell/extensions$ ls -c
just-perfection-desktop@just-perfection
[email protected]
cpufreq@konkor
blur-my-shell@aunetx
[email protected]
[email protected]
[email protected]
If you want any other information then please feel free to ask me in the comments.
Edit
I tried using lightdm as the display manager but that also didn't worked.