[Spice-devel] [PATCH xf86-video-qxl 4/4] Document a number of missing XSpice vdagent options in the example xorg.conf.
Jeremy White
jwhite at codeweavers.com
Fri Oct 2 09:21:03 PDT 2015
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
examples/spiceqxl.xorg.conf.example | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/examples/spiceqxl.xorg.conf.example b/examples/spiceqxl.xorg.conf.example
index 9b223c8..e709e6d 100644
--- a/examples/spiceqxl.xorg.conf.example
+++ b/examples/spiceqxl.xorg.conf.example
@@ -126,6 +126,30 @@ Section "Device"
# defaults to 16
#Option "FrameBufferSize" "16"
+ # Whether or not to accept Vdagent connections
+ # defaults to false
+ #Option "SpiceVdagentEnabled" "False"
+
+ # Default path to listen for agent virtual io connections
+ # default: /tmp/xspice-virtio"
+ #Option "SpiceVdagentVirtioPath" "/tmp/xspice-virtio"
+
+ # Default path to listen for agent uinput connections
+ # default: /tmp/xspice-uinput
+ #Option "SpiceVdagentUinputPath" "/tmp/xspice-uinput"
+
+ # Default user id to set for the Virtio and Uinput sockets
+ # default: 0, or none
+ # Note: both uid and gid must be given for either to take
+ # effect
+ #Option "SpiceVdagentUid" "0"
+
+ # Default group id to set for the Virtio and Uinput sockets
+ # default: 0, or none
+ # Note: both uid and gid must be given for either to take
+ # effect
+ #Option "SpiceVdagentGid" "0"
+
# Set Spice Agent Mouse - Use Agent mouse if an agent connects
# defaults to true
#Option "SpiceAgentMouse" "True"
--
2.1.4
More information about the Spice-devel
mailing list