blob: 8ada89d6647aec013d6fa71ac50a54554c315cb3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
SDL support missing from qemu-1:3.1+dfsg-2ubuntu3.1
qemu support is missing from qemu-1:3.1+dfsg-2ubuntu3.1 on Disco. This is dispite qemu --help saying its available. SDL support is needed to use Packer(https://www.packer.io/) in graphical mode.
# qemu-system-x86_64 -cpu host -smp 2,sockets=2,cores=1,threads=1 -machine type=pc,accel=kvm -display sdl -cdrom ubuntu.iso
qemu-system-x86_64: Display 'sdl' is not available.
# qemu-system-x86_64 --help | grep sdl
-display sdl[,frame=on|off][,alt_grab=on|off][,ctrl_grab=on|off]
-sdl shorthand for -display sdl
|