blob: ba9a4057cb56b2cf05297391412d7f9a1a6f6429 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
id = 2559
title = "macOS cocoa UI cursor position mismatch when running Windows XP under QEMU 9.1.0"
state = "opened"
created_at = "2024-09-05T16:30:18.791Z"
closed_at = "n/a"
labels = ["GUI", "hostos: macOS"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/2559"
host-os = "macOS 14.6.1"
host-arch = "ARM64"
qemu-version = "9.1.0"
guest-os = "Windows XP"
guest-arch = "i386"
description = """QEMU 9.1.0 got hardware cursor support on macOS with the cocoa UI. When running a Windows XP guest, the windows's own cursor got a 13 pixel offset both in X and Y direction. When the "show-cursor" is off, the problem still exists, so the click target is not under the pointer of the cursor. I was using the "Red Hat QXL GPU" driver v6.1.0.10024 which was built in 2015.
I also checked it with Linux (i have an x86-64 Alma Linux 8 installation too), this working fine when using the "-display cocoa,show-cursoor=off,zoom-to-fit=off -device virtio-vga" parameters."""
reproduce = """1. Load a Windows XP with QXL drivers installed"""
additional = """
"""
|