Re: [PATCH weston] evdev: Mouse speed and acceleration

2013-07-17 Thread Daniel Stone
Hi, Did anything happen with these? Additionally, the tuning seems a little hostile: if we have a subset of known-good values, we should probably mostly stick to those. Really, I'd just love to see a 1-10 'speed' configuration item that just does the right thing, rather than having to guess the ma

Re: [PATCH weston] evdev: Mouse speed and acceleration

2013-04-02 Thread Daniel Stone
Hi Martin, By and large this looks good to me, although the main comment I have is that this should probably be using the acceleration mechanism in src/filter.c. Cheers, Daniel On 29 March 2013 20:47, Martin Minarik wrote: > Acceleration: After examining, I don't like the X acceleration > approa

[PATCH weston] evdev: Mouse speed and acceleration

2013-03-29 Thread Martin Minarik
Acceleration: After examining, I don't like the X acceleration approach. X employs a so called velocity approximation (?) algorithm. It is quite a complex way to get an approximation of a simple thing, the velocity, when we can compute the velocity directly. Configuring: Please, tune the values in