Skip to main content

Thread: ALPS Touchpad - No Vert or Horiz Scrolling


i've got hp dv4-1281us alps touchpad . i've installed psmouse-alps package , working except there no scrolling. these steps took install driver: http://okle100.blogspot.com/2012/02/...button-on.html. running debian 6.0.4 squeeze.

code:
:~$ uname -r 2.6.32-5-amd64
any ideas on how can scrolling work? i've tried few different things including installing patched psmouse.ko. i've tried adding synaptics driver options xorg.conf not help:

code:
section "inputclass"         identifier       "enable synaptics shmconfig"         matchistouchpad  "on"         matchdevicepath  "/dev/input/event*"         option           "shmconfig" "on" # device option should not required #       option      "device" "/dev/input/mice"         option      "protocol" "auto-dev" 	option      "sendcoreevents"         option      "shmconfig" "on" 	option      "tapbutton1" "1" 	option      "tapbutton2" "2"         option      "emulate3buttons" "yes"         option      "leftedge" "120"         option      "rightedge" "830"         option      "topedge" "120"         option      "bottomedge" "600"         option      "fingerlow" "14"         option      "fingerhigh" "15" # set maxtaptime 0 disable tapping #       option      "maxtaptime" "0"         option      "maxtaptime" "180"         option      "maxtapmove" "110"         option      "vertscrolldelta" "20"         option      "horizscrolldelta" "20"         option      "accelfactor" "0.030"         option      "minspeed" "0.5"         option      "maxspeed" "1.0" endsection
are there options can add /etc/modprobe.d/psmouse.conf file?


----- solved -----

here did work:

first of all, here part of current xorg.conf (not sure important here):
code:
... section "inputdevice" 	identifier  "mouse0" 	driver      "mouse" 	option	    "protocol" "auto" 	option	    "device" "/dev/input/mice" 	option	    "zaxismapping" "4 5 6 7" endsection  section "inputclass"         identifier       "enable synaptics shmconfig"         matchistouchpad  "on"         matchdevicepath  "/dev/input/event*"         option           "shmconfig" "on" endsection  section "inputdevice"         identifier  "touchpad"         driver      "psmouse-alps"         option      "shmconfig" "on" # device option should not required #       option      "device" "/dev/input/mice"         option      "protocol" "auto-dev" 	option      "sendcoreevents" 	option      "tapbutton1" "1" 	option      "tapbutton2" "2"         option      "emulate3buttons" "yes"         option      "leftedge" "120"         option      "rightedge" "830"         option      "topedge" "120"         option      "bottomedge" "600"         option      "fingerlow" "14"         option      "fingerhigh" "15" # set maxtaptime 0 disable tapping #       option      "maxtaptime" "0"         option      "maxtaptime" "180"         option      "maxtapmove" "110"         option      "vertscrolldelta" "20"         option      "horizscrolldelta" "20"         option      "accelfactor" "0.030"         option      "minspeed" "0.5"         option      "maxspeed" "1.0" endsection ...
after installing psmouse-alps driver, opened /etc/modprobe.d/psmouse.conf , changed:
code:
options psmouse proto=imps
to
code:
options psmouse proto=any
then ran:
code:
sudo modprobe -r psmouse sudo modprobe psmouse
now touchpad working great along edge scrolling.

note: enable circular scrolling did:
code:
synclient circularscrolling=1
credit goes this thread helping me find solution.



Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] ALPS Touchpad - No Vert or Horiz Scrolling


Ubuntu

Comments

Popular posts from this blog

Thread: gpg: Conflicting Commands

Adobe Acrobat Pro , Terminal Server Use

when i try using AE CC 3d camera tracker after the first step it says "Analysis solve failed." help?