update
This commit is contained in:
@@ -48,7 +48,7 @@ else
|
||||
echo "KVM not available, using software emulation (slower)"
|
||||
fi
|
||||
|
||||
# Start QEMU with VirtIO-GPU (VirGL OpenGL acceleration) and serial console
|
||||
# Start QEMU with multiple displays (3 total) for multi-monitor testing
|
||||
> "$SERIAL_LOG" # Clear old log
|
||||
qemu-system-x86_64 \
|
||||
$KVM_OPTS \
|
||||
@@ -57,7 +57,9 @@ qemu-system-x86_64 \
|
||||
-bios /usr/share/qemu/OVMF.fd \
|
||||
-drive file="$ISO_PATH",media=cdrom \
|
||||
-drive file="$DISK_PATH",format=qcow2,if=virtio \
|
||||
-device virtio-vga \
|
||||
-device virtio-gpu-pci,id=video0 \
|
||||
-device virtio-gpu-pci,id=video1 \
|
||||
-device virtio-gpu-pci,id=video2 \
|
||||
-display none \
|
||||
-spice port=5930,disable-ticketing=on \
|
||||
-serial unix:"$SERIAL_SOCK",server,nowait \
|
||||
|
||||
Reference in New Issue
Block a user