FS#23330 - no scrolling in synaptics 1.4.2 touchpad, xorg-server 1.10
Attached to Project:
Arch Linux
Opened by mark (mmm) - Friday, 18 March 2011, 16:13 GMT
Last edited by Jan de Groot (JGC) - Saturday, 26 March 2011, 10:48 GMT
Opened by mark (mmm) - Friday, 18 March 2011, 16:13 GMT
Last edited by Jan de Groot (JGC) - Saturday, 26 March 2011, 10:48 GMT
|
Details
Description:
after today's(17/3/2011) update to [testing], scrolling ceased to work on my laptop with synaptics driver. Additional info: * package version(s) $ yaourt -Qs synaptic testing/xf86-input-synaptics 1.4.0-2 [0.12 M] (xorg-drivers xorg) Synaptics driver for notebook touchpads [marek@beruska ~]$ yaourt -Qs xorg-server testing/xorg-server 1.10.0-1 [3.26 M] (xorg) Xorg X server testing/xorg-server-common 1.10.0-1 [0.14 M] Xorg server common files extra/xorg-server-utils 7.6-2 [0.00 M] Transition package depending on xorg server utilities kernel 2.6.38-1 * config and/or log files etc. Steps to reproduce: upgrade & try scrolling in any app that supported that Thank you, Marek |
This task depends upon
Closed by Jan de Groot (JGC)
Saturday, 26 March 2011, 10:48 GMT
Reason for closing: Not a bug
Additional comments about closing: Default synaptics behaviour: two-finger scroll is enabled by default if multitouch is supported by the touchpad.
Saturday, 26 March 2011, 10:48 GMT
Reason for closing: Not a bug
Additional comments about closing: Default synaptics behaviour: two-finger scroll is enabled by default if multitouch is supported by the touchpad.
beruska ~]$ synclient -l
Parameter settings:
LeftEdge = 1780
RightEdge = 5570
TopEdge = 1721
BottomEdge = 5575
FingerLow = 24
FingerHigh = 29
FingerPress = 255
MaxTapTime = 180
MaxTapMove = 276
MaxDoubleTapTime = 180
SingleTapTimeout = 180
ClickTime = 100
FastTaps = 0
EmulateMidButtonTime = 75
EmulateTwoFingerMinZ = 280
EmulateTwoFingerMinW = 6
VertScrollDelta = 125
HorizScrollDelta = 125
VertEdgeScroll = 0
HorizEdgeScroll = 0
CornerCoasting = 0
VertTwoFingerScroll = 1
HorizTwoFingerScroll = 0
MinSpeed = 1
MaxSpeed = 1.75
AccelFactor = 0.0318319
TrackstickSpeed = 40
EdgeMotionMinZ = 29
EdgeMotionMaxZ = 159
EdgeMotionMinSpeed = 1
EdgeMotionMaxSpeed = 502
EdgeMotionUseAlways = 0
TouchpadOff = 0
LockedDrags = 0
LockedDragTimeout = 5000
RTCornerButton = 0
RBCornerButton = 0
LTCornerButton = 0
LBCornerButton = 0
TapButton1 = 1
TapButton2 = 2
TapButton3 = 3
ClickFinger1 = 1
ClickFinger2 = 1
ClickFinger3 = 1
CircularScrolling = 0
CircScrollDelta = 0.1
CircScrollTrigger = 0
CircularPad = 0
PalmDetect = 0
PalmMinWidth = 9
PalmMinZ = 199
CoastingSpeed = 20
CoastingFriction = 50
PressureMotionMinZ = 29
PressureMotionMaxZ = 159
PressureMotionMinFactor = 1
PressureMotionMaxFactor = 1
GrabEventDevice = 1
TapAndDragGesture = 1
AreaLeftEdge = 0
AreaRightEdge = 0
AreaTopEdge = 0
AreaBottomEdge = 0
Jan, thank you for the tip - i really had the 2-finger scrolling enabled and working. Even though I swear I don't remember turning it on!? Anyway, just going to kde's systemsettings mouse module fixes the issue - without me doing anything again ;) there's no option - sidescrolling/2finger, but rightafter the scrollbars start to work.
I suggest closing this as solved-weird.
PS: just the same issue happened to someone on ml, linking him here.
Thank you, Marek
so it's finally solved.
As Emmanuel sugested on ML under the kernel 2.6.38-1 signoff thread,
it's upstream code change, two finger scrolling is the defaults now,
to get back the sidebar scrolling, edit /etc/X11/xorg.conf.d/10-synaptics.conf
and add lines:
Option "VertEdgeScroll" "true"
more in man synaptics
After this, all works fine.
Thank you