On Mon, 23 Jul 2001, Nikhil Joshi wrote:
How can I redirect the messeges of x server? I tried using startx >> ~/temp but nothing is written to the temp file.
X errors are usually redirected to .xsession-errors. If you want to redirect your stdout as well as stderr, then do this:
startx &>.xsession-errors &
Philip