Results 1 to 3 of 3

Thread: Enabling scroll mouse in RedHat 7.3 problem!

  1. #1
    It's a gas!
    Join Date
    Jul 2002
    Posts
    699

    Enabling scroll mouse in RedHat 7.3 problem!

    Hi

    Any of you guys help me on this one cos at the minute im stumped

    Im using RedHat 7.3 and im trying to get my MS Wheel Mouse working so that i can copy/paste text in the terminal and also scroll pages.

    Ive changed the InputDevice section in my XF86Config-4 file to the following

    Code:
     Section "InputDevice"                                               
                        Identifier  "mouse"                                     
                        Driver      "mouse"                                     
                        Option      "Protocol" "IMPS/2"                         
                        Option      "Device" "/dev/psaux"                       
                        Option      "ZAxisMapping" "4 5"                        
            EndSection
    Then saved the file but no joy!

    As i said im stumped, so any help would be great!

    Cheers

    r3b00+

  2. #2
    AO übergeek phishphreek's Avatar
    Join Date
    Jan 2002
    Posts
    4,325
    source

    If you installed XFree86-Version 4.0, the configuration has to look like


    File /etc/X11/XF86Config
    Code:
    
      Section "InputDevice"
          Identifier "Mouse"
          Driver     "mouse"
          Option "Protocol"        "imps/2"
          Option "Device"          "/dev/psaux"
          Option "ZAxisMapping"    "4 5"
          Option "Buttons"         "3"
      EndSection
    I'm finding the same thing as you. Have you restarted the Xserver?
    Quitmzilla is a firefox extension that gives you stats on how long you have quit smoking, how much money you\'ve saved, how much you haven\'t smoked and recent milestones. Very helpful for people who quit smoking and used to smoke at their computers... Helps out with the urges.

  3. #3
    It's a gas!
    Join Date
    Jul 2002
    Posts
    699
    Have you restarted the Xserver?
    Im such a fking dumbass!
    I restarted X and bingo the things sorted.

    Thanx for helpine me catch on phishphreek80!

    Shouldve took my sig's advice

Posting Permissions

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