Xorg and startx problem

I installed FreeBSD yesterday and have the same problem with startx(1)
Code:
xauth: file /home/lounge/.serverauth.xxx does not exist
and
Code:
xauth: file /home/lounge/.xauthority does not exist
or
Code:
[...] bad display freebsd:0
I have both files in my directory and two files .serverauth.708, .serverauth742
 
Try sh -x /usr/local/bin/startx, if it can pinpoint the error better.
The message you see might be just informational, and the real error is somewhere else. /var/log/Xorg.0.log maybe.

Juha
 
Back
Top