LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   ALPS Glidepoint + scrollwheel - getting the scroll wheel to work. (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/alps-glidepoint-scrollwheel-getting-the-scroll-wheel-to-work-367624/)

-Nw- neX 09-27-2005 05:40 PM

ALPS Glidepoint + scrollwheel - getting the scroll wheel to work.
 
hey guys.

ive got an ALPS Glidepoint, the mousepad works just fine, but this particular model of laptop also has an additional scroll wheel right below the mousebad buttons that i cant seem to get working.

here are the xorg.conf settings.
Code:

# suggested settings from http://gentoo-wiki.com/
Section "InputDevice"
  Identifier "Synaptics"
  Driver "synaptics"
  Option "SendCoreEvents"            "yes"
  Option "Protocol"                  "auto-dev"
  Option "Device"                    "/dev/input/event2"
  Option "LeftEdge"                  "120"
  Option "RightEdge"                  "830"
  Option "TopEdge"                    "120"
  Option "BottomEdge"                "650"
  Option "FingerLow"                  "14"
  Option "FingerHigh"                "15"
  Option "MaxTapTime"                "130"
  Option "MaxTapMove"                "5"
  Option "EmulateMidButtonTime"      "75"
  Option "VertScrollDelta"            "20"
  Option "HorizScrollDelta"          "40"
  Option "MinSpeed"                  "0.4"
  Option "MaxSpeed"                  "0.95"
  Option "AccelFactor"                "0.035"
  Option "EdgeMotionMinSpeed"        "200"
  Option "EdgeMotionMaxSpeed"        "200"
#  Option "UpDownScrolling"            "1"
  Option "UpDownScrolling"            "0"
  Option "CircularScrolling"          "1"
  Option "CircScrollDelta"            "0.1"
  Option "CircScrollTrigger"          "7"
  Option "TapButton1"                "1"
  Option "TapButton2"                "2"
  Option "TapButton3"                "3"
  Option "LockedDrops"                "1"
 EndSection

you can see here that i have turned of the vertial scroll sidebar, i just find it annoying.

heres the out from /proc/bus/input/devices.
Code:

I: Bus=0011 Vendor=0002 Product=0008 Version=6324
N: Name="AlpsPS/2 ALPS GlidePoint"
P: Phys=isa0060/serio4/input0
H: Handlers=mouse1 event2
B: EV=f
B: KEY=420 0 70000 0 0 0 0 0 0 0 0
B: REL=103
B: ABS=1000003

as i write this, im thinking that this is as simple as finding out what mouse button the scroll wheel uses, im just not sure how to do this. would the best method be trial and error? anyone know of another event tracker that i could use? i know that xev doesnt work for this, ive already tried.


All times are GMT -5. The time now is 12:41 PM.