From 9260319e7411ff8281700a532caa436f40120ec4 Mon Sep 17 00:00:00 2001 From: Christian Krinitsin Date: Fri, 30 May 2025 16:52:07 +0200 Subject: gitlab scraper: download in toml and text format --- .../target_missing/host_missing/accel_missing/761 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 gitlab/issues_text/target_missing/host_missing/accel_missing/761 (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/761') diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/761 b/gitlab/issues_text/target_missing/host_missing/accel_missing/761 new file mode 100644 index 000000000..482435480 --- /dev/null +++ b/gitlab/issues_text/target_missing/host_missing/accel_missing/761 @@ -0,0 +1,12 @@ +With -display gtk,gl=on, the position of mouse does not show correctly +Description of problem: +With `-display gtk,gl=on`, the cursor of the mouse does not show correctly. So, it's very hard to use mouse on guest OS desktop to, say, open an application or to close it. The displayed mouse cursor is about 300x300 away from the actual mouse position. +Steps to reproduce: +1. Build qemu 6.2.0-rc2 using the following `./configure` options: +``` +--prefix=$HOME/.bin --target-list=x86_64-softmmu --enable-kvm --enable-vnc --enable-gtk --enable-vte --enable-xkbcommon --enable-sdl --enable-spice --enable-spice-protocol --enable-virglrenderer --enable-opengl --enable-guest-agent --enable-avx2 --enable-hax --enable-system --enable-linux-user --enable-libssh --enable-linux-aio --enable-linux-io-uring --enable-modules --enable-fuse --enable-fuse-lseek +``` +2. Run the above QEMU command with `-display gtk,gl=on`. +3. Try to open an application by clicking its icon on desktop and to close it by clicking the "X" icon. +Additional information: + -- cgit 1.4.1