File: NEWS

package info (click to toggle)
xserver-xorg-input-synaptics 1.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,768 kB
  • sloc: ansic: 6,245; sh: 4,188; makefile: 87
file content (29 lines) | stat: -rw-r--r-- 1,399 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
xserver-xorg-input-synaptics (1.2.0-1) unstable; urgency=low

  * All the shared memory code has been removed from synclient and syndaemon.
    The SHMConfig option is still available but the only use is for monitoring
    the hardware state data.
    If you have any script that changes the synaptics driver configuration
    make sure that you don't use the -s option to synclient.

 -- Mattia Dongili <malattia@debian.org>  Fri, 20 Nov 2009 00:32:58 +0900

xserver-xorg-input-synaptics (1.1.1~git20090510-1) unstable; urgency=low

  * Tapping has been disabled by default on many touchpads by upstream, see
    the "NOTES" section in the synaptics(4) manpage for a short overview
    about how defaults are calculated.
    If you want to re-enable it, you can do so from within the X
    environment by running the following commands in a terminal:

        $ synclient TapButton1=1
        $ synclient TapButton2=2
        $ synclient TapButton3=3

    Note that the configuration will not be permanently modified, to do
    so assign the above option values in your xorg.conf (see the synaptics(4)
    manpage or the documents in /usr/share/doc/xserver-xorg-input-synaptics
    for additional details).  Another alternative is to use desktop
    environment specific tools like gpointing-device-settings or touchfreeze.

 -- David Nusinow <dnusinow@debian.org>  Sat, 11 Apr 2009 16:23:11 -0400