From owner-freebsd-questions@FreeBSD.ORG Wed May 10 20:54:05 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 7875E16B39E for ; Wed, 10 May 2006 20:54:05 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C2C443D77 for ; Wed, 10 May 2006 20:53:52 +0000 (GMT) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FdvgX-00020d-27 for freebsd-questions@freebsd.org; Wed, 10 May 2006 22:53:29 +0200 Received: from r5j60.chello.upc.cz ([86.49.9.60]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 May 2006 22:53:29 +0200 Received: from martinkov by r5j60.chello.upc.cz with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 10 May 2006 22:53:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: martinko Date: Wed, 10 May 2006 22:53:06 +0200 Lines: 46 Message-ID: <446252B2.3000802@pobox.sk> References: <445E8E0E.9030705@pobox.sk> <17502.44971.142792.538009@jerusalem.litteratus.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: r5j60.chello.upc.cz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.2) Gecko/20060506 SeaMonkey/1.0.1 In-Reply-To: <17502.44971.142792.538009@jerusalem.litteratus.org> Sender: news Cc: freebsd-x11@freebsd.org Subject: Re: X11 6.9 issue -- option "ZAxisMapping" -- "4 5" vs "4 5 6 7" 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, 10 May 2006 20:54:05 -0000 Robert Huff wrote: > martinko writes: > >> i've just upgraded X11 from 6.8.2 to 6.9.0 and run into the >> following issue: > > I have had this: > >> if i scroll my mouse wheel too fast, i'm suddenly moving in history >> instead of scrolling the page. one quick finger movement is enough to >> trigger this. very annoying. > > happen for over a year using: > > huff@>> usbdevs -v > > port 2 addr 3: low speed, power 100 mA, config 1, Microsoft > IntelliMouse® Explorer(0x0095), Microsoft(0x045e), rev 4.24 > > and XF86Config: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Device" "/dev/sysmouse" > Option "Protocol" "auto" > Option "Buttons" "7" > Option "ZAxisMapping" "4 5" > Option "Emulate3Buttons" > Option "ChordMiddle" > EndSection > > > Robert Huff > robert, i'm not sure i got it. do your options fix the issue pls? and, as i couldn't find them in xorg.conf(5), what do "Buttons" and "ChordMiddle" do ?? cheers, martin