XDarwin: client 1 rejected from local host

EnglaBenny

Registered
Since I updated to 10.2.8 my XDarwin no longer works; not in quartz and not in >console.

I get this at startup:
...
Display mode: Rootless Quartz
Screen 0 added: 1152x747 @ (0,21)
Screen 0 placed at X11 coordinate (0,0).
AUDIT: Sun Oct 19 13:56:47 2003: 1098 XDarwin: client 1 rejected from local host
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified


waiting for X server to begin accepting connections .
AUDIT: Sun Oct 19 13:56:49 2003: 1098 XDarwin: client 1 rejected from local host
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

..
AUDIT: Sun Oct 19 13:56:51 2003: 1098 XDarwin: client 1 rejected from local host
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

..
 
Try to insert the following line into your ~/.xinitrc file, just before any client is launched:

xhost +localhost

Hope this helps :)
 
It didn't help. You see, it seems like the .xinitrc file is never read at all - it never gets that far.

The strange thing is, that I can launch Apple's X11, and it works fine. XDarwin used to work, even though the XDarwin app was installed in parallel with Apple's X11. Now Apple's works, and XDarwin does not. :(
 
Back
Top