Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Sep 2002 22:33:20 -0400 (EDT)
From:      John Bleichert <syborg@stny.rr.com>
To:        "Andrew L. Neporada" <andr@dgap.mipt.ru>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Genius NetScroll mouse wheel
Message-ID:  <Pine.LNX.4.44.0209112230570.1329-100000@janeway.vonbek.dhs.org>
In-Reply-To: <20020912013305.GA53880@nas.dgap.mipt.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 12 Sep 2002, Andrew L. Neporada wrote:

> Date: Thu, 12 Sep 2002 05:33:05 +0400
> From: Andrew L. Neporada <andr@dgap.mipt.ru>
> To: questions@FreeBSD.ORG
> Subject: Genius NetScroll mouse wheel
> 
> I have problems with wheel on this mouse (it doesn't work ;-).
> I am using moused ("moused -p /dev/psm0 -t sysmouse -z 4").
> My XF86Config:
> 
> Section "InputDevice"
> 
>     Identifier  "Mouse1"
>     Driver      "mouse"
>     Option "Protocol"     "MouseSystems"
>     Option "Device"       "/dev/sysmouse"
>     Option "Buttons"      "5"
>  
> EndSection
> 
> It seems that moused works correctly -- it maps mouse wheel movements to buttons 4 & 5
> (at least debug messages from moused say so). But xev(1) ignores the wheel completely.
> 
> Any ideas?
> 
> 					Andrew.
> 

Try the 'auto' protocol:

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option      "Protocol"    	"auto"
    Option      "Device"      	"/dev/psm0"
#    Option     "Device"    	"/dev/ums0"
    Option      "ZAxisMapping" 	"4 5"
EndSection

The ums0 I uncomment when I use the USB port.

Good luck - JB

#  John Bleichert 
#  http://vonbek.dhs.org/latest.jpg


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?Pine.LNX.4.44.0209112230570.1329-100000>