From owner-freebsd-mobile@FreeBSD.ORG Wed Sep 22 11:51:22 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 579FB16A4CE for ; Wed, 22 Sep 2004 11:51:22 +0000 (GMT) Received: from coruscant.rfc1149.org (coruscant.rfc1149.org [217.160.130.147]) by mx1.FreeBSD.org (Postfix) with ESMTP id B478543D1D for ; Wed, 22 Sep 2004 11:51:21 +0000 (GMT) (envelope-from arne@rfc2549.org) Received: by coruscant.rfc1149.org (Postfix, from userid 110) id 138133EC0; Wed, 22 Sep 2004 13:51:19 +0200 (CEST) Received: from kamino.rfc1149.org (kamino.rfc1149.org [2001:8d8:81:11::2]) by coruscant.rfc1149.org (Postfix) with ESMTP id 237CB3D2E; Wed, 22 Sep 2004 13:51:17 +0200 (CEST) Received: by kamino.rfc1149.org (Postfix, from userid 1001) id 1C33440F1; Wed, 22 Sep 2004 13:51:13 +0200 (CEST) To: Eric Kjeldergaard 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> From: Arne Schwabe Date: Wed, 22 Sep 2004 13:51:13 +0200 Message-ID: <86isa6ttce.fsf@kamino.rfc1149.org> User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on coruscant.rfc1149.org X-Spam-Status: No, hits=-4.9 required=5.0 tests=BAYES_00 autolearn=ham version=2.60 X-Spam-Level: cc: freebsd-mobile@freebsd.org Subject: Re: synaptics drivers? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Sep 2004 11:51:22 -0000 Eric Kjeldergaard 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