diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:00 +0000 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-06-16 16:59:33 +0000 |
| commit | 9aba81d8eb048db908c94a3c40c25a5fde0caee6 (patch) | |
| tree | b765e7fb5e9a3c2143c68b0414e0055adb70e785 /results/classifier/118/boot/1285508 | |
| parent | b89a938452613061c0f1f23e710281cf5c83cb29 (diff) | |
| download | qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.tar.gz qemu-analysis-9aba81d8eb048db908c94a3c40c25a5fde0caee6.zip | |
add 18th iteration of classifier
Diffstat (limited to 'results/classifier/118/boot/1285508')
| -rw-r--r-- | results/classifier/118/boot/1285508 | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/results/classifier/118/boot/1285508 b/results/classifier/118/boot/1285508 new file mode 100644 index 000000000..ab3de062e --- /dev/null +++ b/results/classifier/118/boot/1285508 @@ -0,0 +1,70 @@ +boot: 0.831 +architecture: 0.831 +device: 0.755 +graphic: 0.707 +mistranslation: 0.700 +semantic: 0.675 +x86: 0.631 +peripherals: 0.612 +performance: 0.608 +user-level: 0.592 +ppc: 0.557 +PID: 0.528 +virtual: 0.499 +permissions: 0.427 +arm: 0.423 +vnc: 0.372 +TCG: 0.347 +network: 0.344 +register: 0.340 +debug: 0.336 +KVM: 0.317 +risc-v: 0.313 +socket: 0.305 +i386: 0.281 +VMM: 0.280 +files: 0.273 +hypervisor: 0.259 +kernel: 0.254 +assembly: 0.093 + +[ppa 2.0~git-20140225] mouse cursor invisible with Ubuntu live system + +As requested on u-devel@, I tested QEMU 2.0~git-20140225.aa0d1f4-0ubuntu2 from ppa:ubuntu-virt/candidate. This has a regression with the mouse cursor. + +I downloaded the current Ubuntu Desktop trusty beta-1 amd64 image, and booted it in QEMU: + + $ kvm -m 2048 -cdrom trusty-desktop-amd64.iso + +This boots fine, but in the desktop I don't see any mouse cursor. + +Interestingly this only happens with sdl. Using vga it works fine. + +It also works fine in qxl/spice (qemu ... -spice disable-ticketing,port=5930; spicy -h localhost -p 5930). + +i have the same, I don't see any mouse cursor. System is working. + +Host: Ubuntu release 14.04 x86_64 +Gast: Ubuntu release 14.04 x86_64 + +Graphic: GeForce GTX 650 Ti BOOST/PCIe/SSE2 +Driver: nvidia 331.38 + + + +there are my terminal commands: + +$ qemu-img create -f qcow2 BOOTSYSTEM.img 10G +$ qemu-system-x86_64 -enable-kvm -hda BOOTSYSTEM.img -cdrom /dev/cdrom -boot d -m 1024 + + +I still regularly get this. The workaround is to open a terminal, which causes the cursor shape to change. Once that is done, the cursor stays visible. + +Hi Martin, + +when you get this, I assume that is with the standard trusty or utopic package? + +I ask because the subject says 'ppa' - i'd like to remove that. + +It's actually fine for me with current utopic's 2.1+dfsg-2ubuntu2. I tested both the default graphics card as well as "-vga vmware". + |