diff options
author | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-04-09 08:38:43 +0000 |
---|---|---|
committer | Alexandr Shadchin <shadchin@cvs.openbsd.org> | 2011-04-09 08:38:43 +0000 |
commit | d7e280ac3a05f25fa5b098f203aa40e92d040a5d (patch) | |
tree | e716a94142e8509677a0147ad6242d5072351dc8 /driver/xf86-input-synaptics/conf/11-x11-synaptics.fdi | |
parent | b9f5f7ebfd9cf7882a73f6072406855aae88cc9e (diff) |
Import xf86-input-synaptics 1.4.0
ok matthieu@
Diffstat (limited to 'driver/xf86-input-synaptics/conf/11-x11-synaptics.fdi')
-rw-r--r-- | driver/xf86-input-synaptics/conf/11-x11-synaptics.fdi | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/driver/xf86-input-synaptics/conf/11-x11-synaptics.fdi b/driver/xf86-input-synaptics/conf/11-x11-synaptics.fdi new file mode 100644 index 000000000..46ad7b9e3 --- /dev/null +++ b/driver/xf86-input-synaptics/conf/11-x11-synaptics.fdi @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<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: + 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> +</deviceinfo> |