I'm running arch linux on my linode and I'm attempting to set up XServer.
Basically, what I did was
Code:
pacman -Syu xorg-server
pacman -S xorg-xinit
pacman -S xorg-twm xorg-xclock xterm
pacman -S xorg-utils xorg-server-utils
startx
When I ran startx, I got an error:
Code:
Fatal server error:
no screens found
About fifteen seconds later, I got another error:
Code:
xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
Xserver auto terminated at this point.
I'm fairly new to linux, but I understand a good amount of it. If anyone could clear up what causes these errors / how to fix them that would be greatly appreciated.