Does the scroll mouse work properly in other applications?  Are you
sure your XF86Config file is correct?  

If you're using XFree86-4.x.x you should have something similar to:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

The Protocol-IMPS/2 and ZAxisMapping lines are important.

BTW, you don't need to restart the X server to load changes in your
xresources file.  Just run "xrdb -load ~/.Xdefaults" (or "xrdb -merge
~/.Xdefaults", see the xrdb man page for details).

-- 
Larry Grover, PhD
Assoc Prof of Physiology
Marshall Univ Sch of Med


On Mon, 10 Sep 2001 09:30:12 Alimin Bijosono Oei wrote:
> Uhm, tried to do so and restarted X server but still didn't work.
> 
> Alimin
> 
> 
> Larry Grover wrote:
> > On 2001.09.09 05:27 Alimin Bijosono Oei wrote:
> > 
> >>How do I get my mouse wheel working in netscape 4.77? My mouse is 
> >>Microsoft Intellimouse PS/2 and running on updated Redhat 7.1 with
> KDE
> >>2.2.
> >>
> >>I have followed the instructions in 
> >>http://koala.ilog.fr/colas/mouse-wheel-scroll/#netscape
> >>and put the settings in /etc/X11/xdm/Xresources instead of
> >>~/.Xdefaults 
> >>as suggested in the above URL because there is no such file in my 
> >>system. After restarting X server, mouse wheel still didn't work.
> >>
> >>Alimin
> >>
> > 
> > Maybe try creating a ~/.Xdefaults file?  
> > 
> > I use the same mouse on a rh7.1 machine.  Here's the relevant
> section
> > from my ~/.Xdefaults file.  It works for me:
> > 
> > !## 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<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()\n\
> >          None<Btn5Down>: 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()LineUp()LineUp()\n\
> >  None<Btn5Down>:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\
> >  Alt<Btn4Down>: xfeDoCommand(forward)\n\
> >  Alt<Btn5Down>: xfeDoCommand(back)\n
> > 
> > --
> > Larry Grover, PhD
> > Assoc Prof of Physiology
> > Marshall Univ Sch Med
> > 
> > 
> > 
> > _______________________________________________
> > Seawolf-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/seawolf-list
> > 
> > 
> 
> 
> 
> 
> _________________________________________________________
> Do You Yahoo!?
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 
> _______________________________________________
> Seawolf-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/seawolf-list
> 



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to