[vox-tech] X server help

vox-tech@lists.lugod.org vox-tech@lists.lugod.org
Wed, 12 Feb 2003 16:10:12 -0500


On Wed, Feb 12, 2003 at 12:34:41PM -0800, Jennifer Stickel wrote:
> > Try this:
> >  ldd `which glxgears`
> 
> That command didn't work for me.  I get the message
> ldd: ./which glxgears: No such file or directory

the quotes to use are backquotes... same as on the '~' key... try those.

you could also run:
  ldd $(which glxgears)
which should do the same thing.

> > $ startx >xlog 2>&1
> 
> (==) Log file: "/var/log/XFree86.0.log", Time: Wed Feb 12 12:05:40 2003
[...]
> When reporting a problem related to a server crash, please send
> the full server output, not just the last messages.
> This can be found in the log file "/var/log/XFree86.0.log".

  Please send the contents of /var/log/XFree86.0.log to the list...
it contains the log he was hoping to see.