From owner-freebsd-questions@FreeBSD.ORG Thu Sep 1 17:30:59 2005 Return-Path: X-Original-To: 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 EDAF916A41F for ; Thu, 1 Sep 2005 17:30:59 +0000 (GMT) (envelope-from estover@nativenerds.com) Received: from www.nativenerds.com (host-70-0-111-24.midco.net [24.111.0.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id 92B0043D46 for ; Thu, 1 Sep 2005 17:30:57 +0000 (GMT) (envelope-from estover@nativenerds.com) Received: from localhost ([127.0.0.1] helo=nativenerds.com) by www.nativenerds.com with esmtp (Exim 4.50) id 1EAsut-000KAn-HH; Thu, 01 Sep 2005 11:31:59 -0600 Received: from 169.203.127.195 (proxying for 10.1.4.23) (SquirrelMail authenticated user estover@nativenerds.com) by nativenerds.com with HTTP; Thu, 1 Sep 2005 11:31:59 -0600 (MDT) Message-ID: <46070.169.203.127.195.1125595919.squirrel@nativenerds.com> In-Reply-To: <20050901163811.53206.qmail@web32806.mail.mud.yahoo.com> References: <20050831121625.259d9cba@phobos.mars.bsd> <20050901163811.53206.qmail@web32806.mail.mud.yahoo.com> Date: Thu, 1 Sep 2005 11:31:59 -0600 (MDT) From: "Ed Stover" To: "Dave McCammon" User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Cc: questions@freebsd.org, Efren Bravo Subject: Re: mouse wheel problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: estover@nativenerds.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2005 17:31:00 -0000 On Thu, September 1, 2005 10:38 am, Dave McCammon wrote: > > > --- Alejandro Pulver wrote: > >> On Tue, 30 Aug 2005 11:57:18 -0500 >> "Efren Bravo" wrote: >> >> > Hi, >> > >> > I've written on /etc/rc.conf : >> > >> > moused_port="/dev/psm0" >> > moused_flags="-r high -z 4" >> > moused_type="auto" >> > moused_enable="YES" >> > >> > and on /etc/X11/xorg.conf >> > >> > Section "InputDevice" >> > Identifier "Mouse0" >> > Driver "mouse" >> > Option "Protocol" "auto" >> > Option "Device" "/dev/sysmouse" >> > Option "Buttons" "5" >> > Option "ZAxisMapping" "4 5" >> > EndSection >> > >> > But the scrollwheel doesn't work. I've tried with >> Kde's >> > Applications. >> > Have I a bad configuration? >> > >> > Thanks... >> > >> >> Hello, >> >> It works for me without the "ZAxisMapping" option >> (and the same >> options in rc.conf): >> >> Identifier "Mouse1" >> Driver "mouse" >> Option "Protocol" "Auto" >> Option "Device" "/dev/sysmouse" >> Option "Buttons" "5" >> >> Best Regards, >> Ale > > I had a heck of a time getting my wheel to work in > RELENG_6. Eventually, starting moused with setting in > rc.conf(below) and turning off Emulate3Buttons (had to > put line in with the "false". commenting out didn't > work) and adding the "Buttons" line worked. The > instructions out of the handbook didn't work this > time. > > xorg.conf sections-- > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > > Option "Emulate3Buttons" "false" > Option "Buttons" "5" > > EndSection > > rc.conf--- > moused_enable="YES" > moused_type="auto" > moused_flags="-z 4" > > excerpt from dmesg-- > psm0: irq 12 on atkbdc0 > psm0: [GIANT-LOCKED] > psm0: model IntelliMouse, device ID 3 > > (It is a Logitech optic mouse.Two button with Wheel) > > Yeah , this one time at band camp, I had a brand new mouse with a wheel and for the life of me i couldent get the stupid thing to work. I treid everything from new drivers, x configs, etc, etc.... turned out, my mouse was honestly broke....wasted about four hours on that stupid thing... grr. Who needs mice anyways...