Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Is there a way to enable the mouse-wheel in RH 6.1?

0 views
Skip to first unread message

Kevin Nord

unread,
Feb 9, 2000, 3:00:00 AM2/9/00
to
yes, i know SuSE has a package called imwheel that is supposed to let it
work... i havent gotten it going though :)
any help?

Jim wrote:
>
> Is there a way to enable the mouse-wheel to scroll windows in
> Red-Hat 6.1? Any answers would be appreciated. Thanks.

Kevin Kewell

unread,
Feb 9, 2000, 3:00:00 AM2/9/00
to
The wheel mouse works in Star Office 5.1............(and maybe
Netscape???) using IMwheel. Have to re-install Linux so working from
memory. Hope this helps

Kevin

--
Kevin Kewell
Hampshire,UK
k.ke...@cwcom.net
k.ke...@virgin.net


RJ

unread,
Feb 10, 2000, 3:00:00 AM2/10/00
to
How to enable the wheel on a wheelmouse. (REF#990728-0004)
 
Description:
Is it possible to use the wheel on my mouse in X?
 
Solution:



Enabling the wheel on a mouse in X

It is possible to enable this with a little bit of linux magic. This involves editing a few files first and then restarting X. The steps involved are:

  • Edit /etc/XF86Config
  • Edit ~/.Xdefaults (to enable Netscape to use wheel)
  • Restart X server

1. Edit and make changes to /etc/XF86Config

Open /etc/XF86Config in your favorite editor and scroll down to the section labeled Section "Pointer" Then, within the section add these two options:
   Buttons      5
   ZAxisMapping 4 5

Then you will need to change the Protocol to the correct protocol for your mouse. For a complete listing see the man page for XF86Config. The Logitech Wheel mouse seems to do well with the MouseManPlusPS/2 protocol. Thus, the entire section would read:
Section "Pointer"
   Protocol        "MouseManPlusPS/2"
   Device          "/dev/mouse"
   Buttons      5
   ZAxisMapping 4 5
EndSection

2. Edit and make changes to your ~/.Xdefaults

It is likely that this file does not yet exist in your home directory (denoted by the HOME environment variable), however, if you create it, it will be read the next time that you login to X. Thus, in your home directory, edit .Xdefaults with your favorite editor and add:
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()\n\
        None<Btn5Down>:   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()\n\
        None<Btn5Down>:   LineDown()LineDown()LineDown()LineDown()\n\
        Alt<Btn4Down>:    xfeDoCommand(forward)\n\
        Alt<Btn5Down>:    xfeDoCommand(back)\n

3. Restart the X server

Lastly, you will need to logout of X and restart the X server. If you are in KDE then logout of KDE. On the shutdown menu, select Restart X Server. Once this restarts, you should be able to use your wheel mouse with most KDE applications as well as with Netscape. If you are not using KDM, then you can either run startx or kde from the command line.
If this doesn't work on your system, or for more detailed information refer to the link below.
http://www.inria.fr/koala/colas/mouse-wheel-scroll/
 
Hope this information helps,
RJ Connell,
Computer Support Technician (MIS)


---------------- Taken from http://support.calderasystems.com ---------------------

Pee

unread,
Feb 11, 2000, 3:00:00 AM2/11/00
to

Dennis & Vicki Wheeler

unread,
Feb 12, 2000, 3:00:00 AM2/12/00
to
Try looking at this site. It's helped me so far.

http://www.inria.fr/koala/colas/mouse-wheel-scroll/

-- Dennis

Kevin Nord wrote:
>
> yes, i know SuSE has a package called imwheel that is supposed to let it
> work... i havent gotten it going though :)
> any help?
>
> Jim wrote:
> >

0 new messages