On Thu, Jun 09, 2016 at 07:45:15PM -0500, Eric Biggers wrote:
> As documented in xorg.conf(5), a value of ConstantDeceleration between 0
> and 1 will speed up the pointer. However, values less than 1 actually
> had no effect. Fix this.
>
> Note that this bug only affected "ConstantDeceleration"
On Fri, Jun 10, 2016 at 09:44:05AM +1000, Peter Hutterer wrote:
>
> > For consistency I also made the same change for AdaptiveDeceleration,
> > which had the same behavior.
>
> but not this one, imo this one doesn't make sense. adaptive deceleration
> means it makes the pointer slower when going
As documented in xorg.conf(5), a value of ConstantDeceleration between 0
and 1 will speed up the pointer. However, values less than 1 actually
had no effect. Fix this.
Note that this bug only affected "ConstantDeceleration" as configured
through xorg.conf, not "Device Accel Constant Deceleration
On Thu, Jun 09, 2016 at 06:57:59PM -0500, Eric Biggers wrote:
> On Fri, Jun 10, 2016 at 09:44:05AM +1000, Peter Hutterer wrote:
> >
> > > For consistency I also made the same change for AdaptiveDeceleration,
> > > which had the same behavior.
> >
> > but not this one, imo this one doesn't make se
On Wed, Jun 08, 2016 at 10:26:53PM -0500, Eric Biggers wrote:
> As documented in xorg.conf(5), a value of ConstantDeceleration between 0
> and 1 will speed up the pointer. However, values less than 1 actually
> had no effect. Fix this.
yeah, ok, I can live with that.
> For consistency I also ma