synclient shows a lot of options, but most are for other devices and not for the specific one.
as far as i have experienced, xinput only shows options the device really has to offer.
at least i could manipulate all the shown options successfully but two finger scrolling. I read that it works with MacOS X so i am sure the 10v touchpad is able to do this. But i just dont know how to activate it.
anyway,
with the following command you can configure the touchpad with xinput.
Code:
xinput --set-int-prop "SynPS/2 Synaptics TouchPad" "Synaptics Edge Scrolling" 8 1 1 0
it activates a horizontal scrollbar. As a side effect it disables mousemovements in the area where the buttons are located
* this helps a little bit to click precisely (mousepointer isn't slightly moving anymore)
* but click and drag is still impossible
maybe i am wrong, maybe the synclient approach is the better one!!! So please post both that we can figure out what to do.