Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 13:43:40 +0100
From:      Tijl Coosemans <tijl@ulyssis.org>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: scroll mouse
Message-ID:  <20030226134340.1ed1f0da.tijl@ulyssis.org>
In-Reply-To: <20030226103755.90403.qmail@web13505.mail.yahoo.com>
References:  <OE39R5chK6m7swxvR3100002600@hotmail.com> <20030226103755.90403.qmail@web13505.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 26 Feb 2003 02:37:55 -0800 (PST), 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?

Try with changing "MouseSystems" in your XF86Config to "Auto". 

> why is moused started?

It's started by usbd when you attach the mouse.

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?20030226134340.1ed1f0da.tijl>