summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1466
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1466')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/14667
1 files changed, 7 insertions, 0 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1466 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1466
new file mode 100644
index 000000000..3d15787ef
--- /dev/null
+++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/1466
@@ -0,0 +1,7 @@
+GTK: mouse position incorrect in HiDPI environment
+Description of problem:
+With `usb-tablet` mode the guest cursor position should be consistent with the host cursor since QEMU can position the mouse absolutely.
+The guest position is off from the host cursor position, it seems the position is not being divided by the scaling factor before it is passed on to the guest.
+Steps to reproduce:
+1. Run any guest with a graphical interface (e.g. Fedora Workstation or Windows 10)
+2. Notice how the guest mouse is not consistent with the host mouse at all