Problems configuring X11

Hi,

From the manual: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html

I've edited /etc/rc.conf:
Code:
hald_enable="YES"
dbus_enable="YES"

These services should be started (either manually or by rebooting) before further Xorg configuration or use is attempted.

Xorg can often work without any further configuration steps by simply typing at prompt:

% startx

So,
Code:
startx
xauth: file /root/.serverauth.2098 does not exist
xauth: (argv):1: bad display name "MyMachine.example.com0" in "list" command
xauth: (stdin):1: bad display name "MyMachine.example.com0" in "add" command
xinit: unable to run server "/usr/local/bin/X": no such file or directory
Use the -- option, or make sure that /usr/local/bin is in your path and that "/usr/local/bin/X" is a program or link to the right type of server
for your display. Possible server names include:
 
 Xorg    Common X server for most displays
 Xvfb    Virtual frame buffer
 Xfake   kdrive-based virtual frame buffer
 Xnest   X server nested in a window on another X server
 Xephyr  kdrive-based nested X server
 Xvnc    X server accessed over VNC's RFB protocol
 Xdmx    Distributed Multi-head X server

xinit: giving up
xinit: unable to connect to X server: Connection refused
xinit: server error
xauth: (argv):1: bad display name "MyMachine.example.com0" in "remove" command

I can't proceed past this point.
 
Back
Top