[Spice-devel] [xspice 2/6] Add missing options to the example xorg.conf file.

Alon Levy alevy at redhat.com
Thu Mar 14 11:55:52 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"

I must have missed this - since when do we support an agent with Xspice?

> +
> +    # Set Spice Playback compression
> +    # defaults to true
> +    #Option "SpicePlaybackCompression" "True"
> +
> +    # Disable copy and paste
> +    # defaults to false
> +    #Option "SpiceDisableCopyPaste" "False"

Here too?

>  EndSection
>  
>  Section "InputDevice"
> --
> 1.7.10.4
> 
> 
> 
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel
> 


More information about the Spice-devel mailing list