X11 doesn't start up
X11 doesn't start up
- Subject: X11 doesn't start up
- From: Giuseppe Scopelliti <email@hidden>
- Date: Sun, 30 Oct 2005 21:30:48 +0100
Hi,
I'm having a problem starting X11 similar to the one described in this
post http://lists.apple.com/archives/x11-users/2004/Oct/msg00135.html.
I too have installed Darwine but it worked the first few times. Now,
when I try it I get:
wine: Could not load graphics driver 'x11drv'.
Make sure that your X server is running and that $DISPLAY is set
correctly.
X11, on the other hand, just doesn't start up anymore.
I've tried changing /tmp permissions as suggested in the above post:
still doesn't work but I've noticed that if I change the owner to root
X11 will stay up a little longer before crashing (before this, owner
was set to my account name, and X11 crashed almost immediately).
This the output from the Console:
XFree86 Version 4.3.0 / X Window System
(protocol Version 11, revision 0, vendor release 6600)
_XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
_XSERVTransMakeAllCOTSServerListeners: server already running
Fatal server error:
Cannot establish any listening sockets - Make sure an X server isn't
already running
OsVendorFatalError
AbortDDX
Quitting XDarwin...
this is my .xinitrc file:
rm -f "/Users/800A/.xinitrc"
#!/bin/sh
# $Id: xinitrc,v 1.2 2003/02/27 19:03:30 jharper Exp $
userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/etc/X11/xinit/.Xresources
sysmodmap=/etc/X11/xinit/.Xmodmap
# merge in defaults and keymaps
if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi
if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi
if [ -f $userresources ]; then
xrdb -merge $userresources
fi
if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi
# start some nice programs
# xterm &
# start the window manager
exec quartz-wm
Regarding the log: there shouldn't be any other X server running, I
for one haven't certainly started any. Also, I'm probably wrong on
this, but isn't XDarwin a different X11 implementation than Apple's
X11? I don't recall installing it (and indeed there is no file
containing XDarwin.
Hope someone can help me.
Cheers,
Giuseppe
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list (email@hidden)
This email sent to email@hidden