diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/1466.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1466.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1466.toml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1466.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1466.toml new file mode 100644 index 00000000..3f413cfd --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/1466.toml @@ -0,0 +1,17 @@ +id = 1466 +title = "GTK: mouse position incorrect in HiDPI environment" +state = "closed" +created_at = "2023-01-27T14:39:17.727Z" +closed_at = "2024-10-08T15:35:59.757Z" +labels = ["GUI"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/1466" +host-os = "Linux/X11" +host-arch = "x86_64" +qemu-version = "7.2.0" +guest-os = "n/a" +guest-arch = "n/a" +description = """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.""" +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""" +additional = "n/a" |