This Tip Show How-to SetUp the Kdm Display-Manager for Arch-Linux 2013.03 KDE4 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 KDE4 at Boot
systemctl enable kdm.service
- Reboot Directly Into Arch-Linux KDE4 Desktop .)