1 Jan 2004 07:55
Re: Wacom USB tablet and XF86 4.3.0?
Dave Huang <khym <at> azeotrope.org>
2004-01-01 06:55:31 GMT
2004-01-01 06:55:31 GMT
[ moving from netbsd-help to tech-x11; see bottom of message for
what's been going on ]
On Wed, Dec 31, 2003 at 11:43:16AM +0100, Lennart Augustsson wrote:
> Since the server is linked against libusbhid you'd think that
> the symbols should be found. Do the symbols appear in libusbhid?
Yes, they're in libusbhid. I noticed that nm wasn't showing them in
the XFree86 binary though, so I put
-Wl,--whole-archive/no-whole-archive around -lusbhid. That got the
symbols included as undefined ("U" in the nm output), but I still got
the unresolved symbol errors when starting X. So then I tried
-Wl,--whole-archive /usr/lib/libusbhid.a -Wl,--no-whole-archive; the
functions are now included in the XFree86 binary ("T" in the nm
output), but still getting unresolved symbols.
I have no clue how XF86's loader works... anyone have some thoughts on
why it's not finding the symbols?
> Dave Huang wrote:
> >On Mon, Dec 29, 2003 at 01:59:50PM +0100, Lennart Augustsson wrote:
> >
> >>The tablet support is not integrated in XF86 4.x yet.
> >>But OpenBSD has done it, so you can probably grab it from
> >>their X tree.
> >
> >
> >Perhaps this message is more appropriate for tech-x11... I got the
> >driver compiled, put usbtablet_drv.o in /usr/X11/lib/modules/input,
> >added the appropriate lines to my XF86Config file to load it, but it's
(Continue reading)
RSS Feed