Re: mouse wheel problem

2005-09-03 Thread Wayne Sierke
On Thu, 2005-09-01 at 09:38 -0700, Dave McCammon wrote: > > --- Alejandro Pulver <[EMAIL PROTECTED]> wrote: > > Hello, > > > > It works for me without the "ZAxisMapping" option > > (and the same > > options in rc.conf): > > > > Identifier "Mouse1" > > Driver "mouse" > > Option

Re: mouse wheel problem

2005-09-01 Thread Ed Stover
On Thu, September 1, 2005 10:38 am, Dave McCammon wrote: > > > --- Alejandro Pulver <[EMAIL PROTECTED]> wrote: > >> On Tue, 30 Aug 2005 11:57:18 -0500 >> "Efren Bravo" <[EMAIL PROTECTED]> wrote: >> >> > Hi, >> > >> > I've written on /etc/rc.conf : >> > >> > moused_port="/dev/psm0" >> > moused_flags

Re: mouse wheel problem

2005-09-01 Thread Dave McCammon
--- Alejandro Pulver <[EMAIL PROTECTED]> wrote: > On Tue, 30 Aug 2005 11:57:18 -0500 > "Efren Bravo" <[EMAIL PROTECTED]> wrote: > > > Hi, > > > > I've written on /etc/rc.conf : > > > > moused_port="/dev/psm0" > > moused_flags="-r high -z 4" > > moused_type="auto" > > moused_enab

Re: mouse wheel problem

2005-09-01 Thread Efren Bravo
ared Barneck <[EMAIL PROTECTED]> To: Efren Bravo <[EMAIL PROTECTED]> 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 > >"Efre

Re: mouse wheel problem

2005-08-31 Thread Alejandro Pulver
On Tue, 30 Aug 2005 11:57:18 -0500 "Efren Bravo" <[EMAIL PROTECTED]> 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

Re: mouse wheel problem

2005-08-30 Thread David Kirchner
On 8/30/05, Efren Bravo <[EMAIL PROTECTED]> wrote: > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4

Re: mouse wheel problem

2005-08-30 Thread Gary W. Swearingen
"Efren Bravo" <[EMAIL PROTECTED]> writes: > Have I a bad configuration? You might need these in your /etc/rc.conf (and a re-boot): moused_enable="YES" moused_flags="-z 4 5" ##moused_flags="-m 1=3 -m 3=1 -z 4 5" ## I'll try un-swapped buttons for a while. moused_port="/dev/psm0" moused_type="

mouse wheel problem

2005-08-30 Thread Robert Huff
Efren Bravo writes: > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > En

mouse wheel problem

2005-08-30 Thread Efren Bravo
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