Skip site navigation (1)Skip section navigation (2)
Date:      22 Apr 2003 17:46:06 -0600
From:      Chris Moline <cmoline@shaw.ca>
To:        freebsd-questions@freebsd.org
Subject:   Re: mouse wheel problems
Message-ID:  <1051055166.97785.39.camel@localhost>
In-Reply-To: <20030422232748.GH92029@sub21-156.member.dsl-only.net>
References:  <1051047195.97785.27.camel@localhost> <20030422232748.GH92029@sub21-156.member.dsl-only.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

i am beginning to think that i have offended the gods in some minor way.
i shall offer a sacrifice of easter choclate and see if that helps.

thanks for your help,
chris moline



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