You are not logged in.

#1 2011-10-03 13:48:44

coruja
Member
Registered: 2011-08-31
Posts: 10

[SOLVED] Touchpad issues on XFCE 4.8

Hi guys!

Can you please, help me out fixing my notebook's touchpad? Well, the problem is, it used to work with the tapping function, but now, only the pointing function is working.

I'm using XFCE 4.8 and touchpad used to work properly before, but I don't know how it stopped to do it.

Below, you can see my 10-evdev.conf file:

Section "InputClass"
        Identifier "evdev pointer catchall"
        MatchIsPointer "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev keyboard catchall"
        MatchIsKeyboard "on"
        MatchDevicePath "/dev/input/event*"
	Option "XkbLayout" "br"
	Option "XkbVariant" "abnt2"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchpad catchall"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev tablet catchall"
        MatchIsTablet "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

Section "InputClass"
        Identifier "evdev touchscreen catchall"
        MatchIsTouchscreen "on"
        MatchDevicePath "/dev/input/event*"
        Driver "evdev"
EndSection

And my 10-synaptics.conf file:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "TapButton1" "1"
        Option "TapButton2" "2"
        Option "TapButton3" "3"
EndSection

Last edited by coruja (2011-10-04 14:15:18)

Offline

#2 2011-10-04 03:55:09

kanine5
Member
Registered: 2011-06-14
Posts: 10

Re: [SOLVED] Touchpad issues on XFCE 4.8

Try installing gsynaptic and enable tap through that. good luck.
Refer here: https://wiki.archlinux.org/index.php/To … ctional.29

Offline

#3 2011-10-04 14:14:44

coruja
Member
Registered: 2011-08-31
Posts: 10

Re: [SOLVED] Touchpad issues on XFCE 4.8

It worked! Thank you so much!

Offline

Board footer

Powered by FluxBB