From owner-freebsd-questions Thu Feb 27 2:43:18 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 17D9637B401 for ; Thu, 27 Feb 2003 02:43:16 -0800 (PST) Received: from efwd.dnsix.com (efwd.dnsix.com [216.34.94.189]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62F7943F75 for ; Thu, 27 Feb 2003 02:43:15 -0800 (PST) (envelope-from file13@rentboy.co.za) Received: from [196.36.160.98] (helo=ctexchg1.foschini.co.za) by efwd.dnsix.com with smtp (Exim 3.36 #2) id 18oLVD-0003Ec-00 for freebsd-questions@rentboy.co.za; Thu, 27 Feb 2003 02:43:01 -0800 Received: from alistairp (alistairp.foschini.co.za [10.16.2.37]) by ctexchg1.foschini.co.za with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id 1ZZFA436; Thu, 27 Feb 2003 12:48:48 +0200 Message-ID: <000501c2de4d$88c783a0$2502100a@alistairp> From: "Alistair Phillips" To: Cc: "FreeBSD Questions" Subject: Re: scroll mouse Date: Thu, 27 Feb 2003 12:46:47 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 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 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 Hi there, I was tyring to get my scroll mouse to work in in X last night and I wanted to give X direct access to /dev/ums0. Now it came up as busy, but my rc.conf file had moused_enabled="NO". So my next check was in USBD.CONf and in there as soon as a device is attached to UMS[0-9] it will attempt to load moused with whatever parameters are listed. So I commented out all that stuff and then when I rebooted there was no moused and X had full access to my mouse. (Oh and for the record I've got a Microsoft Option IntelliMouse with Z Dir and the only way to get the scrolly thingie to work was to give X full access as was suggested a little while ago). Hope this helps a little! Regards, Alistair. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message