On Sun, 3 Dec 2000, David Huybregts wrote:
> Hello All,
>
> Momentarily X isn't working anymore. It cannot find some font-file.
>
> Because I would like to catch the error-messages in a file for a closer
> look, I would like to ask you how to redirect the output to a file.
>
> I thought is went something like this:
>
>
> startx >oops
>
> Is this correct?
>
David,
Try 'startx 2> oops'. '2' is the file descriptor for standard
error, which is where the error output goes to. You might also want to
check the contents of the file '$HOME/.xsession-errors' - but be careful :
this might contain errors / statuses from the last time you had X running
successfully.
Regards,
Kenneth