Skip site navigation (1)Skip section navigation (2)
Date:      26 Feb 2003 10:01:46 -0500
From:      Asenchi <asenchi@asenchi.com>
To:        Thanos Tsouanas <thief_grr@yahoo.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: scroll mouse
Message-ID:  <1046271712.29654.14.camel@palea.attbi.com>
In-Reply-To: <20030226103755.90403.qmail@web13505.mail.yahoo.com>
References:  <20030226103755.90403.qmail@web13505.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 2003-02-26 at 05:37, 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"
To add on to what everyone else said, I would do this also:
>         Option      "Protocol" "auto"
>         Option      "Device" "/dev/ums0"

This should fix your problem.  I would take moused_enable="NO"
completely out of rc.conf or comment it.  This way it doesn't run. 
Granted "NO" should work, but...

> 
> 
> 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!

Good luck!

Curt
> 
> __________________________________________________
> Do you Yahoo!?
> Yahoo! Tax Center - forms, calculators, tips, more
> http://taxes.yahoo.com/
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1046271712.29654.14.camel>