LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   touchpad can not work in Slackware9.1 (https://www.linuxquestions.org/questions/slackware-14/touchpad-can-not-work-in-slackware9-1-a-109301/)

preswang 10-27-2003 08:39 PM

touchpad can not work in Slackware9.1
 
Hi all
I got the problem with touchpad support in Slack9.1.
I have added follows in XF86Config

Section "InputDevice"
Identifier "Touchpad"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2" #tried IMPS/2 also
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
EndSection

Section "ServerLayout"
.....
InputDevice "Touchpad"
EndSection

My MS Intellimouse works fine, but Gnome still can not find the touchpad. :confused:

J.W. 10-29-2003 02:52 AM

Did you enter those lines manually, or did you use something like xf86config to do it? Personally I'd highly recommend using the program to build the XF86Config. In any event, I used the LQ search function with the terms "XF86Config touchpad" and found this (among many others). Hopefully there will be something there that will be useful, good luck http://www.linuxquestions.org/questi...onfig+touchpad

-- J.W.

Misel 10-29-2003 05:27 AM

hmm, my XFConfig in Slack 9.1 says

Quote:

Option "Protocol" "PS/2"

preswang 10-29-2003 07:02 AM

I have tried all of above, but still can not work.
But the way, can I use the gpm to active touchpad? (something like gpm /dev/psaux....)

Misel 10-29-2003 01:56 PM

In Slackware 9.1 there's an /etc/rc.d/rc.gpm ;)

The command to use my PS/2 mouse is that one:
/usr/sbin/gpm -m /dev/psaux -t ps2

and you'll get the rest from "man gpm" ;)

BTW: Have you ever got the mouse AND the touchpad working at the same time. There are a couple of notebooks that deactivate the TP once a mouse is connected.


All times are GMT -5. The time now is 08:25 AM.