x2x icon indicating copy to clipboard operation
x2x copied to clipboard

Mouse speed lag on xserver-xsdl

Open Redsandro opened this issue 8 years ago • 1 comments

There is an immense mouse lag when using this with xserver-xsdl. I suspect that the power saving features of Android devices cause it to poll/listen with a very low refresh rate, resulting in mouse location update commands to queue.

If this hypothesis is correct, there should be an option to only update the mouse location at a rate of 1/100th the current one. Or perhaps a custom value.

Anther way, not sure if possible because I really don't know a lot about the X internals, is to calculate the new position based on all previously queued positions to clear the queue on every update.

Redsandro avatar Oct 05 '17 13:10 Redsandro

Sorry, this project is dormant. A new maintainer is needed to solve these problems.

dottedmag avatar Jan 21 '20 21:01 dottedmag