What should I do first on the spice server side if I want to use multi monitors ? It there any special configurations on the spice server side ?<div><br></div><div>Or I need to prepare two 
<span style="font-family:Arial;font-size:12px;white-space:pre-wrap">display devices £¿ I do not really understand what does the </span>
 multi monitors  mean ?</div><div><br></div><div>Could you give some help ? Thanks.<br><br><div class="gmail_quote">2012/8/2 Marc-Andr¨¦ Lureau <span dir="ltr"><<a href="mailto:mlureau@redhat.com" target="_blank">mlureau@redhat.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">ack<br>
<br>
----- Mensaje original -----<br>
<div class="HOEnZb"><div class="h5">> This fixes remote-viewer with the new multi monitor support not<br>
> working<br>
> when connecting to a spice-server without the new multi-monitor<br>
> support.<br>
><br>
> Before this fix remote-viewer would hit the following<br>
> g_return_if_fail:<br>
> (remote-viewer:24787): remote-viewer-CRITICAL **:<br>
>  virt_viewer_session_spice_display_monitors:<br>
>   assertion `monitors->len <= monitors_max' failed<br>
><br>
> Signed-off-by: Hans de Goede <<a href="mailto:hdegoede@redhat.com">hdegoede@redhat.com</a>><br>
> ---<br>
>  gtk/channel-display.c |    1 +<br>
>  1 file changed, 1 insertion(+)<br>
><br>
> diff --git a/gtk/channel-display.c b/gtk/channel-display.c<br>
> index 72d2c12..4ed3bbb 100644<br>
> --- a/gtk/channel-display.c<br>
> +++ b/gtk/channel-display.c<br>
> @@ -696,6 +696,7 @@ static void<br>
> spice_display_channel_init(SpiceDisplayChannel *channel)<br>
>  #if defined(WIN32)<br>
>      c->dc = create_compatible_dc();<br>
>  #endif<br>
> +    c->monitors_max = 1;<br>
>      spice_display_channel_reset_capabilities(SPICE_CHANNEL(channel));<br>
>  }<br>
><br>
> --<br>
> 1.7.10.4<br>
><br>
> _______________________________________________<br>
> Spice-devel mailing list<br>
> <a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
><br>
_______________________________________________<br>
Spice-devel mailing list<br>
<a href="mailto:Spice-devel@lists.freedesktop.org">Spice-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/spice-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/spice-devel</a><br>
</div></div></blockquote></div><br></div>