Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Sep 2005 09:38:11 -0700 (PDT)
From:      Dave McCammon <davemac11@yahoo.com>
To:        questions@freebsd.org
Cc:        Efren Bravo <efrenba@dhl.co.cu>
Subject:   Re: mouse wheel problem
Message-ID:  <20050901163811.53206.qmail@web32806.mail.mud.yahoo.com>
In-Reply-To: <20050831121625.259d9cba@phobos.mars.bsd>

next in thread | previous in thread | raw e-mail | index | archive | help


--- Alejandro Pulver <alejandro@varnet.biz> wrote:

> On Tue, 30 Aug 2005 11:57:18 -0500
> "Efren Bravo" <efrenba@dhl.co.cu> wrote:
> 
> > Hi,  
> >   
> > I've written on /etc/rc.conf :  
> >   
> > moused_port="/dev/psm0"  
> > moused_flags="-r high -z 4"  
> > moused_type="auto"  
> > moused_enable="YES"  
> >   
> > and on /etc/X11/xorg.conf  
> >   
> > Section "InputDevice"  
> >         Identifier  "Mouse0"  
> >         Driver      "mouse"  
> >         Option      "Protocol" "auto"  
> >         Option      "Device" "/dev/sysmouse"  
> >         Option      "Buttons" "5"  
> >         Option      "ZAxisMapping" "4 5"  
> > EndSection  
> >   
> > But the scrollwheel doesn't work. I've tried with
> Kde's
> > Applications. 
> > Have I a bad configuration?  
> >   
> > Thanks...  
> > 
> 
> Hello,
> 
> It works for me without the "ZAxisMapping" option
> (and the same
> options in rc.conf):
> 
>     Identifier	"Mouse1"
>     Driver	"mouse"
>     Option	"Protocol"	"Auto"
>     Option	"Device"	"/dev/sysmouse"
>     Option	"Buttons"	"5"
> 
> Best Regards,
> Ale

I had a heck of a time getting my wheel to work in
RELENG_6. Eventually, starting moused with setting in
rc.conf(below) and turning off Emulate3Buttons (had to
put line in with the "false". commenting out didn't
work) and adding the "Buttons" line worked. The
instructions out of the handbook didn't work this
time.

xorg.conf sections--
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
     Driver     "mouse"
     Option "Protocol"    "auto"
     Option "Device"      "/dev/sysmouse"

    Option "Emulate3Buttons" "false"
   Option "Buttons" "5"

EndSection

rc.conf---
moused_enable="YES"
moused_type="auto"
moused_flags="-z 4"

excerpt from dmesg--
psm0: <PS/2 Mouse> irq 12 on atkbdc0
psm0: [GIANT-LOCKED]
psm0: model IntelliMouse, device ID 3

(It is a Logitech optic mouse.Two button with Wheel)



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



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