[doc] usage: Update Full Command Line Options

This commit is contained in:
Jonathan Rubenstein 2022-04-16 18:10:56 +03:00 committed by Geoffrey McRae
parent 5797fbb4e5
commit aec2c78bd2

View file

@ -328,6 +328,8 @@ The following is a complete list of options accepted by this application
+------------------------+-------+-----------+---------------------------------------------------------------------+
| spice:clipboardToLocal | | yes | Allow the clipboard to be synchronized FROM the VM |
+------------------------+-------+-----------+---------------------------------------------------------------------+
| spice:audio | | yes | Enable SPICE audio support |
+------------------------+-------+-----------+---------------------------------------------------------------------+
| spice:scaleCursor | -j | yes | Scale cursor input position to screen size when up/down scaled |
+------------------------+-------+-----------+---------------------------------------------------------------------+
| spice:captureOnStart | | no | Capture mouse and keyboard on start |
@ -337,6 +339,18 @@ The following is a complete list of options accepted by this application
| spice:showCursorDot | | yes | Use a "dot" cursor when the window does not have focus |
+------------------------+-------+-----------+---------------------------------------------------------------------+
+------------------------+-------+-------+------------------------------------------------------+
| Long | Short | Value | Description |
+========================+=======+=======+======================================================+
| audio:periodSize | | 2048 | Requested audio device period size in samples |
+------------------------+-------+-------+------------------------------------------------------+
| audio:bufferLatency | | 13 | Additional buffer latency in milliseconds |
+------------------------+-------+-------+------------------------------------------------------+
| audio:micAlwaysAllow | | no | Always allow guest attempts to access the microphone |
+------------------------+-------+-------+------------------------------------------------------+
| audio:micShowIndicator | | yes | Display microphone usage indicator |
+------------------------+-------+-------+------------------------------------------------------+
+------------------+-------+-------+---------------------------------------------------------------------------+
| Long | Short | Value | Description |
+==================+=======+=======+===========================================================================+
@ -360,6 +374,10 @@ The following is a complete list of options accepted by this application
+------------------+-------+-------+---------------------------------------------------------------------------+
| egl:noSwapDamage | | no | Disable swapping with damage |
+------------------+-------+-------+---------------------------------------------------------------------------+
| egl:scalePointer | | yes | Keep the pointer size 1:1 when downscaling |
+------------------+-------+-------+---------------------------------------------------------------------------+
| egl:preset | | NULL | The initial filter preset to load |
+------------------+-------+-------+---------------------------------------------------------------------------+
+----------------------+-------+-------+---------------------------------------------+
| Long | Short | Value | Description |