summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Brill <egore911@egore911.de>2008-12-20 14:17:45 +0100
committerChristoph Brill <egore911@egore911.de>2008-12-20 14:18:52 +0100
commit101bb8363a99ab42f3bab3717ed60b05877f0698 (patch)
tree5c0156d75a1e9be1785e942fc4238a652a5bcfa1
parent8d5cf39e7f37ce78aaec423a9da397d72b1629d2 (diff)
FDI: Add few examples suggested by Christian Schmitt <chris@ilovelinux.de>
Signed-off-by: Christoph Brill <egore911@egore911.de>
-rw-r--r--fdi/11-x11-synaptics.fdi22
1 files changed, 20 insertions, 2 deletions
diff --git a/fdi/11-x11-synaptics.fdi b/fdi/11-x11-synaptics.fdi
index 4bf9ea0..46ad7b9 100644
--- a/fdi/11-x11-synaptics.fdi
+++ b/fdi/11-x11-synaptics.fdi
@@ -5,8 +5,26 @@
<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. -->
- <!-- EXAMPLE:
- <merge key="input.x11_options.LeftEdge" type="string">120</merge>
+ <!-- EXAMPLES:
+ Switch on shared memory, enables the driver to be configured at runtime
+ <merge key="input.x11_options.SHMConfig" type="string">true</merge>
+
+ 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
-->
</match>
</device>