You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: