Mouse wheel configuration

2002-12-17 Thread omax
Hi all ,

I have PS/2 standart mouse
I am trying to configura mouse wheel as was described today.
This is my XF86Config section


Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
# Was earlier
#Option  Buttons   5

# Added
Option  ZAxisMapping  4 5

# Some other stuff
#Option Protocol MouseSystems
#Option Protocol PS/2
#Option Device /dev/psm0
#Option Emulate3Buttons
EndSection

Earlier I was using imwheel to enable scrolling
but it scrols all window rather then 3 lines of it (looks awful).

Where is my mistake? What am I doing wrong?
Please help!!!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Mouse wheel configuration

2002-12-17 Thread dick hoogendijk
 I have PS/2 standart mouse
 I am trying to configura mouse wheel as was described today.

The right config would be:

Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol auto
Option  Device /dev/sysmouse
Option  Buttons   5
Option  ZAxisMapping  4 5

But for this to work, you also need to put the following lines in your
/etc/rc.conf:
moused_type=auto
moused_enable=YES
-(reboot)-

 Where is my mistake? What am I doing wrong?

You may not have done both (?) ;-)

-- 
dick -- http://www.nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.7 ++ Debian GNU/Linux (Woody)

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message