Click to See Complete Forum and Search --> : Logitech Cordless Opticall


shadov
08-29-2002, 04:58 AM
I installed Red Hat 7.3 couple days ago and I don't know how to get the wheel in my mouse work. I tried the Logitech site but there weren't any Linux drivers for my mouse.
Can anyone please help?

ntt.
08-29-2002, 10:54 AM
Try the Intellimouse NHF (http://linuxnewbie.org/nhf/Hardware/Configuring_the_Intellimouse_Explorer_in_XFree86.h tml), except the InputDevice setion will look like this:

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
EndSection

Also, you won't need to bother about the xmodmap stuff either.