[Spice-devel] [xspice 2/6] Add missing options to the example xorg.conf file.
Jeremy White
jwhite at codeweavers.com
Thu Mar 14 10:59:53 PDT 2013
Poor man's documentation for the win!
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
examples/spiceqxl.xorg.conf.example | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/examples/spiceqxl.xorg.conf.example b/examples/spiceqxl.xorg.conf.example
index fd94dc1..a07906e 100644
--- a/examples/spiceqxl.xorg.conf.example
+++ b/examples/spiceqxl.xorg.conf.example
@@ -91,6 +91,22 @@ Section "Device"
# Enable the use of off screen srufaces
# defaults to True
#Option "EnableSurfaces" "True"
+
+ # The number of heads to allocate by default
+ # defaults to 4
+ #Option "NumHeads" "4"
+
+ # Set Spice Agent Mouse
+ # defaults to false
+ #Option "SpiceAgentMouse" "False"
+
+ # Set Spice Playback compression
+ # defaults to true
+ #Option "SpicePlaybackCompression" "True"
+
+ # Disable copy and paste
+ # defaults to false
+ #Option "SpiceDisableCopyPaste" "False"
EndSection
Section "InputDevice"
--
1.7.10.4
More information about the Spice-devel
mailing list