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.
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::~$ uname -r 2.6.32-5-amd64
are there options can add /etc/modprobe.d/psmouse.conf file?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
----- solved -----
here did work:
first of all, here part of current xorg.conf (not sure important here):
after installing psmouse-alps driver, opened /etc/modprobe.d/psmouse.conf , changed: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 ...
tocode:options psmouse proto=imps
then ran:code:options psmouse proto=any
now touchpad working great along edge scrolling.code:sudo modprobe -r psmouse sudo modprobe psmouse
note: enable circular scrolling did:
credit goes this thread helping me find solution.code:synclient circularscrolling=1
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support Hardware [SOLVED] ALPS Touchpad - No Vert or Horiz Scrolling
Ubuntu
. i've installed
Comments
Post a Comment