Enable "click" (Debian Wheezy) on the Xfce touchpad)

Source: Internet
Author: User

Problem description

System: Debian Wheezy Xfce.

Problem: although the Xorg touchpad input Driver (synaptics) is installed, you still cannot enable the "click" function, which is equivalent to the mouse.

Solution

1. First, ensure that the synaptics driver is installed:

$ sudo apt-get install xserver-xorg-input-synaptics

2. Copy/usr/share/X11/xorg.conf.dTo/etc/X11

$ sudo cp -R /usr/share/X11/xorg.conf.d/ /etc/X11

3. Change the original/etc/X11/xorg.conf.d/10-evdev.confChange the same part of the configuration file:

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

In the above FileTapButtonIn the man manual

Option "TapButton1" "integer"    Which mouse button is reported on a non-corner one-finger tap.  Set  to    0 to disable. Property: "Synaptics Tap Action" Option "TapButton2" "integer"    Which  mouse button is reported on a non-corner two-finger tap.  Set to    0 to disable. Property: "Synaptics Tap Action"Option "TapButton3" "integer"    Which mouse button is reported on a non-corner three-finger  tap.   Set    to 0 to disable. Property: "Synaptics Tap Action"

4. restart the system

About synaptics

Synaptics is the Xorg input driver of the touchpad. Even if the touchpad can be processed by the evdev or mouse driver, the driver allows the touchpad to implement more functions. Synaptics is a historical name. in Linux, the specific hardware has kernel processing, but this driver applies to any touchpad. If the device is "PS/2 Mouse" or older, the kernel driver may not support such a device, and the driver also provides limited support. However, it is very good for any device, no matter how many features it has.

Some features of synaptics:

  • Nonlinear acceleration of touch Motion
  • Click or double-click an event through a transient touch
  • Multi-finger touch: hardware support required

AboutsynapticsCan be run on the terminal.man synaptics.

Recommended reading:

Xfce Theme Manager: Xfce Theme skin management tool

[Figure] Debian abandon Xfce and enable GNOME again as the default desktop

Use (Xfce screenshot) and GNOME next useful screenshot tool in Ubuntu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.