From owner-freebsd-questions@FreeBSD.ORG Tue Nov 10 22:13:16 2009 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 DC796106566B for ; Tue, 10 Nov 2009 22:13:15 +0000 (UTC) (envelope-from carmel_ny@hotmail.com) Received: from blu0-omc4-s19.blu0.hotmail.com (blu0-omc4-s19.blu0.hotmail.com [65.55.111.158]) by mx1.freebsd.org (Postfix) with ESMTP id 901698FC12 for ; Tue, 10 Nov 2009 22:13:15 +0000 (UTC) Received: from BLU0-SMTP34 ([65.55.111.136]) by blu0-omc4-s19.blu0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959); Tue, 10 Nov 2009 14:13:14 -0800 X-Originating-IP: [67.189.183.172] X-Originating-Email: [carmel_ny@hotmail.com] Message-ID: Received: from scorpio.seibercom.net ([67.189.183.172]) by BLU0-SMTP34.blu0.hotmail.com over TLS secured channel with Microsoft SMTPSVC(6.0.3790.3959); Tue, 10 Nov 2009 14:13:14 -0800 Received: from scorpio.seibercom.net (scorpio.seibercom.net [192.168.1.103]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: carmel_ny@scorpio.seibercom.net) by scorpio.seibercom.net (Postfix) with ESMTPSA id 7D9F322841 for ; Tue, 10 Nov 2009 17:13:12 -0500 (EST) Date: Tue, 10 Nov 2009 17:13:12 -0500 From: Carmel To: freebsd-questions@freebsd.org In-Reply-To: <20091110220325.865b20f3.freebsd@edvax.de> References: <20091110220325.865b20f3.freebsd@edvax.de> Organization: seibercom.net X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.6; i386-portbld-freebsd7.2) Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwBAMAAAClLOS0AAAAGFBMVEX+/v7++v6YOTrq8PCcuIX989UvOSj++v0BNCbpAAAAB3RJTUUHsQwfFzs7RBhzUQAAAhJJREFUOI1dU8GOqzAMNKIoV1bvwD1i0ysqrHplIdBrVSX7ATSbd03VVvn9tQNtQy0hjAdn7LED4AAcPtWm9RV+MPSfxhBLx9ajd6X/ngB6/mTwnRSZua7i7Ca+0ctZKo4Qmz+JY13X6I3nFZBxIYW1PbgfQ5RP8g0XlltEWGf3cV03joYpRnFbvYDKbXjZlXyyhEZA4lI+cN3NaVXE4VKjSwTExO10eTEkkJVqIAD5z0nUBQJluQDRSQjcrBiHAJxZlAH5CUMBMC7OcJ4LMQNnxhZ1HYPscMc6J4UlWRMNwzOpCcAHKSICd1EDn83abdREIbXsHkD1OinP1aCUCOEVRaa1lMcvywUWdYgk13JQUpYNKmvXQ8Kw5ML9YI5h8SakctBc7E/IYuLhYd/zZIk+1gM1vNweQBvHE0j+oYah3sMqAytQYlZk6+ANaaawJdu3OFzYGMZ3iGpa3qMlq9ZH0VZTgrCtw/ngdYkEIIpSbP1bWQAdFdX9vocBdkH2qVjVmuMu3gI5rjs814EUdrCZgWlPaxZZ3RiLFUtr+ud0PXwp2dnQSNXgePt6AZpBj6UMJ7VQkzN4utVeaSW1Dhn/kblGrKeMvNGnzwX4zuEDarYz1KdPtR60Gul0Gued+515SJXhCsl+Tx/3kY/UDvicPll9mfu50t3tvQ/thZpJYgeuwdSKNJ6tCD98MCgoxLDaPxbwqqwPWaWiAAAAAElFTkSuQmCC X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 10 Nov 2009 22:13:14.0396 (UTC) FILETIME=[FF5325C0:01CA6252] Subject: Re: Cut/Paste with USB mouse inoperative X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Nov 2009 22:13:16 -0000 On Tue, 10 Nov 2009 22:03:25 +0100 Polytropon Polytropon replied: >On Tue, 10 Nov 2009 15:33:46 -0500, Carmel >wrote: >> I just switched from a regular mouse to a USB mouse wireless mouse. >> The mouse works fine except that the cut/paste middle button feature >> is inoperative. The scroll feature works correctly though. I removed >> all references to 'mouse' in the /etc/rc.conf file and rebooted; >> however, nothing changed. > >have you first tried the obvious workaround for nonstandard >mice with "not three" buttons, i. e. pressing the left and >the right button together to emulate the middle button? If >this works, there seems to be some misconfiguration. Negative, it does not work. >I'm not using wheel mice (nor am I using cordless mice), >so I cant help much. I'm using the middle mouse button >for cut / paste (click), and for the vertical scroll >functionality (press + move). > >> I then tried to change mouse port from the default: >> >> moused_port="/dev/psm0" to moused_port="/dev/usm0" >> >> That did no help either. > >USB mice don't need to be setup via moused, as far as I >remember. Just comment out the moused_* entries in the >/etc/rc.conf file. > >> Is there anyway to get this to work? > >You could try to set it explicitely in /etc/X11/xorg.conf: > >Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Device" "/dev/sysmouse" > Option "Protocol" "Auto" > Option "ZAxisMapping" "4 5" > Option "Emulate3Buttons" > Option "EmulateWheel" > Option "EmulateWheelButton" "2" >EndSection > >The buttons are 1 and 3 for left and right, 2 should be >the middle one, 4 and 5 are up / down of the wheel. You >can always use the xev program to check what actually >happens when you use the different mouse buttons. 'X' has nothing to do with it. It fails to work both in and out of 'X'. With the old mouse it worked fine. >If you're relying on HAL and DBUS, well, ... :-) I think >there must be some kind of workaround to make things work >again with HAL that worked before with X, such as special >settings for mice. Way more trouble than it is worth. I might just go back to the old mouse. Strangely enough, the new mouse works perfectly under Windows so I know it is not broken. -- Carmel carmel_ny@hotmail.com |::::======= |::::======= |=========== |=========== | Will Rogers never met you.