Re: Errors while trying to start xserver(xvesa, xnvidia, etc)
Chris <[email protected]> Tue, 20 Apr 2004 20:39:07 +0200
| Newsgroups | gmane.comp.freedesktop.xserver |
|---|---|
| Message-ID | <[email protected]> |
Hi again. Tried the suggestion below, without success :( Here's the errors generated: shroomz:/opt/fdo/bin # /opt/fdo/bin/Xvesa -mode 0x117 :1 -ac & sleep 5 && xterm -display :1 [1] 2629 Fatal server error: Cannot establish any listening sockets - Make sure an X server isn't already running [1]+ Exit 1 /opt/fdo/bin/Xvesa -mode 0x117 :1 -ac Warning: This program is an suid-root program or is being run by the root user. The full text of the error or warning message cannot be safely formatted in this environment. You may get a more descriptive message by running the program as a non-root user or by removing the suid bit on the executable. xterm Xt error: Can't open display: %s Yes, i've checked for sockets and stuff in /tmp, netstat lsof. Nodda. .. The last part of this error is obviously caused by the Xserver not starting. Could it be a problem that i'm running the 2.6 kernel(2.6.4) and framebuffer? On Tue, 2004-04-20 at 19:46, Franco Catrin L. wrote: > El mar, 20-04-2004 a las 10:46, Chris escribió: > > Hi, i've read up and down your mailinglist, docs, and google, trying to > > get this Xserver to start. > > I still can't seem to figure out why i get the following error > > "Connection refused. Make sure another Xserver isn't running". > > I read the FAQ which said i should try "-ac -nolisten tcp", which gave > > me another error: "_Xsomexlib: No such transport." > > I'd give more complete error-msgs but the display gets garbled upon > > returning from X(normal X to console), and i'm a *little bit* tired of > > rebooting now :) > > I've tried the following to start the server: > > Simply running all the binaries in /opt/fdo/bin/ with no args, > > "/opt/fdo/bin/Xvesa -screen 1024x768x16x75 :1 & xterm -display :1", > > and in all desperation: > > "xinit /usr/X11R6/bin/xterm -- /opt/fdo/bin/Xvesa -screen 1024x768x16x75 > > :1", which started the normal X with an xterm.. > > Been trying to get it started for hours now, and frankly i'm getting a > > bit frustrated :) > > > you can try this: > > /opt/fdo/bin/Xvesa -mode 0x117 :1 -ac & sleep 5 && xterm -display :1 > > You should be root. > > if you want to see composite in action, you need to run xcompmgr while > running the X server: > > export LD_LIBRARY_PATH=/opt/fdo/lib > /opt/fdo/bin/xcompmgr -- Chris <[email protected]>