From 35bb4da0e5d70a321d4fc591152a6b3129d5cdcd Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 20 Aug 2013 14:21:51 +0200 Subject: [PATCH] Manual: Document synaptics support --- doc/manual/configuration.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/manual/configuration.xml b/doc/manual/configuration.xml index 0758c275316..5bcef8605ae 100644 --- a/doc/manual/configuration.xml +++ b/doc/manual/configuration.xml @@ -537,6 +537,23 @@ service.xserver.driSupport32Bit = true; +
Touchpads + +Support for Synaptics touchpads (found in many laptops such as +the Dell Latitude series) can be enabled as follows: + +services.xserver.synaptics.enable = true; + +The driver has many options (see ). For +instance, the following enables two-finger scrolling: + +services.xserver.synaptics.twoFingerScroll = true; + + + +
+ +