From owner-freebsd-questions@FreeBSD.ORG Sat Jul 21 01:40:11 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 85B7416A419 for ; Sat, 21 Jul 2007 01:40:11 +0000 (UTC) (envelope-from zhangweiwu@realss.com) Received: from bossdog.realss.com (bossdog.realss.com [211.157.108.128]) by mx1.freebsd.org (Postfix) with ESMTP id 438A313C457 for ; Sat, 21 Jul 2007 01:40:11 +0000 (UTC) (envelope-from zhangweiwu@realss.com) Received: from localhost (unknown [127.0.0.1]) by bossdog.realss.com (Postfix) with ESMTP id 42A2C1C000B; Sat, 21 Jul 2007 09:40:22 +0800 (CST) Received: from bossdog.realss.com ([127.0.0.1]) by localhost (bossdog.realss.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 13829-17; Sat, 21 Jul 2007 09:40:20 +0800 (CST) Received: from [218.193.55.195] (50.19.61.59.board.xm.fj.dynamic.163data.com.cn [59.61.19.50]) by bossdog.realss.com (Postfix) with ESMTP id E14691C000A; Sat, 21 Jul 2007 09:40:19 +0800 (CST) From: Zhang Weiwu To: Nikola Lecic In-Reply-To: <200707202346.l6KNkdTY019727@smtpclu-5.eunet.yu> References: <1184965369.6013.21.camel@joe.realss.com> <200707202346.l6KNkdTY019727@smtpclu-5.eunet.yu> Content-Type: text/plain Organization: Real Softservice Date: Sat, 21 Jul 2007 09:33:53 +0800 Message-Id: <1184981633.7989.6.camel@joe.realss.com> Mime-Version: 1.0 X-Mailer: Evolution 2.8.2 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at bossdog.realss.com 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 01:40:11 -0000 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 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. > just copy Ubuntu xorg.conf entry or check if trackpoint and external > ps/2 mouse use different /dev. Unfortunately it seems in dmesg only psm0 is discovered. dmesg attached > > Mouse section of xorg seems to be correct, and I think it's not useful > > to tweak X configuration if moused cannot by itself detect mouse wheel > > movement. > > > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "auto" > > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > > Option "ZAxisMapping" "4 5" > > EndSection > > Generally, using two parallel mouse devices calls for two separate > InputDevice mouse entries and for SendCoreEvents option. Yes, if track-point and PS/2 have been discovered as two devices. > Please read this page: > > http://salisburys.net/PetersNotes-TW.html > (choose "External mouse wheels and wheel emulation...") Very smart:) > > and consider experimenting with this: > > http://tpctl.sourceforge.net > > 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. compile failed with a lot of error messages. I'll try the good old PS2.EXE later on DOS. Thanks for all the info and help:)