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 [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message