Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)?
Date: Sun, 12 Dec 2010 11:03:05
Message-Id: 201012121059.20335.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Re: How to configure thochpad sensitivity (using hal)? by Valmor de Almeida
1 On Sunday 12 December 2010 05:57:19 Valmor de Almeida wrote:
2 > On 12/11/2010 08:52 PM, Grant Edwards wrote:
3 > > On 2010-11-19, Mick <michaelkintzios@×××××.com> wrote:
4 > [snip]
5 >
6 > >> and paste this in it:
7 > >>
8 > >> <?xml version="1.0" encoding="ISO-8859-1"?>
9 > >> <deviceinfo version="0.2">
10 > >>
11 > >> <device>
12 > >>
13 > >> <match key="info.capabilities" contains="input.touchpad">
14 > >>
15 > >> <merge key="input.x11_driver" type="string">synaptics</merge>
16 > >
17 > > [ synaptic driver options]
18 > >
19 > >> </match>
20 > >>
21 > >> </device>
22 > >>
23 > >> </deviceinfo>
24 > >>
25 > >> Then see the examples in the file and man synaptics for finely tuning
26 > >> your touchpad. However ... I would at this stage suggest again that
27 > >> you have a look at xorg-server-1.9.x instead of trying to get HAL
28 > >> working.
29 > >
30 > > Brilliant. After tweaking a few of the pressure settings, my touchpad
31 > > works great! The hard part is remembering to restart hald as well as
32 > > the X server whenever you make any changes...
33 >
34 > Thanks for all the posts. I finally fixed the same problem I've had with
35 > my Thinkpad X201. In my case I had to do
36 >
37 > 1) Edit /etc/make.conf INPUT_DEVICES="evdev synaptics"
38 > 2) emerge xorg-drivers (also emerged xorg-server and xorg-x11 to be on
39 > the safe side)
40 > 3) cp /usr/share/hal/fdi/policy/10osvendor/11-x11-synaptics.fdi
41 > /etc/hal/fdi/policy/.
42 > 4) edit 11-x11-synaptics.fdi
43 > 5) /etc/init.d/hald restart
44 > 6) restart xorg-server
45
46 Guys I'm glad that my pointers helped you get it going - but I have to say
47 that soon with xorg-server-1.9 becoming stable HAL and its xml configuration
48 files will be a thing of the past.
49
50 Still, you have the satisfaction of cracking this one! :-)
51
52 --
53 Regards,
54 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

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