From owner-freebsd-mobile@FreeBSD.ORG Sun Mar 19 14:42:29 2006 Return-Path: X-Original-To: freebsd-mobile@FreeBSD.org 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 DE31616A420; Sun, 19 Mar 2006 14:42:29 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5491343D49; Sun, 19 Mar 2006 14:42:29 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from melfina.ninth-nine.com (melfina.ninth-nine.com [192.168.36.6]) (authenticated bits=0) by sakura.ninth-nine.com (8.13.4/8.13.4/NinthNine) with ESMTP id k2JEgRdi001869 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 19 Mar 2006 23:42:27 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 19 Mar 2006 23:42:27 +0900 From: Norikatsu Shigemura To: AT Matik Message-Id: <20060319234227.552dfa22.nork@FreeBSD.org> In-Reply-To: <200603191118.29549.asstec@matik.com.br> References: <200603181648.k2IGmEmn003726@repoman.freebsd.org> <200603190845.20135.asstec@matik.com.br> <20060319215403.048622f5.nork@FreeBSD.org> <200603191118.29549.asstec@matik.com.br> X-Mailer: Sylpheed version 2.2.3 (GTK+ 2.8.16; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sun, 19 Mar 2006 23:42:27 +0900 (JST) Cc: nork@FreeBSD.org, freebsd-mobile@FreeBSD.org Subject: Re: HEADS UP: Add support Synaptics Touchpad on X11! X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Mar 2006 14:42:30 -0000 Oops, sorry. synaptics(4) -> synaptics(5). On Sun, 19 Mar 2006 11:18:29 -0300 AT Matik wrote: > On Sunday 19 March 2006 09:54, Norikatsu Shigemura wrote: > > Protocols supported by synaptics(4)'s are kernel API types. > > synaptics(4) in FreeBSD supports only psm protocol via psm(4). > good, that is the kernel driver part but in xorg.conf you can not set psm as > driver, this are the options: > 1. Auto [Auto detect] > 2. SysMouse [SysMouse] > 3. MouseSystems [Mouse Systems (3-button protocol)] > 4. PS/2 [PS/2 Mouse] > 5. Microsoft [Microsoft compatible (2-button protocol)] > 6. Busmouse [Bus Mouse] > 7. AceCad [AceCad] > 8. GlidePoint [GlidePoint] > 9. IntelliMouse [Microsoft IntelliMouse] > 10. Logitech [Logitech Mouse (serial, old type, Logitech protocol)] > 11. MMHitTab [MM HitTablet] > 12. MMSeries [MM Series] > 13. MouseMan [Logitech MouseMan (Microsoft compatible)] > 14. ThinkingMouse [ThinkingMouse] > I believe there is no such psm driver protocol for xorg in FreeBSD, it is or > PS/2 or auto for the /dev/psmN device These are mouse_drv.so's protocol lists. I said, synaptics_drv.o protocol lists. I don't understand you said. Please don't use auto-detect, use only "psm".