Arch-Linux 2013 on VMware How-to Successfully Booting Into KDE4 Desktop

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.

  1. Disable GLX Module Loading
    nano /etc/xorg.conf

    Inserts:

    Section “Module”
    Disable “glx”
    EndSection

    Ctrl+x to Save & Exit

  2. Enabling Login Into KDE4 at Boot
    systemctl enable kdm.service
  3. Reboot Directly Into Arch-Linux KDE4 Desktop .)