From 2eb01498bda0855edbfdfdb3bf9cb7b4312a785f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 19 Nov 2014 11:30:12 +1000 Subject: [PATCH] Add an explanatory comment for the disabled ptraccel Signed-off-by: Peter Hutterer --- src/libinput.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libinput.c b/src/libinput.c index f237a9b..c8d36a6 100644 --- a/src/libinput.c +++ b/src/libinput.c @@ -692,6 +692,7 @@ static int xf86libinput_pre_init(InputDriverPtr drv, driver_data->path = path; driver_data->device = device; + /* Disable acceleration in the server, libinput does it for us */ pInfo->options = xf86ReplaceIntOption(pInfo->options, "AccelerationProfile", -1); pInfo->options = xf86ReplaceStrOption(pInfo->options, "AccelerationScheme", "none");