Re: synaptics drivers?
Arne Schwabe <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
Eric Kjeldergaard <[email protected]> writes: > I noticed that one of the topics on the 5.3-Release (Stable, hooray) TODO list > was fixes for the synaptics touchpad. What I've not seen, however (and > likely I'm just unsure where the info is), is how to get the scrolling > working on this device. I know that in Linux, a special synaptics driver > exists. After I found this feature not to be handled automagically in fBSD, > I tried to compile this driver. It wasn't so successful and upon reading the > synaptics message in the TODO, I kind of had hope that psm would be able to > do the scrollwheel translation. Does anyone know how to do this? Is it even > possible at this point? You can use the special XFree86 Synaptics Driver. It seems that the oriinal Synaptics driver does not bring all includes. But as a quick fix you can do: ALLINCLUDES = -I. -I$(X_INCLUDES_ROOT)/include/X11 \ -I$(X_INCLUDES_ROOT)/include/X11/extensions \ - -I$(X_INCLUDES_ROOT)/lib/Server/include + -I$(X_INCLUDES_ROOT)/lib/Server/include -I/usr/X11R6/include else SERVERSRC = $(TOP)/programs/Xserver ALLINCLUDES = -I. \ gmake synaptics_drv.o and install the synaptics_drv.o to /usr/X11R6/lib/modules/drivers/synaptics_drv.o Protocol for Fbsd is psm instead of psaux Arne -- compiling millions of tiny c-programs...done checking for a working configure script... not found _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-mobile To unsubscribe, send any mail to "[email protected]"