Hi, It seems like Xorg does some mapping from the device coordinates to screen coordinates. The current methods of tslib reads the events before they ever reach any of the Xorg layers. If i'm interested in screen/window space coordinates, would it be possible and would it make any sense to create a raw module that reads events from the Xorg server so it's potentially already mapped to the screen, thus reducing the need for configuration? Correct me if I'm wrong but as far as I understand the xf86-input-tslib is also too low down the stack. Would I be better off reading events from the Xorg directly without any help from tslib? Thanks, Tuomo