Click to See Complete Forum and Search --> : Logitech Mouseman USB


envirodug
06-18-2001, 07:45 PM
Does anyone know how i can get the wheel on my Logitech mouseman to work under RedHat Linux 7.1? i'd mostly like to use it in netscape, but in all programs would be useful too. it does work on the command shell.

Bills_a_bub
06-18-2001, 08:18 PM
Edit the Pointer section of your /etc/X11/XF86Config-4 file to include this line:

Option "ZAxisMapping" "4 5"

In order for it to work in Netscape, it has to be version 6. But didn't RH7.1 come with Mozilla? That's more stable and it already comes with wheel mouse support (assuming you've entered the line above).

pbharris
06-18-2001, 10:07 PM
add this to the file ~/.Xresources to get the wheel to wok in NS4.X

!## NETSCAPE
Netscape*drawingArea.translations: #replace \
<Btn1Down>: ArmLink() \n\
<Btn2Down>: ArmLink() \n\
~Shift<Btn1Up>: ActivateLink() \n\
~Shift<Btn2Up>: ActivateLink(new-window) \
DisarmLink() \n\
Shift<Btn1Up>: ActivateLink(save-only) \
DisarmLink() \n\
Shift<Btn2Up>: ActivateLink(save-only) \
DisarmLink() \n\
<Btn1Motion>: DisarmLinkIfMoved() \n\
<Btn2Motion>: DisarmLinkIfMoved() \n\
<Btn3Motion>: DisarmLinkIfMoved() \n\
<Motion>: DescribeLink() \n\
<Btn3Down>: xfeDoPopup() \n\
<Btn3Up>: ActivatePopup() \n\
Ctrl<Btn4Down>: PageUp()\n\
Ctrl<Btn5Down>: PageDown()\n\
Shift<Btn4Down>: LineUp()\n\
Shift<Btn5Down>: LineDown()\n\
None<Btn4Down>: LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n \
None<Btn5Down>: LineDown()LineDown()LineDown()LineDown()LineDown() LineDown
()\n\
Alt<Btn4Down>: xfeDoCommand(forward)\n\
Alt<Btn5Down>: xfeDoCommand(back)\n

Netscape*globalNonTextTranslations: #override\n\
Shift<Btn4Down>: LineUp()\n\
Shift<Btn5Down>: LineDown()\n\
None<Btn4Down>:LineUp()LineUp()LineUp()LineUp()Lin eUp()LineUp()\n\
None<Btn5Down>:LineDown()LineDown()LineDown()LineD own()LineDown()LineDown(
)\n\
Alt<Btn4Down>: xfeDoCommand(forward)\n\
Alt<Btn5Down>: xfeDoCommand(back)\n



else billsabub is right, mozilla is nicer.

[ 18 June 2001: Message edited by: pbharris ]