11-x11-synaptics.fdi revision 302b15bd
1b85037dbSmrg<?xml version="1.0" encoding="ISO-8859-1"?>
2302b15bdSmrg<!-- Example fdi file that assigns the synaptics driver to any touchpad in
3302b15bdSmrg     the system.
4302b15bdSmrg
5302b15bdSmrg     DO NOT EDIT THIS FILE, your distribution will likely overwrite
6302b15bdSmrg     it when updating. Copy (and rename) this file into
7302b15bdSmrg     /etc/hal/fdi/policy first before adding options.
8302b15bdSmrg -->
9b85037dbSmrg<deviceinfo version="0.2">
10b85037dbSmrg  <device>
11b85037dbSmrg    <match key="info.capabilities" contains="input.touchpad">
12b85037dbSmrg        <merge key="input.x11_driver" type="string">synaptics</merge>
13b85037dbSmrg        <!-- Arbitrary options can be passed to the driver using
14b85037dbSmrg             the input.x11_options property since xorg-server-1.5. -->
15b85037dbSmrg        <!-- EXAMPLES:
16b85037dbSmrg	Maximum movement of the finger for detecting a tap
17b85037dbSmrg	<merge key="input.x11_options.MaxTapMove" type="string">2000</merge>
18b85037dbSmrg
19b85037dbSmrg	Enable vertical scrolling when dragging along the right edge
20b85037dbSmrg	<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>
21b85037dbSmrg
22b85037dbSmrg	Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
23b85037dbSmrg	<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
24b85037dbSmrg
25b85037dbSmrg	Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
26b85037dbSmrg	<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>
27b85037dbSmrg
28b85037dbSmrg	If on, circular scrolling is used
29b85037dbSmrg	<merge key="input.x11_options.CircularScrolling" type="string">true</merge>
30b85037dbSmrg
31b85037dbSmrg	For other possible options, check CONFIGURATION DETAILS in synaptics man page
32b85037dbSmrg        -->
33b85037dbSmrg    </match>
34b85037dbSmrg  </device>
35b85037dbSmrg</deviceinfo>
36