Hello there i'm using LMDE on my laptop.
Using touch pad i can move my pointer, i can scroll and the two buttons work perfectly, but if i hit the pad as a click (or double click) it does nothing.
Has anyone encountered this problem before?

sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.confSection "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection
$ cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
# Example xorg.conf.d snippet that assigns the touchpad driver
# to all touchpads. See xorg.conf.d(5) for more information on
# InputClass.
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first.
# Additional options may be added in the form of
# Option "OptionName" "value"
#
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
# This option is recommend on all Linux systems using evdev, but cannot be
# enabled by default. See the following link for details:
# http://who-t.blogspot.com/2010/11/how-to-ignore-configuration-errors.html
# MatchDevicePath "/dev/input/event*"
EndSection
synclient TapButton1=1
synclient TapButton1=1

Gabriele_Angelo wrote:Thanks for your help but... i mean... i think lines are the same, but still doesn't work... i rebooted twice.
sudo nano /usr/share/X11/xorg.conf.d/50-synaptics.confSection "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection
# DO NOT EDIT THIS FILE, your distribution will likely overwrite
# it when updating. Copy (and rename) this file into
# /etc/X11/xorg.conf.d first. /usr/share/X11/xorg.conf.d/50-synaptics.conf $ cat /usr/share/X11/xorg.conf.d/50-synaptics.conf
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection


$ sudo ./scgui
./scgui: 1: 8: not found
./scgui: 6: Syntax error: ")" unexpected?????@@8?@??@@?????????P?P??P???%?vdUPX!?????2ߥ2???????


malligt wrote:So check out your installed hardware...that might just be the problem.


aljoriz wrote:To activate "click on tap" for your touchpad,
Goto the terminal typeand replace the content of the file with the following:
- Code: Select all
sudo gedit /usr/share/X11/xorg.conf.d/50-synaptics.conf
- Code: Select all
Section "InputClass"
Identifier "touchpad catchall"
Driver "synaptics"
MatchIsTouchpad "on"
Option "TapButton1" "1"
Option "VertEdgeScroll" "1"
EndSection

Users browsing this forum: No registered users and 1 guest