From adf2c66c9d1372793c0053e87d3194542eefa4a9 Mon Sep 17 00:00:00 2001 From: LionelHoudelier <30937375+LionelHoudelier@users.noreply.github.com> Date: Sat, 23 Oct 2021 18:32:57 +0200 Subject: [PATCH] Update basic.sh solves the problem with the mouse. --- basic.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic.sh b/basic.sh index add14b5..8e357a6 100755 --- a/basic.sh +++ b/basic.sh @@ -18,7 +18,7 @@ qemu-system-x86_64 \ -drive if=pflash,format=raw,file="$OVMF/OVMF_VARS-1024x768.fd" \ -vga qxl \ -device ich9-intel-hda -device hda-output \ - -usb -device usb-kbd -device usb-mouse \ + -usb -device usb-kbd -device usb-tablet \ -netdev user,id=net0 \ -device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \ -device ich9-ahci,id=sata \