Re: [Spice-devel] spice crashes

2013-02-27 Thread Klaus Hochlehnert
After upgrading to 0.52 I also have crashes on this host. Somehow it looks like it's related the guest tools. One difference I saw was that the balloon service was active which wasn't the case with 0.2. I removed the service and will see what happens now... Klaus -Ursprüngliche Nachricht---

Re: [Spice-devel] [PATCH spice-gtk] main: use stable comparison function for monitors

2013-02-27 Thread Marc-André Lureau
Pushed as is after discussion with Hans. -- Marc-André Lureau ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-02-27 Thread John A. Sullivan III
> > Date: Wed, 27 Feb 2013 10:08:41 -0500 (EST) > From: Marc-Andr? Lureau > To: Yonit Halperin > Cc: spice-de...@freedesktop.org > Subject: Re: [Spice-devel] [PATCH spice-server 00/28] adaptivevideo > streaming > Message-ID: > <1561809047.9765259.1361977721766.javamail.r...@

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-02-27 Thread Marc-André Lureau
- Mensaje original - > I understand from libjpeg documentation that by default the luminance > is > downsampled by a factor of 2, and the chrominance by a factor of 4. > So > we can try downsampling the luminance by a factor of 4. or even more arbitrary downscaling before jpeg. > > For

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-02-27 Thread Yonit Halperin
On 02/27/2013 09:30 AM, Hans de Goede wrote: Hi, On 02/27/2013 03:01 PM, Yonit Halperin wrote: On 02/26/2013 02:49 PM, Marc-André Lureau wrote: - Mensaje original - Hi, On 02/26/2013 01:40 PM, Marc-André Lureau wrote: Hi - Mensaje original - The adaptive video streaming

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-02-27 Thread Hans de Goede
Hi, On 02/27/2013 03:01 PM, Yonit Halperin wrote: On 02/26/2013 02:49 PM, Marc-André Lureau wrote: - Mensaje original - Hi, On 02/26/2013 01:40 PM, Marc-André Lureau wrote: Hi - Mensaje original - The adaptive video streaming is implemented by the following heuristic: Giv

Re: [Spice-devel] [PATCH spice-server 00/28] adaptive video streaming

2013-02-27 Thread Yonit Halperin
On 02/26/2013 02:49 PM, Marc-André Lureau wrote: - Mensaje original - Hi, On 02/26/2013 01:40 PM, Marc-André Lureau wrote: Hi - Mensaje original - The adaptive video streaming is implemented by the following heuristic: Given a bit rate, we calculate the best combination of

[Spice-devel] windows7 qlx hangs/freezes

2013-02-27 Thread bruce bushby
Hi I'm having an issue with spice-guest-tools-0.52 so was hopping to get some opinions before I submit a bug. Initial Setup: Laptop (Fedora 16) [ running "spicec" and NOT virt-viewer ] Server (Fedora 17) Guest:

Re: [Spice-devel] [spice-gtk 2/2] Add fallback for g_key_file_set_uint64

2013-02-27 Thread Marc-André Lureau
ack On Wed, Feb 27, 2013 at 2:44 PM, Christophe Fergeau wrote: > This was only added in glib 2.26 > --- > gtk/glib-compat.c | 27 +++ > gtk/glib-compat.h | 5 + > 2 files changed, 32 insertions(+) > > diff --git a/gtk/glib-compat.c b/gtk/glib-compat.c > index 5f2e29e

Re: [Spice-devel] [spice-gtk 1/2] Don't try to call _wocky_http_proxy_get_type with old gio

2013-02-27 Thread Marc-André Lureau
ack On Wed, Feb 27, 2013 at 2:44 PM, Christophe Fergeau wrote: > Proxy support is only built when gio is newer than 2.26, don't try > to call symbols from wocky-http.c with older glib as this would > result in link failures. > --- > gtk/spice-session.c | 2 ++ > 1 file changed, 2 insertions(+) >

[Spice-devel] [spice-gtk 2/2] Add fallback for g_key_file_set_uint64

2013-02-27 Thread Christophe Fergeau
This was only added in glib 2.26 --- gtk/glib-compat.c | 27 +++ gtk/glib-compat.h | 5 + 2 files changed, 32 insertions(+) diff --git a/gtk/glib-compat.c b/gtk/glib-compat.c index 5f2e29e..0c108ef 100644 --- a/gtk/glib-compat.c +++ b/gtk/glib-compat.c @@ -18,6 +18,33

[Spice-devel] [spice-gtk 1/2] Don't try to call _wocky_http_proxy_get_type with old gio

2013-02-27 Thread Christophe Fergeau
Proxy support is only built when gio is newer than 2.26, don't try to call symbols from wocky-http.c with older glib as this would result in link failures. --- gtk/spice-session.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/spice-session.c b/gtk/spice-session.c index ccc9367..615b653

Re: [Spice-devel] how can i set display resolution before connecting

2013-02-27 Thread Alon Levy
> Alon Levy píše v St 27. 02. 2013 v 03:57 -0500: > > > In fact, I went a API that can send a message to agent in the > > > guest > > > and change resolution. > > > > There is no such API. You could make spice-gtk allow listening on a > > socket and receiving agent messages, or just a dbus protoco

Re: [Spice-devel] how can i set display resolution before connecting

2013-02-27 Thread David Jaša
Alon Levy píše v St 27. 02. 2013 v 03:57 -0500: > > In fact, I went a API that can send a message to agent in the guest > > and change resolution. > > There is no such API. You could make spice-gtk allow listening on a socket > and receiving agent messages, or just a dbus protocol. What is your u

Re: [Spice-devel] how can i set display resolution before connecting

2013-02-27 Thread Alon Levy
> In fact, I went a API that can send a message to agent in the guest > and change resolution. There is no such API. You could make spice-gtk allow listening on a socket and receiving agent messages, or just a dbus protocol. What is your use case? > > Thanks agine! > > 发自我的 iPad > > 在 2013-2