LMDE xfce: touch pad fix

aljoriz
  13 years ago
  10

FOR LMDE XFCE RC:

If your touch pad can not emulate a double click by tapping on the touch pad go to the terminal and type:

sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf
 

then replace with:

Section "InputClass"
        Identifier "touchpad catchall"
        Driver "synaptics"
        MatchIsTouchpad "on"
        Option "TapButton1" "1"
        Option "VertEdgeScroll" "1"
EndSection

Then save the file, close gedit

go back to the terminal and type: sudo reboot

log-in and test the touch pad by tapping on it to open files

Comments
tny143 12 years ago

Doesnt work here,no miracle happens :( Im using Acer Aspire One D255 Netbook.All I can do is modprobe in terminal to enable edge-scrolling.But afer restarting,or sudo reboot,everything will still be like before,no scroll for me.
Sorry,my English is bad.


Jeannot 12 years ago

Merci pour l'info!


wolverine_tech 12 years ago

spot on. Thanks!


RayWoods 12 years ago

This works for Gnome as well. Thanks @aljoriz.


Troken 13 years ago

Thank you, it works as a charm!