I would like to use the multitouch xinput driver (xserver-xorg-input-multitouch) with absolute axes, but I could not find any man file.
Example:
Section "InputClass"
Identifier "eGalax virtual class"
MatchProduct "eGalaxTouch Virtual Device"
MatchDevicePath "/dev/input/event*"
**Driver "multitouch"
Option "IgnoreRelativeAxes" "True"**
EndSection