You are not logged in.

#1 2007-11-07 10:11:45

Flake
Member
Registered: 2007-09-11
Posts: 17

[SOLVED] Touchpad is not working since update

I made full system upgrade this morning, these essential packages was upgraded:
synaptics 0.14.6.99-1
xf86-input-mouse 1.2.3-1

after reboot and X starts I have a cursor but it doesn't move

my xorg config:

Section "InputDevice"
       Identifier      "Touchpad"
       Driver          "synaptics"
       Option  "Device"        "/dev/input/mouse0"
    ...
EndSection

Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
EndSection

or may be it's just a bug? Should I downgrade the packages?

upd:

timbosa wrote:

You'll need to change "AlwaysCore" to "SendCoreEvents" eg.

Section "ServerLayout"
....
    InputDevice    "Mouse1" "SendCoreEvents"
.....
EndSection

so it works now smile

Last edited by Flake (2007-11-07 10:19:07)

Offline

Board footer

Powered by FluxBB