| | 33 | {{{ |
| | 34 | ?xml version="1.0" encoding="ISO-8859-1"?> |
| | 35 | <deviceinfo version="0.2"> |
| | 36 | <device> |
| | 37 | <match key="info.capabilities" contains="input.touchpad"> |
| | 38 | <merge key="input.x11_driver" type="string">synaptics</merge> |
| | 39 | <merge key="input.x11_options.SHMConfig" type="string">true</merge> |
| | 40 | <!-- Arbitrary options can be passed to the driver using |
| | 41 | the input.x11_options property since xorg-server-1.5. --> |
| | 42 | <!-- EXAMPLES: |
| | 43 | Switch on shared memory, enables the driver to be configured at runtime |
| | 44 | <merge key="input.x11_options.SHMConfig" type="string">true</merge> |
| | 46 | Maximum movement of the finger for detecting a tap |
| | 47 | <merge key="input.x11_options.MaxTapMove" type="string">2000</merge> |
| | 48 | |
| | 49 | Enable vertical scrolling when dragging along the right edge |
| | 50 | <merge key="input.x11_options.VertEdgeScroll" type="string">true</merge> |
| | 51 | |
| | 52 | Enable vertical scrolling when dragging with two fingers anywhere on the touchpad |
| | 53 | <merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge> |
| | 54 | |
| | 55 | Enable horizontal scrolling when dragging with two fingers anywhere on the touchpad |
| | 56 | <merge key="input.x11_options.HorizTwoFingerScroll" type="string">true</merge> |
| | 57 | |
| | 58 | If on, circular scrolling is used |
| | 59 | <merge key="input.x11_options.CircularScrolling" type="string">true</merge> |
| | 60 | |
| | 61 | For other possible options, check CONFIGURATION DETAILS in synaptics man page |
| | 62 | --> |
| | 63 | </match> |
| | 64 | </device> |
| | 65 | </deviceinfo> |
| | 66 | }}} |
| | 67 | 設定の変更は、これらを直接編集せず、 etc/hal/fdi/policy にコピーしてから修正 |
| | 68 | を行って下さい。 |