blob: bd09ecc59e4385ce6f543d7a8098120a1d39b2c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
graphic: 0.928
performance: 0.919
device: 0.914
semantic: 0.755
permissions: 0.671
PID: 0.667
debug: 0.633
boot: 0.594
network: 0.567
files: 0.508
vnc: 0.452
other: 0.404
socket: 0.365
KVM: 0.101
-display sdl causes mice with relative movement to read garbage offsets
Description of problem:
`-device virtio-mouse` and `-device usb-mouse` (and probably other mice which send relative mouse movement data) are behaving incorrectly under linux guest and jitter a lot. In this specific case it only seems to happen with `-display sdl` as I could not reproduce this same issue with other of the following configurations: `-display gtk` and `-display spice-app` running with virt-viewer.
This behavior is not present when running a Windows guest with the same configuration using `-display sdl`
Another weird side note: this behavior is less apparent when running `evtest` on the exact mouse device having issues.

Steps to reproduce:
1. Install guest operating system
2. Install gnome metapackage and enable GDM
3. Reboot
4. The mouse shows jittery motion on the GDM screen.
|