https://bugzilla.novell.com/show_bug.cgi?id=250427 User ms@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=250427#c34 Marcus Schaefer <ms@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |374101 Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #34 from Marcus Schaefer <ms@novell.com> 2008-06-02 04:19:24 MDT --- ok I have added the following patch Index: profile/automatic/input/alps =================================================================== --- profile/automatic/input/alps (revision 1615) +++ profile/automatic/input/alps (working copy) @@ -6,24 +6,27 @@ InputDevice -> [X] -> Option -> ZAxisMapping = 4 5 InputDevice -> [X] -> Option -> Emulate3Buttons = on InputDevice -> [X] -> Option -> SHMConfig = on +InputDevice -> [X] -> Option -> SendCoreEvents = on InputDevice -> [X] -> Option -> Protocol = auto-dev -InputDevice -> [X] -> Option -> LeftEdge = 120 -InputDevice -> [X] -> Option -> RightEdge = 830 -InputDevice -> [X] -> Option -> TopEdge = 120 -InputDevice -> [X] -> Option -> BottomEdge = 650 -InputDevice -> [X] -> Option -> FingerLow = 14 -InputDevice -> [X] -> Option -> FingerHigh = 17 -InputDevice -> [X] -> Option -> MaxTapTime = 180 -InputDevice -> [X] -> Option -> MaxTapMove = 110 +InputDevice -> [X] -> Option -> LeftEdge = 100 +InputDevice -> [X] -> Option -> RightEdge = 1100 +InputDevice -> [X] -> Option -> TopEdge = 50 +InputDevice -> [X] -> Option -> BottomEdge = 300 +InputDevice -> [X] -> Option -> FingerLow = 30 +InputDevice -> [X] -> Option -> FingerHigh = 40 +InputDevice -> [X] -> Option -> MaxTapMove = 100 InputDevice -> [X] -> Option -> EmulateMidButtonTime = 75 -InputDevice -> [X] -> Option -> VertScrollDelta = 20 -InputDevice -> [X] -> Option -> HorizScrollDelta = 20 -InputDevice -> [X] -> Option -> MinSpeed = 0.2 -InputDevice -> [X] -> Option -> MaxSpeed = 3 -InputDevice -> [X] -> Option -> AccelFactor = 0.1 +InputDevice -> [X] -> Option -> VertScrollDelta = 25 +InputDevice -> [X] -> Option -> HorizScrollDelta = 30 +InputDevice -> [X] -> Option -> MinSpeed = 0.15 +InputDevice -> [X] -> Option -> MaxSpeed = 0.90 +InputDevice -> [X] -> Option -> AccelFactor = 0.10 InputDevice -> [X] -> Option -> EdgeMotionMinSpeed = 15 InputDevice -> [X] -> Option -> EdgeMotionMaxSpeed = 15 InputDevice -> [X] -> Option -> UpDownScrolling = 1 InputDevice -> [X] -> Option -> CircularScrolling = 1 InputDevice -> [X] -> Option -> CircScrollDelta = 0.1 InputDevice -> [X] -> Option -> CircScrollTrigger = 2 +InputDevice -> [X] -> Option -> TapButton1 = 1 +InputDevice -> [X] -> Option -> TapButton2 = 3 +InputDevice -> [X] -> Option -> TapButton3 = 2 Thanks -- 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.