mirror of
https://github.com/X11Libre/xf86-input-libinput.git
synced 2026-03-24 09:34:04 +00:00
Add an explanatory comment for the disabled ptraccel
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user