Qiangning Hong wrote:

> My synaptics touchpad works well under console.  But when I under X, it
> is not working at all.
> 
> The touchpad is connected with /dev/input/event1.  I confirm this using
> 'cat /dev/input/event1' in console.
>
> #Section "InputDevice"
> #        Identifier  "Mouse0"
> #        Driver      "mouse"
> #        Option     "Protocol" "auto"
> #        Option     "Device" "/dev/input/mice"
> #        Option      "Buttons" "7"
> #        Option      "ZAxisMapping" "4 5"
> #        Option      "ZAxisMapping" "6 7"
> #EndSection

Have you tried this input device ^^, or is this the default xorg.conf?

I have a synaptics touchpad + a USB mouse and they both work with this
config:

Section "InputDevice"
# Touchpad + USB mouse
        Identifier      "Mouse_Touch"
        Driver "mouse"
        Option "Protocol"       "IMPS/2"
        Option "Device"         "/dev/input/mice"
        Option "ZaxisMapping"   "4 5"
EndSection "InputDevice"

-- 
MVH / Regards:
Espen

-- 
[email protected] mailing list

Reply via email to