Re: [PATCH weston 2/2] compositor-drm: Only add input devices after a frame is displayed

2013-02-13 Thread Ander Conselvan de Oliveira
On 02/13/2013 10:25 AM, Pekka Paalanen wrote: On Tue, 12 Feb 2013 18:37:50 + Rob Bradford wrote: On 12 February 2013 15:52, Ander Conselvan de Oliveira wrote: Input device initialization takes several microseconds to complete. Two milliseconds, I assume :-) things causes this: compil

Re: [PATCH weston 2/2] compositor-drm: Only add input devices after a frame is displayed

2013-02-13 Thread Pekka Paalanen
On Tue, 12 Feb 2013 18:37:50 + Rob Bradford wrote: > On 12 February 2013 15:52, Ander Conselvan de Oliveira > wrote: > > Input device initialization takes several microseconds to complete. Two milliseconds, I assume :-) > > things causes this: compiling the XKB keymap and reading the prope

Re: [PATCH weston 2/2] compositor-drm: Only add input devices after a frame is displayed

2013-02-12 Thread Rob Bradford
On 12 February 2013 15:52, Ander Conselvan de Oliveira wrote: > Input device initialization takes several microseconds to complete. Two > things causes this: compiling the XKB keymap and reading the properties > database from the udev daemon. The user can't really interact with > anything on the s

[PATCH weston 2/2] compositor-drm: Only add input devices after a frame is displayed

2013-02-12 Thread Ander Conselvan de Oliveira
Input device initialization takes several microseconds to complete. Two things causes this: compiling the XKB keymap and reading the properties database from the udev daemon. The user can't really interact with anything on the screen until something is displayed, so this can be delayed. On my syst