How to print X windows ---------------------- To capture an X window, do the following: 1. In your terminal window, type `xwd > screen.xwd' but DON'T press Enter yet. 2. Uncover the X window completely. 3. Move the mouse back to your terminal window and press Enter now (without covering the X window). 4. The mouse will change to a cross; move it to the X window and click. 5. After you hear the SECOND beep, move back to the terminal window; the prompt should reappear shortly. Now type xpr -device ps < screen.xwd > screen.ps Now `screen.ps' is a Postscript file of the X window. You can view it with `ghostview screen.ps' or print it with `lpr screen.ps'.