I installed an Archlinux distribution, and I am trying to install xOrg. I installed xorg-server xorg-xinit and xorg-server-utils. I also installed xf86-video-nouveau because I have a 960M from Nvidia.
To test it :
echo "xterm && sleep 10" > .xinitrc
And I run startx. I got this message
Waiting for X server to begin accepting connections
And after 2-3 minutes, I got :
Unable to connect to X server: connection refused.
Why the connection is refused ?
Thanks for help !
~/.xinitrc
and~/.xsession
executable (they should be)? That would look like the kind of issue you may be facing. – Triclinium