mirror of
https://github.com/foxlet/macOS-Simple-KVM.git
synced 2024-11-05 18:59:45 +01:00
[CONF] Use USB Mouse by default due to Catalina tablet bug.
This commit is contained in:
parent
7fb3845c8e
commit
528001280c
2 changed files with 2 additions and 2 deletions
2
basic.sh
2
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 \
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<console type='pty'>
|
||||
<target type='serial' port='0'/>
|
||||
</console>
|
||||
<input type='tablet' bus='usb'>
|
||||
<input type='mouse' bus='usb'>
|
||||
<address type='usb' bus='0' port='1'/>
|
||||
</input>
|
||||
<input type='keyboard' bus='usb'>
|
||||
|
|
Loading…
Reference in a new issue