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

2014-08-26 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

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

2014-08-25 Thread Gerd Hoffmann
On Sa, 2014-08-23 at 12:56 +0400, Michael Tokarev wrote: There's a bug filed against debian qemu package, there: http://bugs.debian.org/758881 which says about problems sending keypress events over VNC to a qemu guest, -- some keypresses gets lost, at least. So it looks like something

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 kra...@redhat.com wrote: On Sa, 2014-08-23 at 12:56 +0400, Michael Tokarev wrote: There's a bug filed against debian

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

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 events at

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,

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

2014-08-24 Thread Gonglei (Arei)
Hi, From: Michael Tokarev [mailto:m...@tls.msk.ru] Sent: Saturday, August 23, 2014 4:56 PM To: qemu-devel Cc: Gerd Hoffmann; Gonglei (Arei); 758...@bugs.debian.org; Gabriele Giacone Subject: [bisected] VNC server can't get all sent chars correctly There's a bug filed against debian qemu

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

2014-08-23 Thread Michael Tokarev
There's a bug filed against debian qemu package, there: http://bugs.debian.org/758881 which says about problems sending keypress events over VNC to a qemu guest, -- some keypresses gets lost, at least. The bisection between qemu 2.0 and 2.1 leads to this commit: commit