qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 1 of 6] [UPDATE] vnc dynamic resolution


From: Stefano Stabellini
Subject: Re: [Qemu-devel] [PATCH 1 of 6] [UPDATE] vnc dynamic resolution
Date: Thu, 11 Sep 2008 11:58:56 +0100
User-agent: Thunderbird 2.0.0.14 (X11/20080505)

Anthony Liguori wrote:

> When testing this patch, gvncviewer hangs when attempting to connect. 
> It's waiting to receive the ServerPixelFormat and it doesn't appear to
> receive it.

The patch "doesn't work" as it is because of a little initialization
problem: in vnc_display_init you need to call

vnc_colordepth(vs->ds, 32);

before

vnc_dpy_resize(vs->ds, 640, 400);

The vnc display initialization is changed anyway with the fourth patch
(see my previous post).

If you want me to resend the series with this issue fixed, do you want
the first and the fourth patch split or merged?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]