From owner-freebsd-multimedia@FreeBSD.ORG Mon Jul 12 20:10:53 2004 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 57A4916A4CE for ; Mon, 12 Jul 2004 20:10:53 +0000 (GMT) Received: from mx1.mail.ru (mx1.mail.ru [194.67.23.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17ADC43D1F for ; Mon, 12 Jul 2004 20:10:53 +0000 (GMT) (envelope-from metal_man@mail.ru) Received: from [217.118.66.254] (port=33726 helo=METALLER) by mx1.mail.ru with smtp id 1Bk78S-0007VO-00; Tue, 13 Jul 2004 00:10:50 +0400 Message-ID: <000401c4684c$5ac17e90$1d0f14ac@METALLER> From: "Dmitriy Startsev" To: "Andrew Milton" , "Marc G. Fournier" References: <20040712154424.E20939@ganymede.hub.org> <20040712190031.GO64690@camelot.theinternet.com.au> Date: Tue, 13 Jul 2004 00:10:39 +0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 FL-Build: Fidolook 2004 (HL) 6.0.2600.32000 - 17/4/2004 06:54:21 cc: freebsd-multimedia@freebsd.org Subject: Re: Logitech Trackman - middle button/wheel X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 20:10:53 -0000 Hello, Andrew! You wrote to "Marc G. Fournier" on Tue, 13 Jul 2004 05:00:31 +1000: AM> +-------[ Marc G. Fournier ]---------------------- ??|> ??|> Is there any way of getting X/KDE configured to make use of that as a ??|> scroll wheel? I know under Windows, if I'm focus'd on Mozilla, for ??|> instance, I can use it to scroll up/down the page ... any way of doing ??|> this under Unix too? AM> Section "InputDevice" AM> Identifier "Mouse0" AM> Driver "mouse" AM> Option "Protocol" "auto" AM> Option "Device" "/dev/sysmouse" AM> Option "Buttons" "5" AM> Option "ZAxisMapping" "4 5" AM> EndSection AM> The Buttons, and the ZAxisMapping part is the important part for scroll AM> wheels. >From my own experience, KDE has problems with sysmouse. At least for me the only way to enable mouse wheel was to completely disable moused. With best regards, Dmitriy Startsev.