> Maybe-  how would I use "tee" to run "startx" and save the error messages
to
> a text file?

I normally just send stuff straight to the log file with
: startx > x.log
maybe
: startx &> x.log
would capture more detail. If you need to see these messages from within X
just open a term and run
: tail -f  x.out'

Reply via email to