--- wikisrc/ports/evbarm/qemu_arm.mdwn 2019/12/03 12:52:20 1.8 +++ wikisrc/ports/evbarm/qemu_arm.mdwn 2020/10/14 22:18:02 1.9 @@ -41,6 +41,15 @@ The disk image (armv7.img.gz or arm64.im -netdev type=user,id=net0 -device virtio-net-device,netdev=net0,mac=00:11:22:33:44:55 \ -bios QEMU_EFI.fd -nographic +# Enabling graphics support +To enable graphics support, remove the following command-line argument: + + -nographic + +and replace it with: + + -device ramfb -device nec-usb-xhci,id=xhci -device usb-mouse,bus=xhci.0 -device usb-kbd,bus=xhci.0 + # Bridged networking To bridge a QEMU guest to your network, you need to create a tap(4) interface for your VM, then connect it to a physical interface with a bridge(4) interface.