Quote:
Originally Posted by NiMa
Ok now I *kind of* understand what it does. If I'm correct: this watches for Xorg to update a window's content (xdamage) and then prints it to the screen with FBInk.
Then I *might* be able to do that with an existing X server, might I?

|
Yes, basically. You would run this on an existing X server (e.g. tigervnc, Xvfb, etc), and it would use XDAMAGE to watch for changes and pass them to FBInk. You'd still need to deal with input, though.