From owner-freebsd-questions@FreeBSD.ORG Sat Jul 21 02:32:27 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9881516A41A for ; Sat, 21 Jul 2007 02:32:27 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-2.EUnet.yu (smtpclu-2.eunet.yu [194.247.192.227]) by mx1.freebsd.org (Postfix) with ESMTP id 26DBA13C47E for ; Sat, 21 Jul 2007 02:32:26 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-226-3.eunet.yu [213.198.226.3]) by smtpclu-2.EUnet.yu (8.13.6/8.13.6) with ESMTP id l6L2WKTP018896; Sat, 21 Jul 2007 04:32:21 +0200 Message-Id: <200707210232.l6L2WKTP018896@smtpclu-2.EUnet.yu> Date: Sat, 21 Jul 2007 04:27:51 +0200 From: Nikola Lecic To: Zhang Weiwu In-Reply-To: <1184981633.7989.6.camel@joe.realss.com> References: <1184965369.6013.21.camel@joe.realss.com> <200707202346.l6KNkdTY019727@smtpclu-5.eunet.yu> <1184981633.7989.6.camel@joe.realss.com> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.13; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: freebsd-questions@freebsd.org Subject: Re: mouse wheel doesn't work X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jul 2007 02:32:27 -0000 On Sat, 21 Jul 2007 09:33:53 +0800 Zhang Weiwu wrote: > On Sat, 2007-07-21 at 01:42 +0200, Nikola Lecic wrote: > > I think that then middle (wheel) click doesn't work; if it does, > > then >=20 > The middle click does work! However there is no middle key on thinkpad > track-point, thus it means at least some signal cannot be produced by > track-point is delivered to FreeBSD. In Ubuntu? Please don't forget that Linux and FreeBSD use the same Xorg, there is nothing Linux-specific about it. What can be the difference, however, is that Linux maybe uses tpctl -- please check if it is so. But even so, maybe some functionality (of the trackpoint for example) must be sacrified in order to get the external wheel working. =20 > > just copy Ubuntu xorg.conf entry or check if trackpoint and external > > ps/2 mouse use different /dev. >=20 > Unfortunately it seems in dmesg only psm0 is discovered. dmesg > attached dmesg is not here :) > > Please read this page: > >=20 > > http://salisburys.net/PetersNotes-TW.html > > (choose "External mouse wheels and wheel emulation...") >=20 > Very smart:) Well, have you tried that? (And I fotgot to ask: does wheel-click in FreeBSD produce an X event?) > > and consider experimenting with this: > >=20 > > http://tpctl.sourceforge.net > > =20 > > It doesn't seem ported, but they claim it runs on *BSD. Read the man > > page, --setup-pointing-device* options could maybe solve the > > problem. >=20 > compile failed with a lot of error messages. Ah, welcome to the realm of truth! A part of the world (very bad for them) is gnu/linux-centic. I can't test it at the moment since sourceforge is currently down, but please note two things: (a) configure script often can't find where libraries are installed; please take a look at './configure --help' and provide the correct paths where necessary; (b) don't forget that make (BSD make) is not fully compatible with the syntax of GNU Makefiles, so in that case you have to explicitly run 'gmake' when compiling something out of ports. (If you can't compile it, start a thread about it, people will jump in to help. Maybe you might even consider porting that peace of software to FreeBSD :)) > I'll try the good old PS2.EXE later on DOS. As you see, tpctl provides the same functionality as PS2.EXE and is very feature-rich (much more beyond wheel functionality). I checked, your Thinkpad model is listed as fully supported. Nikola Le=C4=8Di=C4=87