Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: disable syanptics pad
Date: Sat, 23 May 2009 08:55:17
Message-Id: 200905230955.21185.michaelkintzios@gmail.com
In Reply to: [gentoo-user] Re: disable syanptics pad by james
1 On Friday 22 May 2009, james wrote:
2 > Paul Hartman <paul.hartman+gentoo <at> gmail.com> writes:
3 > > I think you need to set corepointer=0 in the FDI file or something
4 > > similar to that. Or if you're using xorg.conf point it to a specific
5 > > mouse instead of /dev/mice or whatever the catch-all mouse device is.
6 > > May be able to get rid of it "even more" with udev rules or something
7 > > to just make it go away. Sorry I don't have specific examples, I'm on
8 > > a windows machine right now.
9 >
10 > I'm sure your information is good. But, I need specifics....
11
12 This is from my /etc/hal/fdi/policy/10-xinput-configuration.fdi:
13 =================================================
14 <!-- touchpad -->
15 <device>
16 <match key="info.capabilities" contains="input.touchpad">
17 <match key="info.product" contains="SynPS/2">
18 <merge key="input.x11_driver" type="string">synaptics</merge>
19 <merge key="input.x11_options.SHMConfig" type="string">true</merge>
20 <merge key="input.x11_options.VertEdgeScroll"
21 type="string">true</merge>
22 <merge key="input.x11_options.HorizEdgeScroll"
23 type="string">true</merge>
24 <merge key="input.x11_options.TapButton1" type="string">1</merge>
25 <merge key="input.x11_options.ClickButton1" type="string">1</merge>
26 </match>
27 </match>
28 </device>
29 =================================================
30
31 Try modifying the above with something like:
32 <merge key="input.x11_options.corepointer" type="string">0</merge>
33
34 You may want to try my fdi as is first. It may just work without problems in
35 your setup and the touchpad will become useful again.
36
37 Note: This is on a system which does not use xorg.conf anymore. I am not sure
38 how things get parsed by xorg when both an fdi and a xorg.conf are present.
39
40 HTH.
41 --
42 Regards,
43 Mick

Attachments

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

Replies

Subject Author
[gentoo-user] Re: disable syanptics pad James <wireless@×××××××××××.com>