-
-
Notifications
You must be signed in to change notification settings - Fork 59
Fix incorrect relative mouse xinput2 reports #7316
Copy link
Copy link
Closed
Closed
Copy link
Labels
C: gui-virtualizationThis issue pertains to GUI virtualization in Qubes OS.This issue pertains to GUI virtualization in Qubes OS.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.fixed-by-waylandThis issue would not arise if Qubes OS were using Wayland instead of X11.This issue would not arise if Qubes OS were using Wayland instead of X11.hardware supportThis issue pertains to the hardware that Qubes OS supports.This issue pertains to the hardware that Qubes OS supports.pr submittedA pull request has been submitted for this issue.A pull request has been submitted for this issue.r4.2-host-stabler4.2-stabler4.2-vm-bookworm-stabler4.2-vm-fc41-stabler4.2-vm-fc42-stabler4.2-vm-trixie-stabler4.3-host-cur-testr4.3-vm-bookworm-cur-testr4.3-vm-fc40-cur-testr4.3-vm-fc41-cur-testr4.3-vm-fc42-cur-testr4.3-vm-trixie-cur-testtargets-4.3Feature planned for Qubes 4.3. Remove label if not implemented by release; leave if implemented.Feature planned for Qubes 4.3. Remove label if not implemented by release; leave if implemented.
Metadata
Metadata
Assignees
Labels
C: gui-virtualizationThis issue pertains to GUI virtualization in Qubes OS.This issue pertains to GUI virtualization in Qubes OS.P: defaultPriority: default. Default priority for new issues, to be replaced given sufficient information.Priority: default. Default priority for new issues, to be replaced given sufficient information.fixed-by-waylandThis issue would not arise if Qubes OS were using Wayland instead of X11.This issue would not arise if Qubes OS were using Wayland instead of X11.hardware supportThis issue pertains to the hardware that Qubes OS supports.This issue pertains to the hardware that Qubes OS supports.pr submittedA pull request has been submitted for this issue.A pull request has been submitted for this issue.r4.2-host-stabler4.2-stabler4.2-vm-bookworm-stabler4.2-vm-fc41-stabler4.2-vm-fc42-stabler4.2-vm-trixie-stabler4.3-host-cur-testr4.3-vm-bookworm-cur-testr4.3-vm-fc40-cur-testr4.3-vm-fc41-cur-testr4.3-vm-fc42-cur-testr4.3-vm-trixie-cur-testtargets-4.3Feature planned for Qubes 4.3. Remove label if not implemented by release; leave if implemented.Feature planned for Qubes 4.3. Remove label if not implemented by release; leave if implemented.
Type
Fields
Give feedbackNo fields configured for Feature.
How to file a helpful issue
Qubes OS release
r4.1
Brief summary
RawMotionin X represents relative motion of mouse. However, the current linux client gui agent put absolute positions for the fields. It makes some games think you are moving the mouse ridiculously fast.Steps to reproduce
xinput test-xi2in a client VMExpected behavior
You should see something like the following in the terminal.
"valuators" are (x, y) pixels moved relative to the last
RawMotioneventActual behavior
"valuators" are the same as
Motion"valuators". This is clearly not right.