Re: [Qemu-devel] Bug#758881: [bisected] VNC server can't get all sent chars correctly

2014-08-25 Thread Marc
Hi, On August 25, 2014 at 3:40:01 AM, Gabriele Giacone (1o5g4...@gmail.com) wrote: > IMO vncdotool should be fixed to add small delays between keyboard  > events, as if a real person is typing, instead of sending the key events  > at the maximum possible speed.  vncdotool does have a —delay=MILLIS

Re: [Qemu-devel] Bug#758881: [bisected] VNC server can't get all sent chars correctly

2014-08-25 Thread Gerd Hoffmann
On Di, 2014-08-26 at 09:55 +0400, Michael Tokarev wrote: > 26.08.2014 09:40, Gerd Hoffmann wrote: > > There should be a delay after every character. It can be pretty small. > > 10ms should be enough (you should set TCP_NODELAY though to make sure > > the key events are not buffered in the network

Re: [Qemu-devel] Bug#758881: [bisected] VNC server can't get all sent chars correctly

2014-08-25 Thread Michael Tokarev
26.08.2014 09:40, Gerd Hoffmann wrote: > There should be a delay after every character. It can be pretty small. > 10ms should be enough (you should set TCP_NODELAY though to make sure > the key events are not buffered in the network stack). Is this delay qemu-specific (or, rather, virtualization-

Re: [Qemu-devel] Bug#758881: [bisected] VNC server can't get all sent chars correctly

2014-08-25 Thread Gerd Hoffmann
On Mo, 2014-08-25 at 21:11 -0700, Marc wrote: > Hi, > > > On August 25, 2014 at 3:40:01 AM, Gabriele Giacone > (1o5g4...@gmail.com) wrote: > > > > > IMO vncdotool should be fixed to add small delays between > > keyboard > > > events, as if a real person is typing, instead of sending the key > >

Re: [Qemu-devel] Bug#758881: [bisected] VNC server can't get all sent chars correctly

2014-08-25 Thread Gabriele Giacone
[ CC'ing Marc Sibson, vncdotool developer ] Hi Marc, thread starts at http://thread.gmane.org/gmane.comp.emulators.qemu/292614 On Mon, Aug 25, 2014 at 11:37 AM, Gerd Hoffmann wrote: > On Sa, 2014-08-23 at 12:56 +0400, Michael Tokarev wrote: >> There's a bug filed against debian qemu package, the