* [Qemu-devel] VNC broken in cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37
@ 2011-02-25 6:48 Gerhard Wiesinger
2011-02-25 7:07 ` Corentin Chary
0 siblings, 1 reply; 5+ messages in thread
From: Gerhard Wiesinger @ 2011-02-25 6:48 UTC (permalink / raw)
To: qemu-devel
Hello,
VNC updates don't work correctly in git version
cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 (was ok around 1-2 weeks ago). I
guess was due to latest optimizations.
E.g. booting DOS 6.22, entering some letter => not seen. When you press
enter => OK.
VNC Viewer: UltraVNC 1.0.9.5, Auto select best seting, no preemptive
updates.
Ciao,
Gerhard
--
http://www.wiesinger.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] VNC broken in cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37
2011-02-25 6:48 [Qemu-devel] VNC broken in cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 Gerhard Wiesinger
@ 2011-02-25 7:07 ` Corentin Chary
2011-02-25 7:11 ` Wen Congyang
2011-02-26 18:43 ` Gerhard Wiesinger
0 siblings, 2 replies; 5+ messages in thread
From: Corentin Chary @ 2011-02-25 7:07 UTC (permalink / raw)
To: Gerhard Wiesinger; +Cc: qemu-devel
On Fri, Feb 25, 2011 at 7:48 AM, Gerhard Wiesinger <lists@wiesinger.com> wrote:
> Hello,
>
> VNC updates don't work correctly in git version
> cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 (was ok around 1-2 weeks ago). I
> guess was due to latest optimizations.
>
> E.g. booting DOS 6.22, entering some letter => not seen. When you press
> enter => OK.
Did you try http://patchwork.ozlabs.org/patch/84517/ ?
What vnc settings are you using ? What VNC encoding did you client choose ?
Thanks,
--
Corentin Chary
http://xf.iksaif.net
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] VNC broken in cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37
2011-02-25 7:07 ` Corentin Chary
@ 2011-02-25 7:11 ` Wen Congyang
2011-02-26 18:39 ` Gerhard Wiesinger
2011-02-26 18:43 ` Gerhard Wiesinger
1 sibling, 1 reply; 5+ messages in thread
From: Wen Congyang @ 2011-02-25 7:11 UTC (permalink / raw)
To: Corentin Chary; +Cc: Gerhard Wiesinger, qemu-devel
At 02/25/2011 03:07 PM, Corentin Chary Write:
> On Fri, Feb 25, 2011 at 7:48 AM, Gerhard Wiesinger <lists@wiesinger.com> wrote:
>> Hello,
>>
>> VNC updates don't work correctly in git version
>> cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 (was ok around 1-2 weeks ago). I
>> guess was due to latest optimizations.
>>
>> E.g. booting DOS 6.22, entering some letter => not seen. When you press
>> enter => OK.
>
> Did you try http://patchwork.ozlabs.org/patch/84517/ ?
> What vnc settings are you using ? What VNC encoding did you client choose ?
I think my patch can fix this problem, because I got the same problem and
sent this patch.
> Thanks,
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] VNC broken in cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37
2011-02-25 7:11 ` Wen Congyang
@ 2011-02-26 18:39 ` Gerhard Wiesinger
0 siblings, 0 replies; 5+ messages in thread
From: Gerhard Wiesinger @ 2011-02-26 18:39 UTC (permalink / raw)
To: Wen Congyang; +Cc: qemu-devel, Corentin Chary
On Fri, 25 Feb 2011, Wen Congyang wrote:
> At 02/25/2011 03:07 PM, Corentin Chary Write:
>> On Fri, Feb 25, 2011 at 7:48 AM, Gerhard Wiesinger <lists@wiesinger.com> wrote:
>>> Hello,
>>>
>>> VNC updates don't work correctly in git version
>>> cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 (was ok around 1-2 weeks ago). I
>>> guess was due to latest optimizations.
>>>
>>> E.g. booting DOS 6.22, entering some letter => not seen. When you press
>>> enter => OK.
>>
>> Did you try http://patchwork.ozlabs.org/patch/84517/ ?
>> What vnc settings are you using ? What VNC encoding did you client choose ?
>
> I think my patch can fix this problem, because I got the same problem and
> sent this patch.
Yes, your patch fixes this issue. Thnx.
Ciao,
Gerhard
--
http://www.wiesinger.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] VNC broken in cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37
2011-02-25 7:07 ` Corentin Chary
2011-02-25 7:11 ` Wen Congyang
@ 2011-02-26 18:43 ` Gerhard Wiesinger
1 sibling, 0 replies; 5+ messages in thread
From: Gerhard Wiesinger @ 2011-02-26 18:43 UTC (permalink / raw)
To: Corentin Chary; +Cc: qemu-devel
On Fri, 25 Feb 2011, Corentin Chary wrote:
> On Fri, Feb 25, 2011 at 7:48 AM, Gerhard Wiesinger <lists@wiesinger.com> wrote:
>> Hello,
>>
>> VNC updates don't work correctly in git version
>> cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 (was ok around 1-2 weeks ago). I
>> guess was due to latest optimizations.
>>
>> E.g. booting DOS 6.22, entering some letter => not seen. When you press
>> enter => OK.
>
> Did you try http://patchwork.ozlabs.org/patch/84517/ ?
> What vnc settings are you using ? What VNC encoding did you client choose ?
Yes, patch fixes this issue. Can you commit it?
I'm only getting protocol version 3.8 in UltraVNC connection info, no
more details. Any ideas how to get more detailed information?
Anway it is fixed ...
Ciao,
Gerhard
--
http://www.wiesinger.com/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-02-26 18:43 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 6:48 [Qemu-devel] VNC broken in cf76a1ce8b7cf4b92429d67d3f4626a92b2d8a37 Gerhard Wiesinger
2011-02-25 7:07 ` Corentin Chary
2011-02-25 7:11 ` Wen Congyang
2011-02-26 18:39 ` Gerhard Wiesinger
2011-02-26 18:43 ` Gerhard Wiesinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).