newmab1
December 24th, 2004, 22:34
I recieved a logitech wireless optical mouse and keyboard for Christmas.
Is there a way to get the scroll wheel to work?

Thanx Merry Christmas!
:xmas:

Strog
December 24th, 2004, 22:50
Put moused_enable="YES" in your /etc/rc.conf and add the following to your xorg.conf

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

Usually you just have to add the buttons and ZAxisMapping to it. We had an older thread talking about this and some people had some suggestions for variations on mice with more buttons.

newmab1
December 25th, 2004, 15:06
Cool!
I'll give it a shot!

Thanx

newmab1
December 25th, 2004, 15:17
Works like a charm!
Thanks again!