From 3b851a37a7030688fc8ee361167b3567e6623edf Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sat, 23 Jul 2011 20:31:11 +0300 Subject: spiceqxl.xorg.conf.example: typo and order fixes --- examples/spiceqxl.xorg.conf.example | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'examples') 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" -- cgit v1.2.3