This Tip Show How-to SetUp the Lxdm Display-Manager for Arch-Linux Lxde Desktop on VMware so to Enable the Direct Login at Boot.
- Disable GLX Module Loading
nano /etc/xorg.conf
Inserts:
Section “Module”
Disable “glx”
EndSectionCtrl+x to Save & Exit
- Enabling Login Into Lxde at Boot
systemctl enable lxdm.service
nano /etc/lxdm/lxdm.conf
Uncomment:
session=/usr/bin/startlxde
- Lxde Desktop SetUp
su
cp /etc/xdg/openbox/menu.xml /etc/xdg/openbox/rc.xml /etc/xdg/openbox/autostart ~/.config/openbox