Date: Mon, 10 Feb 2003 20:15:25 -0800 (PST) From: =?ISO-8859-1?Q?Mikko_Ty=F6l=E4j=E4rvi?= <mbsd@pacbell.net> To: "Paul A. Mayer" <paul@fnug.net> Cc: Rahul Siddharthan <rsidd@online.fr>, freebsd-current@freebsd.org Subject: Re: Synaptics touchpad support Message-ID: <20030210201055.B70415-100000@atlas.home> In-Reply-To: <3E477889.9060100@fnug.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030210201055.B70415-100000>