Rather than modifying /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi directly you are better copying the file to /etc/hal/fdi/policy/ and modifying the copy there. That way your local configuration will not be overwritten in a future upgrade.
If you want VertTwoFingerScroll then you need to change from false to true here.
Quote:
|
<merge key="input.x11_options.VertTwoFingerScroll" type="string">true</merge>
|
I do not have an Asus eeepc but rather an Acer eMachine so YMMV. On this I also need to have
Quote:
|
<merge key="input.x11_options.EmulateTwoFingerMinZ" type="string">60</merge>
|
as this touchpad reports a two finger touch as an increased pressure. Other models may require EmulateTwoFingerMinW.
You can determine the behaviour of your touchpad through the use of the command 'synclient -m 100'. You may need to add this for this to work.
Quote:
|
<merge key="input.x11_options.SHMConfig" type="string">true</merge>
|
I prefer to enable button 2 and button 3 events by mapping them to the left top and bottom corners
Quote:
<merge key="input.x11_options.LTCornerButton" type="string">2</merge>
<merge key="input.x11_options.LBCornerButton" type="string">3</merge>
|
There is detailed information available in 'man synaptics'.