diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/2447.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/2447.toml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/2447.toml b/gitlab/issues/target_missing/host_missing/accel_missing/2447.toml new file mode 100644 index 00000000..fa8efff7 --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/2447.toml @@ -0,0 +1,31 @@ +id = 2447 +title = "With -display sdl,gl=on and 3D acceleration, the position of mouse does not show correctly" +state = "opened" +created_at = "2024-07-18T18:32:57.277Z" +closed_at = "n/a" +labels = ["GUI", "device:virtio", "guest: Windows"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/2447" +host-os = "Windows 11 23H2 Home" +host-arch = "x86_64" +qemu-version = "v9.0.0-12054-g923cf646f4" +guest-os = "Linux kali 6.6.15" +guest-arch = "x86_64" +description = """Real mouse position is nearly 100 px on the left of drawn cursor. The closer the cursor to the lower right corner of the VM window, the worse (divergence becomes way bigger than 100 px). + +Split off from https://gitlab.com/qemu-project/qemu/-/issues/761 + +VM window is not necessary to be resized to reproduce this bug. If your VM desktop comes 1920x1080 originally, the bug can be reproduced from the very start. + +Smaller resolutions show this bug too, but it not so noticeable.""" +reproduce = """1. Download and install official QEMU 9.0 from https://qemu.weilnetz.de/w64/qemu-w64-setup-20240423.exe +2. Go to https://www.kali.org/get-kali/#kali-virtual-machines and click big QEMU 64 icon, and wait till kali-linux-2024.2-qemu-amd64.7z has been downloaded +3. Extract kali-linux-2024.2-qemu-amd64.qcow2 from kali-linux-2024.2-qemu-amd64.7z +4. Run it: `qemu-system-x86_64.exe -accel tcg -device virtio-vga-gl -display sdl,gl=on -hda C:\\kali-linux-2024.2-qemu-amd64.qcow2 -usb -device usb-tablet -m 4096 -machine q35 -smp 2 -cpu Westmere` +5. Enter `kali` as user and `kali` as password when prompted +6. When the desktop is shown up, click the leftmost, upmost blue "Applications" button. Then click Settings -\\> Display +7. Pick 1920x1080 as resolution and click Apply, then Keep this configuration. +8. Click Firefox Browser icon on the top panel. +9. When the browser starts working, experience how hard to use its interface, though it's fast. Real mouse position is nearly 100 px on the left of drawn cursor. The closer the cursor to the lower right corner of the VM window, the worse (divergence becomes way bigger than 100 px).""" +additional = """Run `qemu-system-x86_64.exe -accel tcg -device virtio-vga -display sdl -hda C:\\kali-linux-2024.2-qemu-amd64.qcow2 -usb -device usb-tablet -m 4096 -machine q35 -smp 2 -cpu Westmere` and experience correct behavior. + +Mouse in Gtk mode works ok. OpenGL not available for Windows in GTK mode.""" |