Date: Wed, 22 Sep 2004 13:51:13 +0200 From: Arne Schwabe <arne@rfc2549.org> To: Eric Kjeldergaard <kjelderg@sponge.dyndns.org> Cc: freebsd-mobile@freebsd.org Subject: Re: synaptics drivers? Message-ID: <86isa6ttce.fsf@kamino.rfc1149.org> In-Reply-To: <200409211015.32728.kjelderg@sponge.dyndns.org> (Eric Kjeldergaard's message of "Tue, 21 Sep 2004 10:15:32 -0500") References: <200409211015.32728.kjelderg@sponge.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Eric Kjeldergaard <kjelderg@sponge.dyndns.org> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86isa6ttce.fsf>