summaryrefslogtreecommitdiff
path: root/conf/11-x11-synaptics.fdi
blob: fa54f33c034fff09a7d3e4d0ea6fbba9727a2fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="ISO-8859-1"?>
<!-- Example fdi file that assigns the synaptics driver to any touchpad in
     the system.

     DO NOT EDIT THIS FILE, your distribution will likely overwrite
     it when updating. Copy (and rename) this file into
     /etc/hal/fdi/policy first before adding options.
 -->
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.touchpad">
        <merge key="input.x11_driver" type="string">synaptics</merge>
        <!-- Arbitrary options can be passed to the driver using
             the input.x11_options property since xorg-server-1.5. -->
        <!-- EXAMPLES:
	Maximum movement of the finger for detecting a tap
	<merge key="input.x11_options.MaxTapMove" type="string">2000</merge>

	Enable vertical scrolling when dragging along the right edge
	<merge key="input.x11_options.VertEdgeScroll" type="string">true</merge>

	Enable vertical scrolling when dragging with two fingers anywhere on the touchpad
	<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>

	Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad
	<merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge>

	If on, circular scrolling is used
	<merge key="input.x11_options.CircularScrolling" type="string">true</merge>

	For other possible options, check CONFIGURATION DETAILS in synaptics man page
        -->
        <merge key="input.x11_options.SoftButtonAreas">50% 0 82% 0 0 0 0 0</merge>
        <match key="info.product" contains="Apple|bcm5974">
            <merge key="input.x11_options.SoftButtonAreas">0 0 0 0 0 0 0 0</merge>
        </match>
    </match>
  </device>
</deviceinfo>