https://bugzilla.novell.com/show_bug.cgi?id=250427 ------- Comment #5 from dbornkessel@novell.com 2007-04-19 03:28 MST ------- The following will work [tested on 10.3]: in xorg.conf: Section "InputDevice" Identifier "Synaptics Touchpad" Driver "synaptics" Option "CorePointer" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "SHMConfig" "true" Option "MinSpeed" "0.30" Option "MaxSpeed" "1.10" Option "EdgeMotionMinSpeed" "200" Option "EdgeMotionMaxSpeed" "200" Option "FastTaps" "1" Option "MaxTapTime" "100" Option "AccelFactor" "0.035" Option "HorizScrollDelta" "0" Option "VertTwoFingerScroll" "1" Option "HorizTwoFingerScroll" "1" Option "CircularScrolling" "1" Option "CircScrollTrigger" "0" Option "FingerLow" "1" Option "FingerHigh" "3" Option "LeftEdge" "80" Option "TopEdge" "80" Option "RightEdge" "850" Option "BottomEdge" "560" Option "TapButton1" "1" EndSection .. add to Section "ServerLayout" the following entry: InputDevice "Synaptics Touchpad" "CorePointer" Install ksynaptics and configure to your needs. This should be done automatically if possible. Regards, Daniel -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.