50-synaptics.conf options not working

Posted by djeikyb on Ask Ubuntu See other posts from Ask Ubuntu or by djeikyb
Published on 2011-02-14T11:04:04Z Indexed on 2011/02/18 7:33 UTC
Read the original article Hit count: 262

Filed under:
|
|
|
  1. How does Ubuntu come up with the default synaptics settings? I've got Ubuntu Netbook 10.10 installed on an Eeepc 900. Out of the box TapButton2 was set to 3, and TapButton3 was set to 2.

  2. I have several custom synaptics settings I want as system wide defaults. Right now I use a script with synclient commands I have to run every boot or wake. Pita. It used to be everything went in xorg.conf..which no longer exists. I'm trying to learn the new way, which is apparently conf files at /usr/share/X11/xorg.conf.d.

    I edited 50-synaptics.conf to look like:

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

But my next X session (startx -- :2) doesn't have the options configured.

© Ask Ubuntu or respective owner

Related posts about 10.10

Related posts about xorg