From owner-freebsd-hackers Sun Jan 5 20:50:48 2003 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AAC337B401 for ; Sun, 5 Jan 2003 20:50:47 -0800 (PST) Received: from mallard.mail.pas.earthlink.net (mallard.mail.pas.earthlink.net [207.217.120.48]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A46443ED1 for ; Sun, 5 Jan 2003 20:50:46 -0800 (PST) (envelope-from rsidd@papagena.rockefeller.edu) Received: from user-0cev12d.cable.mindspring.com ([24.239.132.77] helo=bluerondo.a.la.turk) by mallard.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 18VPDg-0006Sl-00 for freebsd-hackers@FreeBSD.ORG; Sun, 05 Jan 2003 20:50:36 -0800 Received: (qmail 1903 invoked by uid 1001); 6 Jan 2003 04:50:30 -0000 Date: Sun, 5 Jan 2003 23:50:30 -0500 From: Rahul Siddharthan To: Mikko Ty?l?j?rvi Cc: Marcin Dalecki , freebsd-hackers@FreeBSD.ORG Subject: Re: Synaptics touchpad extendid support. Message-ID: <20030106045030.GA1881@papagena.rockefeller.edu> References: <20030105065921.GA1481@papagena.rockefeller.edu> <20030105135944.K18514-100000@atlas.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030105135944.K18514-100000@atlas.home> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT i386 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > * Make moused map up/down into buttons 4/5: > > moused -m 4=2 -m 5=4 -p /dev/psm0 -t auto > > * Make X do the rest. From XF86Config (for XFree 4.2): > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "Auto" > Option "Device" "/dev/sysmouse" > Option "Resolution" "100" > Option "Emulate3Buttons" > Option "Buttons" "5" > EndSection This works perfectly. Thanks! > This makes X handle emulation of the middle button. Hmm... looks > like there already is a default ZAxisMapping. If you have > problems, try adding > > Option "ZAxisMapping" "4 5" Curiously, if I add this option I kill the up/down buttons altogether: xev shows no activity when they're pressed. Thanks Marcin and hope this can make it to the main tree soon! - Rahul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message