From owner-freebsd-questions Wed Feb 26 6:41:21 2003 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 9ADD437B401 for ; Wed, 26 Feb 2003 06:41:19 -0800 (PST) Received: from tomts16-srv.bellnexxia.net (tomts16-srv.bellnexxia.net [209.226.175.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93ABE43FA3 for ; Wed, 26 Feb 2003 06:41:18 -0800 (PST) (envelope-from krockmitaine@sympatico.ca) Received: from [192.168.0.2] ([65.94.193.124]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20030226144117.LZIP13046.tomts16-srv.bellnexxia.net@[192.168.0.2]>; Wed, 26 Feb 2003 09:41:17 -0500 From: Marc LeMaire To: John Bleichert , "Freebsd-questions" Subject: Re: scroll mouse Date: Wed, 26 Feb 2003 09:40:16 -0500 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Cc: @gryphon.krockmitaine.org Message-Id: <200302260940.16764.krockmitaine@sympatico.ca> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On February 26, 2003 08:43 am, John Bleichert wrote: > On Wed, 26 Feb 2003, Thanos Tsouanas wrote: > > Hello everyone.. > > I am having a similar problem which wont fix with those :( > > Im using 4.7-stable and a logitech usb mouse with wheel... > > > > from the XF86Config file... > > > > Section "InputDevice" > > Identifier "Mouse0" > > Driver "mouse" > > Option "Protocol" "MouseSystems" > > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > > Option "ZAxisMapping" "4 5" > > EndSection > > > > > > > > from the rc.conf file... > > > > moused_enable="NO" > > moused_type="NO" > > > > > > from ps aux | grep mouse .... > > root 99 0.3 0.1 912 512 ?? Ss 12:17PM 0:00.66 > > /usr/sbin/moused -p /dev/ums0 -I /var/run/moused.ums0.pid > > > > > > I see in /dev that sysmouse is different from ums0... > > what changes shud i do? > > why is moused started? > > > > Thank you! > > I have the same problem on an ASUS motherboard. See my original post here: > > http://www.freebsd.org/cgi/getmsg.cgi?fetch=1346948+1349825+/usr/local/www/ >db/text/2003/freebsd-questions/20030119.freebsd-questions > > (hopefully that link will work). I never solved it (could never figure out > why moused was running) but I did come up with a workaround, as per that > post. > > JB > I've just configured my logitech mouse yesterday (same model) and everything is fine here. As I see it, you're almost there. You just have to change to "auto" for the protocol and in the rc.conf moused_type="auto" Worked the first time! BTW, thanks for the infos. It's cool to have a working mouse wheel. Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message