-
-
Notifications
You must be signed in to change notification settings - Fork 52
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.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.
Description
Qubes OS release
r4.1
Brief summary
RawMotion in 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
- Run
xinput test-xi2in a client VM - Maximize the terminal window
- Move the mouse slowly
Expected behavior
You should see something like the following in the terminal.
EVENT type 17 (RawMotion)
device: 2 (6)
detail: 0
flags:
valuators:
0: 0.43 (0.43)
1: -0.10 (-0.10)
"valuators" are (x, y) pixels moved relative to the last RawMotion event
Actual behavior
EVENT type 17 (RawMotion)
device: 2 (6)
detail: 0
flags:
valuators:
0: 1000.00 (1000.00)
1: 510.00 (510.00)
"valuators" are the same as Motion "valuators". This is clearly not right.
AlxHnr and Atrate
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.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.