<div dir="ltr">Hi everyone,<br><br>I am trying to implement something like Maxivista (<a href="http://www.maxivista.com/" target="_blank">http://www.maxivista.com/</a>) with X. Basically, it enables a computer to use another computer's monitor as its own extended monitor.<br>

<br>My thought is hook/intercept the drawing functions, and draw the
objects that are out of the main monitor on the second one through the
other computer's xserver. So I am wondering if there is a way to
hook/intercept the drawing requests.<br>
<br>It seems a proxy x server requires the user
starts the proxy x server first before running any x client application
if I want process all the drawing request. Since transparency to the
users is a good design, I want to avoid using proxy x server if
possible. Thank you!<br>
<br>Best,<br>Hongmin</div>