diff --git a/doc/manual/configuration.xml b/doc/manual/configuration.xml index 0758c275316a..5bcef8605ae9 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; + + + +
+ +