You are not logged in.
Heres my xorg file, everything works except for twofinger scrolling, circular scrolling, and regular scrolling. All three worked before the update. Also, gsynaptic will not open. It gives me the following error:
GSynaptics couldn't initialize.
You have to set 'SHMConfig' 'true' in xorg.conf or XF86Config to use GSynaptics
But as you can see, I already have SHMConfig set to true. Help 
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder58)  Wed Oct  1 15:12:53 PDT 2008
Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0"    "CorePointer"
    InputDevice    "Touchpad"  "SendCoreEvents"
EndSection
Section "ServerFlags"
    Option "AutoAddDevices" "false"
    Option "AllowMouseOpenFail"  "true"
EndSection
Section "Files"
   #RgbPath    "/usr/share/X11/rgb"
EndSection
Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "freetype"
    Load           "glx"
    Load           "synaptics"
EndSection
Section "InputDevice"
    Identifier  "Touchpad"
          Driver  "synaptics"
    Option  "Device"                "/dev/input/mouse3"
    Option  "Protocol"              "auto-dev"
    Option  "LeftEdge"              "130"
    Option  "RightEdge"             "840"
    Option  "TopEdge"               "130"
    Option  "BottomEdge"            "640"
        Option  "FingerLow"             "7"
    Option  "FingerHigh"            "8"
    Option  "MaxTapTime"            "180"
    Option  "MaxTapMove"            "110"
    Option  "EmulateMidButtonTime"  "75"
    Option  "VertScrollDelta"       "20"
    Option  "VertEdgeScroll"        "true"
    Option  "HorizEdgeScroll"       "true"
    Option  "HorizScrollDelta"      "20"
    Option  "MinSpeed"              "0.25"
    Option  "MaxSpeed"              "0.50"
    Option  "AccelFactor"           "0.010"
    Option  "EdgeMotionMinSpeed"    "200"
    Option  "EdgeMotionMaxSpeed"    "200"
    Option  "UpDownScrolling"       "1"
    Option  "CircularScrolling"     "1"
    Option  "CircScrollDelta"       "0.1"    
        Option  "CircScrollTrigger"     "2"    
    Option  "VertTwoFingerScroll"   "true"
    Option  "HorizTwoFingerScroll"  "true"
    Option  "EmulateTwoFingerMinZ"  "90"
    Option  "TapButton1"            "1"    
    Option  "SHMConfig"             "true"    
    Option  "Emulate3Buttons"       "on"                    
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "auto"
    Option         "Device" "/dev/psaux"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
    # generated from default
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout"      "gb"
EndSection
Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection
Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
    Option         "NoLogo"                   "True"
    Option         "RenderAccel"              "True"
    Option         "TripleBuffer"             "True"
    Option         "BackingStore"             "True"
    Option         "DamageEvents"             "True"
    Option         "OnDemandVBlankInterrupts" "True"
    Option         "Coolbits"                 "1"
EndSection
Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection
Section "Extensions"
    Option "Composite" "Enable"
EndSectionLast edited by wankel (2008-12-07 05:09:02)
Offline

please have a look at wiki touchpad. you'll find what you want. 
Offline
please have a look at wiki touchpad. you'll find what you want.
I read the wiki numerous times, but its still not working for me. For scrolling, I added
 
Option "VertEdgeScroll" "true"         #vertical scrolling when dragging along the right edge.
Option "HorizEdgeScroll" "true"        #horizontal scrolling when dragging along the bottom edge.like is said but its still not working. And I thought that whole .fdi thing was only used if you have hotplugging enabled?
Offline