This Tip Show How-to Install & SetUp a Display-Manager for Arch-Linux Desktops on VMware so to Enable the Direct Login at Boot.
- Install the Display Manager
su pacman -S slim
- Disable GLX Module Loading
nano /etc/xorg.conf
Inserts:
Section “Module”
Disable “glx”
EndSectionCtrl+x to Save & Exit
- Enabling Slim Login at Boot
systemctl enable slim.service su userName cp /etc/skel/.xinitrc ~/.xinitrc nano ~/.xinitrc
Uncomment the Corresponding Desktop Entry.
Example:
exec startxfce4
su -c "chown userName:userName ~/.xinitrc" su -c "chmod +x ~/.xinitrc"
Ctrl+x to Save & Exit 🙂
- Reboot to Login Into Desktop
su -c "reboot"