From owner-freebsd-questions@FreeBSD.ORG Thu Feb 2 11:20:46 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 5D45816A420 for ; Thu, 2 Feb 2006 11:20:46 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from parrot.aev.net (parrot.aev.net [212.31.247.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id A3F0C43D45 for ; Thu, 2 Feb 2006 11:20:45 +0000 (GMT) (envelope-from ml.diespammer@netfence.it) Received: from soth.ventu (adsl-ull-132-243.51-151.net24.it [151.51.243.132]) (authenticated bits=128) by parrot.aev.net (8.13.5/8.13.5) with ESMTP id k12BTNhO007867 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Thu, 2 Feb 2006 12:29:29 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Received: from [10.1.2.18] (alamar.ventu [10.1.2.18]) by soth.ventu (8.13.5/8.13.3) with ESMTP id k12BKUdb023310; Thu, 2 Feb 2006 12:20:30 +0100 (CET) (envelope-from ml.diespammer@netfence.it) Message-ID: <43E1EB02.9050106@netfence.it> Date: Thu, 02 Feb 2006 12:20:34 +0100 From: Andrea Venturoli User-Agent: Thunderbird 1.5 (X11/20060130) MIME-Version: 1.0 To: Ewald Jenisch , freebsd-questions@freebsd.org References: <20060127130817.GA4157@aurora.oekb.co.at> <3ed41cef0601270711k40730c94ke55c3c1d27391fec@mail.gmail.com> <20060202110652.GA82026@aurora.oekb.co.at> In-Reply-To: <20060202110652.GA82026@aurora.oekb.co.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.53 on 212.31.247.179 X-Scanned-By: MIMEDefang 2.54 on 10.1.2.13 Cc: Subject: Re: portupgrade xorg-* -> mouse-wheel stops working under X 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: Thu, 02 Feb 2006 11:20:46 -0000 Ewald Jenisch wrote: > On Fri, Jan 27, 2006 at 10:11:44AM -0500, George Fazio wrote: >> I had the same issue. My mouse wheel stopped working, and imwheel started >> using it for my broswer back/forward (instead of the buttons it's suppose to >> use). I was able to get the mouse wheel working again by editing my >> xorg.conf file, but I'm still having issues with imwheel which seem to stem >> from xmodmap saying my mouse should have 11 buttons and not 7 (which worked >> prior to the upgrade). > > Hi George, > > Sorry for getting back so late, but I've been away from any email for > the past days. > > In short - it worked using your setup. Interestingly that you have to > disable moused in order to get the mouse fully working under X. Even > more interesting that nobody else seems to have stumbled across this > problem... Not exactly, at least not for me. I experienced the same problem, but I'm still using moused. I only had to remove moused_flags="-z 4 5" #may not have been exactly so, I'm going by heart from /etc/rc.conf. Hope it helps. bye av.