LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Anyone know where I can find information / drivers for a synaptic touchpad driver ? (https://www.linuxquestions.org/questions/linux-hardware-18/anyone-know-where-i-can-find-information-drivers-for-a-synaptic-touchpad-driver-564605/)

lumix 06-26-2007 10:04 AM

Anyone know where I can find information / drivers for a synaptic touchpad driver ?
 
Using Kubuntu, my touchpad constantly fails to recognize taps. I know this isn't the hardware, because Knoppix Live sets it up very nicely.

Any thoughts?

Thanks.

PTrenholme 06-26-2007 10:26 AM

Install the ksynaptic package. It should be available in one of your repositories. (Note: I'm a Fedora user, but I think, but don't really know, that this is correct for you, too.)

Your device section in xorg.conf should look something like this:
Code:

Section "InputDevice"
        Identifier  "Synaptics"
        Driver      "synaptics"
        Option      "Device" "/dev/input/mice"
        Option      "Protocol" "auto-dev"
        Option      "Emulate3Buttons" "yes"
        Option      "SHMConfig" "true"
        Option      "UseShm" "true"
EndSection



All times are GMT -5. The time now is 07:16 PM.