1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Manual: Document synaptics support

This commit is contained in:
Eelco Dolstra 2013-08-20 14:21:51 +02:00
parent 2d5e83c067
commit 35bb4da0e5

View file

@ -537,6 +537,23 @@ service.xserver.driSupport32Bit = true;
</section>
<section><title>Touchpads</title>
<para>Support for Synaptics touchpads (found in many laptops such as
the Dell Latitude series) can be enabled as follows:
<programlisting>
services.xserver.synaptics.enable = true;
</programlisting>
The driver has many options (see <xref linkend="ch-options"/>). For
instance, the following enables two-finger scrolling:
<programlisting>
services.xserver.synaptics.twoFingerScroll = true;
</programlisting>
</para>
</section>
</section>