Gentoo Archives: gentoo-dev

From: "Rémi Cardona" <remi@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Last rites: 14 X input drivers
Date: Tue, 14 Jul 2009 22:36:07
Message-Id: 4A5D0839.6010707@gentoo.org
In Reply to: Re: [gentoo-dev] Last rites: 14 X input drivers by Robert Buchholz
1 Le 13/07/2009 19:22, Robert Buchholz a écrit :
2 > We're using the x11-drivers/xf86-input-microtouch for a cash register.
3 > It works fine, but I think the machine is still on Xorg Server 1.3.
4 >
5 > I don't have the capacity to maintain this driver myself, but it seems
6 > bug #276615 has a patch, so I wonder why it needs to be abandoned. Whom
7 > exactly shall I contact upstream about the deprecation?
8
9 Well, to start off, you might want to check if your hardware is now
10 supported directly by the kernel. If that's the case, then you can use
11 xf86-input-evdev which will make your life much easier.
12
13 But TBH, I really don't know much about writing X drivers. All I can
14 offer is to commit patches upstream and maybe make tarballs.
15
16 My suggestion for now is to create a -9999 ebuild of the microtouch
17 driver inside the x11 overlay and make it point to the latest commit
18 that has a chance of working: before the one that adds the AC_MSG().
19
20 If that doesn't work, you might want to get in touch with upstream X
21 people via the xorg or xorg-devel mailing lists (resp. at fd.org and x.org).
22
23 Hope that helps
24
25 Rémi