On Tue, 27 Jun 2000, James Frey wrote:

> Thanks, Paul . . . I ran startx as you indicated and got nothing in x-log.
> I'm going to try the 4.0 version of X Windows.  It will be a looong download
> tho'  - Mexico's phone lines are slow   :-(.
> 
> Jim
> 
> Paul Gray wrote:
> >
> > You can look in your X logs, or perhaps capture the information yourself
> > using:
> >         startx 2>&1 | cat > /tmp/X-log
> >
> > Check /tmp/X-log for (EE) entries.


Now, if you *really* want to see what is going wrong, try:

   strace startx 2>&1 | cat > /tmn/X-log

This should show you every open/close/file descriptor etc. that is
accessed as startx fires up.  It should also show where descriptors
fail to be accessed and/or files are not found.

After all, you have time, right?

-- 
Paul Gray
[EMAIL PROTECTED]
Dept. of Mathematics 
University of Northern Iowa
Wright Hall
Cedar Falls, IA  50614-0506



_______________________________________________
Stormlinux-users-list mailing list
[EMAIL PROTECTED]
http://www.stormix.com/community/lists/listinfo/stormlinux-users-list

Reply via email to