You are not logged in.

#1 2010-09-01 16:06:53

badfrog88
Member
Registered: 2010-08-13
Posts: 43

[SOLVED] Touchpad Synaptics -- is xorg.conf preferred over udev?

Reading the Touchpad Synaptics wiki it states that "Configuration for the touchpad should done by an Xorg server configuration file. As of Xorg server 1.8 configuration by HAL policy is deprecated." Does this also apply to udev?

My two week old install doesn't currently have an xorg.conf file is it possible to just add the relevant touchpad entry to one?

Thanks.

Kent

Last edited by badfrog88 (2010-09-01 16:47:03)

Offline

#2 2010-09-01 16:16:58

Awebb
Member
Registered: 2010-05-06
Posts: 6,286

Re: [SOLVED] Touchpad Synaptics -- is xorg.conf preferred over udev?

In the past, we used xorg.conf for everything. Then we had HAL, so we wrote a little HAL policy. Now we write an udev rule.

The wiki might be confusable. You can either use an xorg.conf or HAL/udev.  Since Xorg 1.8 doesn't use HAL anymore, use either a xorg.conf or udev.

It's explained in the wiki how to do it with udev:

synaptics wiki page

udev

Same as HAL, but settings go in /etc/X11/xorg.conf.d/10-synaptics.conf instead of /etc/hal/fdi/policy/11-x11-synaptics.fdi. See http://andreascarpino.it/2010/04/xorg-1 … iguration/.

If you have no good reason to use xorg.conf, try to get used to the udev rules.

Last edited by Awebb (2010-09-01 16:18:38)

Offline

#3 2010-09-01 16:20:34

Gusar
Member
Registered: 2009-08-25
Posts: 3,605

Re: [SOLVED] Touchpad Synaptics -- is xorg.conf preferred over udev?

badfrog88 wrote:

My two week old install doesn't currently have an xorg.conf file is it possible to just add the relevant touchpad entry to one?

Yes. However, the wiki is outdated. The section is not InputDevice anymore, but InputClass. It should look like this:

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

You can also simply modify /etc/X11/xorg.conf.d/10-synaptics.conf

Last edited by Gusar (2010-09-01 16:21:57)

Offline

Board footer

Powered by FluxBB