LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   Scrollwheel in touchpad (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/scrollwheel-in-touchpad-338829/)

maginotjr 06-30-2005 03:29 PM

Scrollwheel in touchpad
 
Anyone knows how to make the wheel in the touchpad works?


I tryed the same as a external mouse

"Option" "ZAxisMapping" "4 5" tryed "3 4" and the only thing that happens is that the part of the wheel of the touchpad scrolls verticaly

any sugestions?

Ephracis 07-01-2005 08:02 AM

I am using a synaptics touchpad and I have installed drivers for that one. So my xorg.conf-settings are only for synaptics but it may give you a clue. I have vertical scroll at the right side of the touchpad (and I can also use the 4-directional button below the touchpad). Here is my setup:

Code:

Section "InputDevice"
  Identifier    "Synaptics Mouse"
  Driver        "synaptics"
  Option        "Device"        "/dev/psaux"
  Option        "Protocol"      "auto-dev"
  Option        "LeftEdge"      "1700"
  Option        "RightEdge"    "5300"
  Option        "TopEdge"      "1700"
  Option        "BottomEdge"    "4200"
  Option        "FingerLow"    "25"
  Option        "FingerHigh"    "30"
  Option        "MaxTapTime"    "180"
  Option        "MaxTapMove"    "220"
  Option        "VertScrollDelta" "100"
  Option        "MinSpeed"      "0.09"
  Option        "MaxSpeed"      "0.18"
  Option        "AccelFactor"  "0.0015"
  Option        "SHMConfig"    "on"
  Option        "Repeater"      "/dev/ps2mouse"
EndSection

As you see I do not have to use the "ZAxisMapping", it works anyway. What touchpad do you have? Have you installed any drivers or such?

Regards.

maginotjr 07-02-2005 04:00 PM

I dont installed nothing... how do I know if this driver have in my system? Im using slackware 10.1

Ephracis 07-03-2005 04:22 AM

I guess you don't have the driver installed but check out "xorgconfig", if you can choose your touchpad when prompted then xorg has support for it. If not, maybe you can download a driver to install to get xorg to support it. What is the name of your touchpad?

maginotjr 07-03-2005 02:07 PM

well, I use it on my hp notebook, so I think is synaptic

Ephracis 07-03-2005 02:36 PM

OK. Actually "think" is not really what I was going for, but you can give it a try. Check out http://freshmeat.net/projects/synaptics/ for driver download. You maybe should try to find out some info on your laptop (what is the model name?) and what they us as touchpad before you install the x module for synaptics.


All times are GMT -5. The time now is 11:12 AM.