A Setting tool for Synaptics touchpad driver

This tools can be used only if "SHMConfig" "true" in the section
of synaptics driver in xorg.conf or XF86Config.

Example:
Section "InputDevice"
        Identifier      "Synaptics Touchpad"
        Driver          "synaptics"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "auto-dev"
        Option          "HorizScrollDelta"      "0"
        Option          "SHMConfig"             "true"
EndSection

To use your setting value at each time of starting of Xserver, 
you have to run gsynaptics-init at starting time of Xserver.

If you are:

non GNOME users,
    you have to add gsynaptics-init in .xinitrc or
    .xsession. 
