You are not logged in.
Hi, I'm a newbie in the world of Linux, especially for the Arch Linux in which I have to build up from scratch almost everywhere. But this is how I like it.
Now I'm facing with a dilemma after finished installing the lxdm display manager and the xfce4 desktop environment. I still have to type in the username and password in the text mode every time I reboot my computer and what's more, I have to type in
sudo systemctl start lxdmto launch the desktop environment. I did have enabled the lxdm in systemd and I can see a symbolic link under the /etc/systemd/system directory called display-manager.service linking to /usr/lib/systemd/system/lxdm.service.
What's happening under the hood to prevent me from booting directly into desktop environment?
Offline
I did have enabled the lxdm in systemd
Did you?
systemctl status lightdmmore generally https://wiki.archlinux.org/index.php/Sy … _boot_into
Offline
Likely your default target (see https://wiki.archlinux.org/index.php/Systemd#Targets)
You're probably booting into multi-user, when it sounds like you want to boot to graphical.
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
everwisher wrote:I did have enabled the lxdm in systemd
Did you?
systemctl status lightdmmore generally https://wiki.archlinux.org/index.php/Sy … _boot_into
Yes, I did. WorMzy's point sounds promising but I need to check it out thoroughly because I'm not quite familiar with the 'multi-user boot' things.
Thank you for replying
Offline