mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-04-14 10:54:17 +00:00
Let libinput take care of pointer acceleration
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user