From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 00:04:29 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BD75B16A400 for ; Wed, 19 Apr 2006 00:04:29 +0000 (UTC) (envelope-from freebsd@violetlan.net) Received: from scurvy.violetlan.net (d463ce08.datahighways.de [212.99.206.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C73943D46 for ; Wed, 19 Apr 2006 00:04:28 +0000 (GMT) (envelope-from freebsd@violetlan.net) Received: from scurvy.violetlan.net (localhost.violetlan.net [127.0.0.1]) by scurvy.violetlan.net (Postfix) with ESMTP id B89A133C5C for ; Wed, 19 Apr 2006 02:04:27 +0200 (CEST) Received: by scurvy.violetlan.net (Postfix, from userid 65534) id 858C933C56; Wed, 19 Apr 2006 02:04:27 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on scurvy.violetlan.net X-Spam-Level: X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=ham version=3.1.1 Received: from khumuleka (unknown [192.168.100.199]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by scurvy.violetlan.net (Postfix) with ESMTP id A914C33C52 for ; Wed, 19 Apr 2006 02:04:26 +0200 (CEST) Date: Wed, 19 Apr 2006 02:04:26 +0200 From: Reinhold Platzoeder To: freebsd-questions@freebsd.org Message-ID: <20060419020426.28852aaf@khumuleka> In-Reply-To: <444574EB.8030004@inbox.ru> References: <44419AD8.6070408@inbox.ru> <4442A19F.9040404@voidcaptain.com> <4443AC72.8020807@inbox.ru> <4443D246.8000806@mkproductions.org> <444492F5.90609@writemoore.net> <444574EB.8030004@inbox.ru> Organization: Violetlan X-Mailer: Sylpheed-Claws 2.1.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Subject: Re: mouse scroll up problem 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: Wed, 19 Apr 2006 00:04:29 -0000 On Wed, 19 Apr 2006 05:23:23 +0600 applecom@inbox.ru wrote: > >>>>> I have FreeBSD 6.0-RELEASE and optical Microsoft IntelliMouse > >>>>> Explorer, USB native, plugged to PS/2 port via it's own > >>>>> USB->PS/2 adaptor. > >>>>> When I scroll my mouse wheel up in X11 it acts like "scroll up > >>>>> + left button one/double-click". For example, in Opera, > >>>>> Firefox. In MS Windows mouse works correctly. > >>>> > >>>> I am running the same mouse in the same way on the same release. > >>> > >>> I have changed settings as Pete advised. Both variants (old and > >>> new) are working (scrolling) but described effect remains. > >>> Why I think that scrolling up works as "scroll + left click": for > >>> example, in Opera scrolling up at the top of document (when real > >>> scroll is impossible) result in marking the word under cursor and > >>> appearing context menu for very short time. > >> > >> I've been having the same problem since updating to Xorg 6.9.0 two > >> months ago. Before that, this problem did not exist for me. Here > >> are a couple examples of what I see with use: > >> > > I know it's only a workaround and not a solution, but at least > > until you're able to get the rodent behaving the way you like, you > > can change the setting in Thunderbird preferences. > > > > In v1.5: > > Edit --> Preferences --> Advanced > > [Check box] Wait XX seconds before marking a message as read > > (2nd item down) > > Effect disappears when mouse is plugged to USB port directly, without > adapter. Besides that with ums(4) buttons 6 and 7 works although it > has the same affect as button 1. > But there is no ability to power off USB port at the moment it seems > (http://lists.freebsd.org/pipermail/freebsd-usb/2005-December/001756.html). > PS/2 advantage: 'killall moused' results in turning mouse off, for > USB it doesn't. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Maybe this might help you These are my usb mouse settings /etc/rc.conf moused_enable="NO" /etc/X11/xorg.conf Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" EndSection ~/.xinitrc xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7 10 11" With this config I have no problems except that when I spin my mouse wheel really fast in firefox or opera it opens a new page when it goes over a link All I do now is to scroll more patiently if I want to move fast from the top of a page to the bottom I use the keyboard -- Reinhold Platzoeder reinhold@violetlan.net reinhold@webmail.co.za http://www.violetlan.net