Skip to content

Mouse speed lag on xserver-xsdl #20

@Redsandro

Description

@Redsandro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions