From owner-freebsd-current Mon Feb 10 20:15:30 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1E2B337B408 for ; Mon, 10 Feb 2003 20:15:27 -0800 (PST) Received: from mta6.snfc21.pbi.net (mta6.snfc21.pbi.net [206.13.28.240]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFB0B43FBF for ; Mon, 10 Feb 2003 20:15:25 -0800 (PST) (envelope-from mbsd@pacbell.net) Received: from atlas ([64.166.22.106]) by mta6.snfc21.pbi.net (iPlanet Messaging Server 5.1 HotFix 1.6 (built Oct 18 2002)) with ESMTP id <0HA4000Z6MHPSV@mta6.snfc21.pbi.net> for freebsd-current@freebsd.org; Mon, 10 Feb 2003 20:15:25 -0800 (PST) Date: Mon, 10 Feb 2003 20:15:25 -0800 (PST) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= Subject: Re: Synaptics touchpad support In-reply-to: <3E477889.9060100@fnug.net> X-X-Sender: mikko@atlas.home To: "Paul A. Mayer" Cc: Rahul Siddharthan , freebsd-current@freebsd.org Message-id: <20030210201055.B70415-100000@atlas.home> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 10 Feb 2003, Paul A. Mayer wrote: > Well, it compiles on 5.0-Release-p1. The psm initialization gives some > specs about the device and some of it's features. ... but I don't see > any consequences of this in apps, like mozilla. And under gnome the > pressure sensitivity of the touchpad (e.g., tap to click) is now gone. > > I have no great understanding of how any of this should work. Can you > give some pointers. (How do I get touch sensitivity back? How should > it be configured into X? Where should I be able to see the effects of > the patch?) Here is what I'm using. In /etc/rc.conf: moused_enable="YES" moused_flags="-m2=4 -m4=2" And in /etc/X11/XF86Config: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Resolution" "250" Option "EmulateWheel" Option "EmulateWheelInertia" "60" Option "EmulateWheelButton" "4" Option "Buttons" "4" EndSection This gives me 3 buttons, plus an emulated "scroll wheel", when I hold down the fourth button and move my finger up or down on the mousepad. (see mouse(4) in /usr/X11R6/man, not mouse(4) in /usr/share/man...) $.02, /Mikko To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message