Re: [PATCH libinput] tablet: make the cursor/lens tool behave like a 1000dpi mouse

2016-06-27 Thread Carlos Garnacho
Hi!, On Mon, Jun 27, 2016 at 6:53 AM, Peter Hutterer wrote: > The current code tried to emulate the relative motion to be equivalent to the > absolute motion, except in screen coordinates. This is way too slow for the > cursor tool that we want to behave like a mouse. > > Tablets have high resolu

Re: [PATCH libinput] tablet: make the cursor/lens tool behave like a 1000dpi mouse

2016-06-27 Thread Jason Gerecke
On 06/26/2016 09:53 PM, Peter Hutterer wrote: > The current code tried to emulate the relative motion to be equivalent to the > absolute motion, except in screen coordinates. This is way too slow for the > cursor tool that we want to behave like a mouse. > > Tablets have high resolution (e.g. an I

[PATCH libinput] tablet: make the cursor/lens tool behave like a 1000dpi mouse

2016-06-26 Thread Peter Hutterer
The current code tried to emulate the relative motion to be equivalent to the absolute motion, except in screen coordinates. This is way too slow for the cursor tool that we want to behave like a mouse. Tablets have high resolution (e.g. an Intuos 4 is a 5080dpi mouse) and that motion is way too f