Hi !
I’m not sure I’m on the right category…
Recently, when I start my computer, it starts on terminal, and I have to run startx to launch my desktop.
Do you know how I could fix this ?
Thanks for your time !
Adrien
Hi,
Type:
sudo systemctl set-default graphical.target
And then reboot. If It works and you want to learn more about it:
https://www.cyberciti.biz/faq/switch-boot-target-to-text-gui-in-systemd-linux/
Thanks for your time !
I did so, but same issue…
My computer keep booting on terminal TTY1
Solution found !
Thanks to this forum, of course ! ^^
So, I did remove orphan packages after my last update.
gdm package was removed (Gnome Display Manager)
I installed the package and restart gdm
sudo pacman -S gdm
systemctl restart gdm
Adrien
1 Like
This topic was automatically closed 36 hours after the last reply. New replies are no longer allowed.