Revision 4171d32e qemu-options.hx

b/qemu-options.hx
592 592

  
593 593
DEF("display", HAS_ARG, QEMU_OPTION_display,
594 594
    "-display sdl[,frame=on|off][,alt_grab=on|off][,ctrl_grab=on|off]\n"
595
    "            [,window_close=on|off]|curses\n"
595
    "            [,window_close=on|off]|curses|none\n"
596 596
    "                select display type\n", QEMU_ARCH_ALL)
597 597
STEXI
598 598
@item -display @var{type}
......
609 609
curses/ncurses interface. Nothing is displayed when the graphics
610 610
device is in graphical mode or if the graphics device does not support
611 611
a text mode. Generally only the VGA device models support text mode.
612
@item none
613
Do not display video output. The guest will still see an emulated
614
graphics card, but its output will not be displayed to the QEMU
615
user. This option differs from the -nographic option in that it
616
only affects what is done with video output; -nographic also changes
617
the destination of the serial and parallel port data.
612 618
@end table
613 619
ETEXI
614 620

  

Also available in: Unified diff