From 6a6946235979f51169f9256414eb24226cf6f1bc Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 1 Jul 2014 11:19:06 +1000 Subject: [PATCH] Let libinput take care of pointer acceleration Signed-off-by: Peter Hutterer --- src/libinput.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/libinput.c b/src/libinput.c index 94347b8..e7156b9 100644 --- a/src/libinput.c +++ b/src/libinput.c @@ -610,6 +610,9 @@ static int xf86libinput_pre_init(InputDriverPtr drv, driver_data->path = path; driver_data->device = device; + pInfo->options = xf86ReplaceIntOption(pInfo->options, "AccelerationProfile", -1); + pInfo->options = xf86ReplaceStrOption(pInfo->options, "AccelerationScheme", "none"); + return Success; fail: