From 528001280c2a31d8d9a0b8603b56a3e3a1106fd1 Mon Sep 17 00:00:00 2001 From: Foxlet Date: Wed, 5 Jun 2019 17:50:53 -0400 Subject: [PATCH] [CONF] Use USB Mouse by default due to Catalina tablet bug. --- basic.sh | 2 +- tools/template.xml.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic.sh b/basic.sh index 4825275..5902877 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-tablet \ + -usb -device usb-kbd -device usb-mouse \ -netdev user,id=net0 \ -device e1000-82545em,netdev=net0,id=net0,mac=52:54:00:c9:18:27 \ -device ich9-ahci,id=sata \ diff --git a/tools/template.xml.in b/tools/template.xml.in index d74d9dc..853233d 100644 --- a/tools/template.xml.in +++ b/tools/template.xml.in @@ -76,7 +76,7 @@ - +