From df7826245e10d5909ddd9efad04ed7d69580e882 Mon Sep 17 00:00:00 2001 From: Sun Peng Date: Fri, 1 Apr 2022 13:32:47 +0800 Subject: [PATCH] doc: virtio-gpu parameters of acrn-dm Update parameters of virtio-gpu in acrn-dm-parameters.rst Tracked-On: #7210 Signed-off-by: Sun Peng --- doc/user-guides/acrn-dm-parameters.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/user-guides/acrn-dm-parameters.rst b/doc/user-guides/acrn-dm-parameters.rst index c7d549914..991eb6eca 100755 --- a/doc/user-guides/acrn-dm-parameters.rst +++ b/doc/user-guides/acrn-dm-parameters.rst @@ -474,6 +474,17 @@ arguments used for configuration. Here is a table describing these emulated dev latter is ignored and the MAC address is set to the ``mac`` value. ``mac_seed`` will only be used when ``mac`` is not set. + * - ``virtio-gpu`` + - Virtio GPU type device, parameters format is: + ``virtio-gpu[,geometry=x++ | fullscreen]`` + + * ```` specifies the mode of virtual display, windowed or fullscreen. + If it is not set, the virtual display will use 1280x720 resolution in windowed mode. + * ``width`` specifies the width of the virtual display window in pixels. + * ``height`` specifies the height of the virtual display window in pixels. + * ``x_off`` specifies the x offfset of the virtual display window from the upper-left corner of screen. + * ``y_off`` specifies the y offfset of the virtual display window from the upper-left corner of screen. + * - ``passthru`` - Indicates a passthrough device. Use the parameter with the format ``passthru,//,``