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:

Ubuntu GNOME users,
    you have to add gsynaptics-init on [Applications] - 
    [Desktop Preferences] - [Advanced] - [Sessions] - 
    [Startup Programs ] in GNOME Menu.
Debian GNOME users,
    you have to add gsynaptics-init on [System] - 
    [Preferences] - [Sessions] - [Startup Programs] 
    in GNOME Menu.
non GNOME users,
    you have to add gsynaptics-init in .xinitrc or
    .xsession. 
