Gentoo Archives: gentoo-user

From: Grant Edwards <grant.b.edwards@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)?
Date: Sun, 12 Dec 2010 01:54:42
Message-Id: ie19te$p0e$1@dough.gmane.org
In Reply to: Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)? by Mick
1 On 2010-11-19, Mick <michaelkintzios@×××××.com> wrote:
2
3 >>>> That only works if you're using the synaptics driver -- which I'm
4 >>>> not.
5 >>>>
6 >>>> I haven't figured out how to do that yet. It was built, since I
7 >>>> included it in INPUT_DEVICES, but HAL decided not to use it.
8 >>>
9 >>> What does your Xorg.0.log say about synaptics?
10 >
11 >> $ grep -i synaptic /var/log/Xorg.0.log
12 >> (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
13 >
14 > Excellent! It seems then that HAL picks up your touchpad and uses it.
15 [...]
16 > # touch /etc/hal/fdi/policy/11-x11-synaptics.fdi
17 >
18 > and paste this in it:
19 >
20 ><?xml version="1.0" encoding="ISO-8859-1"?>
21 ><deviceinfo version="0.2">
22 > <device>
23 > <match key="info.capabilities" contains="input.touchpad">
24 > <merge key="input.x11_driver" type="string">synaptics</merge>
25 [ synaptic driver options]
26 > </match>
27 > </device>
28 ></deviceinfo>
29 >
30 > Then see the examples in the file and man synaptics for finely tuning your
31 > touchpad. However ... I would at this stage suggest again that you have a
32 > look at xorg-server-1.9.x instead of trying to get HAL working.
33
34 Brilliant. After tweaking a few of the pressure settings, my touchpad
35 works great! The hard part is remembering to restart hald as well as
36 the X server whenever you make any changes...
37
38 --
39 Grant

Replies

Subject Author
Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)? Valmor de Almeida <val.gentoo@×××××.com>