Re: [Qemu-devel] [PATCH] vnc: Set default kbd delay to 10ms

2017-07-10 Thread Alexander Graf
On 07/10/2017 09:20 AM, Gerd Hoffmann wrote: On Thu, 2017-07-06 at 09:08 +0200, Alexander Graf wrote: On 05.07.17 10:42, Markus Armbruster wrote: Alexander Graf writes: The default keyboard delay time in the input layer is 10ms. I don't know Do you mean "is 1ms"? Yes, of course :). Sorry.

Re: [Qemu-devel] [PATCH] vnc: Set default kbd delay to 10ms

2017-07-10 Thread Gerd Hoffmann
On Thu, 2017-07-06 at 09:08 +0200, Alexander Graf wrote: > > On 05.07.17 10:42, Markus Armbruster wrote: > > Alexander Graf writes: > > > > > The default keyboard delay time in the input layer is 10ms. I > > > don't know > > > > Do you mean "is 1ms"? > > Yes, of course :). Sorry. Given the la

Re: [Qemu-devel] [PATCH] vnc: Set default kbd delay to 10ms

2017-07-06 Thread Alexander Graf
On 05.07.17 10:42, Markus Armbruster wrote: Alexander Graf writes: The default keyboard delay time in the input layer is 10ms. I don't know Do you mean "is 1ms"? Yes, of course :). Sorry. Alex how that number came to be, but empirical tests on some OpenQA driven ARM systems show th

Re: [Qemu-devel] [PATCH] vnc: Set default kbd delay to 10ms

2017-07-05 Thread Markus Armbruster
Alexander Graf writes: > The default keyboard delay time in the input layer is 10ms. I don't know Do you mean "is 1ms"? > how that number came to be, but empirical tests on some OpenQA driven ARM > systems show that 10ms really is a reasonable default number for the delay. > > With the current

[Qemu-devel] [PATCH] vnc: Set default kbd delay to 10ms

2017-07-04 Thread Alexander Graf
The default keyboard delay time in the input layer is 10ms. I don't know how that number came to be, but empirical tests on some OpenQA driven ARM systems show that 10ms really is a reasonable default number for the delay. With the current 1ms we're constantly typing faster than the guest receives