summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-07-23 20:31:11 +0300
committerAlon Levy <alevy@redhat.com>2011-07-23 20:31:11 +0300
commit3b851a37a7030688fc8ee361167b3567e6623edf (patch)
tree1d5eb4e66715bc15affeb4cbc48a4627c6fafda6 /examples
parentc65af64529a7abd99bd175e1e49fb98f289fb55a (diff)
spiceqxl.xorg.conf.example: typo and order fixes
Diffstat (limited to 'examples')
-rw-r--r--examples/spiceqxl.xorg.conf.example32
1 files changed, 16 insertions, 16 deletions
diff --git a/examples/spiceqxl.xorg.conf.example b/examples/spiceqxl.xorg.conf.example
index 5e37f9c..2e42e76 100644
--- a/examples/spiceqxl.xorg.conf.example
+++ b/examples/spiceqxl.xorg.conf.example
@@ -11,7 +11,7 @@ Section "Device"
# either here or via environment varialbes or via xspice --port or --tls-port
#Option "SpiceTlsPort" "5901"
- # Listen to a specific inteface. Default is to listen to all (0.0.0.0)
+ # Listen to a specific interface. Default is to listen to all (0.0.0.0)
#Option "SpiceAddr" ""
# Enable usage of SASL supported by spice-gtk client. Not required,
@@ -32,6 +32,21 @@ Section "Device"
# Set spice server key file.
#Option "SpiceX509KeyFile" ""
+ # Set cert file location.
+ #Option "SpiceX509CertFile" ""
+
+ # Set key file password.
+ #Option "SpiceX509KeyPassword" ""
+
+ # Set tls ciphers used.
+ #Option "SpiceTlsCiphers" ""
+
+ # Set cacert file.
+ #Option "SpiceCacertFile" ""
+
+ # Set dh file used.
+ #Option "SpiceDhFile" ""
+
# Set streaming video method. Options are filter, off, all
# defaults to filter.
#Option "SpiceStreamingVideo" ""
@@ -55,21 +70,6 @@ Section "Device"
# Set to true to only listen on ipv6 interfaces.
# defaults to false.
#Option "SpiceIPV6Only" ""
-
- # Set cert file location.
- #Option "SpiceX509CertFile" ""
-
- # Set key file password.
- #Option "SpiceX509KeyPassword" ""
-
- # Set tls ciphers used.
- #Option "SpiceTlsCiphers" ""
-
- # Set cacert file.
- #Option "SpiceCacertFile" ""
-
- # Set dh file used.
- #Option "SpiceDhFile" ""
EndSection
Section "InputDevice"