> > sorry, this is a second request... > > Is there any way I can send what's actually showing on the on the screen > to the printer? I'm trying to get XFree86 running and getting a lot of > error messages. I'd like to be able to print these out so I can try to > address the problems without having to write everything down... As is > obvious, I'm really new at this Linux stuff, so I'm still very much in > the thrashing around stages.
I've seen a lot of answers, but seem to have missed someone that mentioned redirecting the standard error stream, that usually contains the errors. I would suggest you send the messages to a file before printing (because there can be many of them). Supposing you start X using startx, that would be in bash: startx > my_errors 2>&1 in tcsh: startx >& my_errors Hope this helps, Eric Meijer E.L. Meijer ([EMAIL PROTECTED]) | tel. office +31 40 2472189 Eindhoven Univ. of Technology | tel. lab. +31 40 2475032 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax +31 40 2455054 -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .