All; I have my topuchpad working well with the synaptics driver. The config I am currently using thanks to help from this list also includes the following: 1) I can scroll up & down by sliding along the right edge of the touchpad 2) I can go Fwd/Back in the web via moving left or right along the bottom edge of the touchpad. #1 above is actually helpful however #2 seems to accomplish nothing more than moving me to a previous page at the most inconvenient times over and over again. How can I turn the web back/forward deal off and leave the scroll option on? Below is a listing of my input device section(s) of my xorg.conf file. Thanks in advance for your help. <snip> Section "InputDevice" Identifier "Synaptics" Driver "synaptics" Option "Protocol" "auto-dev" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" Option "LeftEdge" "120" Option "RightEdge" "830" Option "TopEdge" "120" Option "BottomEdge" "650" Option "FingerLow" "14" Option "FingerHigh" "15" Option "MaxTapTime" "180" Option "MaxTapMove" "110" Option "EmulateMidButtonTime" "75" Option "VertScrollDelta" "20" Option "HorizScrollDelta" "20" Option "MinSpeed" "0.3" Option "MaxSpeed" "0.75" Option "AccelFactor" "0.015" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "UpDownScrolling" "1" Option "CircularScrolling" "1" Option "CircScrollDelta" "0.1" Option "CircScrollTrigger" "2" EndSection </snip>