Gentoo Archives: gentoo-user

From: Redouane Boumghar <redouane.boumghar@×××××××××.fr>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Synaptics and HAL Device Information Files
Date: Tue, 26 May 2009 09:57:19
Message-Id: 20090526095842.GA6067@red.laas.fr
In Reply to: Re: [gentoo-user] Synaptic touchpad sensitive after upgrade to Xorg 1.5.3 by Mike Mazur
1 Hello All !
2
3 I have tried many things to make my touchpad work with the new xorg and
4 HAL but in vain...
5 Fortunatly my video is allright (xorg.conf),
6 my keyboard is also good (/etc/hal/fdi/policy/10-x11-input.fdi and /etc/hal/fdi/policy/10-keymap.fdi)
7 and my usb mouse works but I strictly have no entry for it either in
8 xorg.conf or any fdi files in /etc/hal/fdi/policy/
9
10 I only have this Section in my xorg.conf :
11
12 ===========================
13 Section "ServerFlags"
14 Option "AutoAddDevices" "true"
15 EndSection
16 ===========================
17
18
19 First of all where can I find information about the file names of FDI ?
20 NUMBER-NAME-NAME.fdi
21
22 Where are the specification of the nomenclature ?
23 I have found different names possible :
24 11-x11-synaptics.fdi
25 99-x11-synaptics.fdi
26
27 Why the donkey would it be 99 or 11 ?
28
29 Thanks for any hints about that..
30
31 My Kernel seems well configured for HAL to work properly. (Event Interface
32 & Mice > PS/2 mouse)
33
34 The thing is that I don't know how to match my touchpad with the
35 fdi policy or that I have another unknown problem.
36
37 I have the following devices :
38
39 =========================
40 root~$ xinput list --short
41 "Virtual core keyboard" id=0 [XKeyboard]
42 "Virtual core pointer" id=1 [XPointer]
43 "Macintosh mouse button emulation" id=2 [XExtensionPointer]
44 "PS/2 Mouse" id=3 [XExtensionPointer]
45 "AT Translated Set 2 keyboard" id=4 [XExtensionKeyboard]
46 "HID 04d9:1133" id=5 [XExtensionPointer]
47 =========================
48
49 I have tried many different synaptics fdi files and for now I am trying
50 this simplest one :
51
52 =========================
53 root~$ cat /etc/hal/fdi/policy/99-x11-synaptics.fdi
54 <?xml version="1.0" encoding="ISO-8859-1"?>
55 <deviceinfo version="0.2">
56 <device>
57 <match key="info.capabilities" contains="input.touchpad">
58 <merge key="input.x11_driver" type="string">synaptics</merge>
59 </match>
60 </device>
61 </deviceinfo>
62 =========================
63
64
65 Thanks in advance for your help and pointers,
66
67 Red.
68
69
70 ps :
71 INSTALLED :
72 sys-apps/hal-0.5.11-r8 USE="X crypt dell doc laptop -acpi -apm -debug -disk-partition (-selinux)"
73 x11-drivers/xf86-input-evdev-2.1.3 USE="hal -debug"
74 x11-drivers/xf86-input-synaptics-1.0.0 USE="hal -debug"

Replies

Subject Author
Re: [gentoo-user] Synaptics and HAL Device Information Files Mike Edenfield <kutulu@××××××.org>