You are not logged in.
I have freshly installed ArchLinux using the ArchWiki today. I am using MWM and decided a new combo for this look would to be to install XDM. Unfortunately, when I login as anything other than root I get stuck in a login loop, and can't proceed to MWM. And even when I do login as root, I have to manually start MWM. In the ~/.xsession file I have input "exec mwm".
Offline
XDM executes your xinitrc, so please post that.
Also please do not login as root graphically - create a new regular user if you want to try things.
Online
XDM executes your xinitrc, so please post that.
Also please do not login as root graphically - create a new regular user if you want to try things.
Apologizes, but on the XDM login loop I could not get in as anything other than root, logging in as my regular user would bring me back to the login screen. Also, if that is the case, than it is still a problem because I also have "exec mwm" in my ~/.xinitrc file. It works fine using startx, but not with XDM.
Offline
Change the default target to boot into to multi-user.target so xdm.service is not started. Then post ~/.xinitrc. See the first link inseth's signature to post from the console.
Offline
Change the default target to boot into to multi-user.target so xdm.service is not started. Then post ~/.xinitrc. See the first link inseth's signature to post from the console.
I have done as you have told, here is the link it output.
http://ix.io/2UdF
Offline
Read the xinitrc wiki page.
And change ownership of relevant files in your $HOME back to your user (from root).
Offline
Read the xinitrc wiki page.
And change ownership of relevant files in your $HOME back to your user (from root).
May I ask for specification of what these relevant files are?
Offline
Pretty much everything in your $HOME should belong to your user.
Check ~/.xsession-errors on why mwm fails for your user.
Online