Results 1 to 5 of 5

Thread: redhat scroll mouse.

  1. #1
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883

    redhat scroll mouse.

    Well, I have heard a few people complain that they can't get a scroll mouse working under RedHat, but it works fine in Mandrake. Well, I started with that problem also, and now that I got it working, I guess I will share what I did, and maybe a few others will benefit by this.

    Edit the file /etc/sysconfig/mouse to look like this:
    MOUSETYPE="imps2"
    XMOUSETYPE="IMPS/2"
    FULLNAME="Microsoft IntelliMouse (PS/2)"
    XEMU3=no
    DEVICE=/dev/mouse


    I don't think you need the DEVICE line, and you can put whatever you want on the FILLNAME line. The important parts are the MOUSETYPE and XMOUSETYPE.
    \"Ignorance is bliss....
    but only for your enemy\"
    -- souleman

  2. #2
    Banned
    Join Date
    Mar 2002
    Posts
    968
    THANK YOU!!!!

    Still learning the whole Linux thing and this made my day!

  3. #3
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    I use some other way..

    in /etc/X11/XF86Config

    I have these lines for the mosue:

    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "IMPS/2"
    Option "Device" "/dev/mouse"
    Option "Buttons" "5"
    Option "ZAxisMapping" "4 5"

    Works great on my Logitech ball-less mouse

    edit: I'm useing Slackware 8
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

  4. #4
    AntiOnline Senior Member souleman's Avatar
    Join Date
    Oct 2001
    Location
    Flint, MI
    Posts
    2,883
    the_JinX> thats pretty close to the same thing, but only configures the mouse for x. There are a couple of places where you can use the mouse even if you are not in xwindows, and your settings won't work for that. The important part of either file is the "IMPS/2" which actually stands for IntelleMouse PS/2.

    Actually, if you use the mouse config program, and select the Microsft Intellimouse, it should work for any scroll mouse. I just found that out from another guy about 10 minutes ago.
    \"Ignorance is bliss....
    but only for your enemy\"
    -- souleman

  5. #5
    Leftie Linux Lover the_JinX's Avatar
    Join Date
    Nov 2001
    Location
    Beverwijk Netherlands
    Posts
    2,534
    I use GPM for console, and X doesn't mind...

    I don't use scroll in a console, just ponit, click, cut 'n paste
    ASCII stupid question, get a stupid ANSI.
    When in Russia, pet a PETSCII.

    Get your ass over to SLAYRadio the best station for C64 Remixes !

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •