http://bugzilla.novell.com/show_bug.cgi?id=501217 Andreas Nordal <andreas_nordal_4@hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andreas_nordal_4@hotmail.co | |m --- Comment #3 from Andreas Nordal <andreas_nordal_4@hotmail.com> 2009-11-15 22:51:56 UTC --- Same problem here with openSUSE 11.2. My computer is a Multicom Compal IFL 90+, with an "ETPS/2 Elantech Touchpad", as reported by `xinput list --short`. Unlike horizontal scrolling, which is easily enabled with xinput, there is no space for vertical scrolling on the touchpad because it is set up with too great width. Try using xinput to experiment with the second value of "Synaptics Edges". After experimenting, I put this in a script, which is autorun by KDE on startup: #!/bin/sh xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Edges" 32 0 430 0 320 xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Scrolling Distance" 32 12 12 xinput set-int-prop "ETPS/2 Elantech Touchpad" "Synaptics Edge Scrolling" 8 1 1 1 Note: some googling will reveal that people use wildly different values for "Synaptic Edges", so my values will probably not work for you. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.