Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Sep 2005 12:26:48 -0500
From:      "Efren Bravo" <efrenba@dhl.co.cu>
To:        freebsd-questions@freebsd.org
Subject:   Re: mouse wheel problem
Message-ID:  <WorldClient-F200509011226.AA26480021@dhl.co.cu>
In-Reply-To: <43165D98.6020502@bsdcertification.com>
References:  <WorldClient-F200508301157.AA57180001@dhl.co.cu> <20050831121625.259d9cba@phobos.mars.bsd> <43165D98.6020502@bsdcertification.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, 
 
I solved the mousewheel problem. I had to comment out all related with 
moused on /etc/rc.conf to use the /dev/psm0 device 
on /etc/X11/xorg.conf:   
   
Section "InputDevice" 
        Identifier  "Mouse0" 
        Driver      "mouse" 
        Option      "Protocol" "auto" 
        Option      "Device" "/dev/psm0" 
        Option      "Buttons" "5" 
        Option      "ZAxisMapping" "4 5" 
EndSection 
 
Thanks for your time...... 
  
 
 
-----Original Message----- 
From: Jared Barneck <mailinglists@bsdcertification.com> 
To: Efren Bravo <efrenba@dhl.co.cu> 
Cc: freebsd-questions@freebsd.org 
Date: Wed, 31 Aug 2005 19:47:04 -0600 
Subject: Re: mouse wheel problem 
 
> Alejandro Pulver 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"   
> >>   
> >>     
> >> 
> I joined late so I don't know if this is a USB mouse or not.  If it is 
> a  
> USB mouse, the you shouldn't enable moused in rc.conf because it will 
> be  
> launched by usb.conf. (ignore this if not a usb mouse) 
>  
> Also, many people change settings in one xorg.conf only to find out 
> they  
> are using a different conf file in another directory.  Check that.   
> Maybe your settings are not taking because of that? 
>  
> >>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 
> >_______________________________________________ 
> >freebsd-questions@freebsd.org mailing list 
> >http://lists.freebsd.org/mailman/listinfo/freebsd-questions 
> >To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org" 
> > 
> >   
> > 
>  
 





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