Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Apr 2003 17:27:56 -0700
From:      Erik Steffl <steffl@bigfoot.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: mouse wheel problems
Message-ID:  <3EA5DE0C.70803@bigfoot.com>
In-Reply-To: <1051055166.97785.39.camel@localhost>
References:  <1051047195.97785.27.camel@localhost> <20030422232748.GH92029@sub21-156.member.dsl-only.net> <1051055166.97785.39.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
Chris Moline wrote:
> On Tue, 2003-04-22 at 17:27, Nathan Kinkade wrote:
> 
>>I recently got my wheel mouse working using almost the exact same setup
>>as you, minus the ZAxisMapping directive in the XF86Config file.  Try
>>commenting out that line and then restarting X.
> 
> 
> ok. i commented out ZAxisMapping. i tried it twice with two XF86Configs
> looking like
> 
>     Identifier  "Mouse1" 
>     Driver      "mouse" 
>     Option      "Protocol"      "auto" 
>     Option      "Device"        "/dev/sysmouse" 
> #    Option     "ZAxisMapping"  "4 5" 
>     Option      "Buttons"       "5" 
> 
> with the above config i ran moused -p /dev/psm0 -z 4 -r high -a 2
> 
>     Identifier  "Mouse1" 
>     Driver      "mouse" 
>     Option      "Protocol"      "auto" 
>     Option      "Device"        "/dev/psm0" 
> #    Option     "ZAxisMapping"  "4 5" 
>     Option      "Buttons"       "5" 
> 
> with this config i ran killall moused.
> 
> in both configs the three buttons work fine but the wheels dont work.

   don't work in what way? did you try xev to see whwrher you're getting 
any events?

   you might have to try different protocols, I had troubles with that 
before... maybe auto is not good enough...

	erik



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