Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!purdue!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!think!mintaka!bloom-beacon!EXPO.LCS.MIT.EDU!keith From: keith@EXPO.LCS.MIT.EDU (Keith Packard) Newsgroups: comp.windows.x Subject: Re: problem starting X11R4; what's (not so) obvious? Message-ID: <9001050247.AA11553@expo.lcs.mit.edu> Date: 5 Jan 90 02:47:14 GMT References: <1130@ursa-major.SPDCC.COM> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 21 > Symptom: "xinit" invoked manually from another terminal brings up the > gray stipple and mouse cursor, but then terminates with no errors other > than "waiting for X server to terminate.." which it then does. I > suspect that "xterm" is failing, but I'm not sure where to look next. > There are no messages betraying why it's failing. xinit is a pretty awful program to use when debugging things like this; when you've got a remote terminal to debug with, I'd suggest starting the server by hand and then try to run xterm (also by hand): $ /usr/bin/X11/Xqdss & (wait until the cursor appears) $ setenv DISPLAY :0 $ /usr/bin/X11/xterm At this point, xterm has a chance to display the troubles it's having and give more meaningful error messages. Keith Packard MIT X Consortium