How could I forward the X window output from a program under Linux (Debian Lenny)? Any suggestions and / or experience?
The easiest way would be to restart the process with a new DISPLAY enviroment variable, but I don't want to take down the process at all. What I'd like is to change the X output to another machine "on the fly"...
Apparently there are some "X proxies" out there that can do this for me, but I haven't got any experience in this nor can Google give me a quick solution.
[edit]Clarification: I do not want to forward the full desktop (with VNC or similar) neither do I want to just forward one window. I want to forward all the output from a certain process, without restarting the process.[/edit]