Quote:
Originally Posted by geek1011
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.
|
I think input is a closed concern for the moment. I managed to watch for input events with evtest and with a small Python program, pass the x/y coordinates to xdotool. You can check the .py file in the main post to see the code. Pretty simple and reliable. No multi-touch, but better than nothing...
Thanks for the explanation, I think I am nearing even further my goal.
Any idea how to set this up in Python? Is it possible?
Thanks