Find the answer to your Linux question:
Results 1 to 7 of 7
I am running Debain Sarge 3.1 on my pc and I use Logitec LX700 cordless desktop. Everything works fine except the wheel on top of the mouse, it doesn't work ...
  1. #1
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164

    Making the 'wheel' work on mice

    I am running Debain Sarge 3.1 on my pc and I use Logitec LX700 cordless desktop.
    Everything works fine except the wheel on top of the mouse, it doesn't work at all!
    It is a bit pain ful when I visit a website which had a long web page it is irritating to
    use the scroll bars.

    Does any know how to make the mouse wheel working?
    Registered Linux User#394486

  2. #2
    Linux Guru dylunio's Avatar
    Join Date
    Aug 2004
    Location
    Cymru
    Posts
    4,157
    You'll need to edit your /etc/X11/xorg.conf.

    In the file there is an area devoted to the mouse, looking something like this:
    Section "InputDevice"

    # Identifier and driver

    Identifier "Mouse1"
    Driver "mouse"
    Option "Buttons" "5"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ExplorerPS/2"
    Option "Vendor" "Sysp"
    to that add a line saying
    Option "ZAxisMapping" "4 5"
    and then restart X, and your scroll wheel will hopefuly work.
    Registered Linux User #371543!
    Get force-get May The Source Be With You
    /dev/null
    /dev/null2

  3. #3
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164
    Interestingly when i went to /etc/XFreeConfig-4 the line Option "ZAxisMapping" "4 5"
    is already there!! Is there any other way I can make it work?
    Registered Linux User#394486

  4. #4
    Linux Guru dylunio's Avatar
    Join Date
    Aug 2004
    Location
    Cymru
    Posts
    4,157
    Cans you post the whole part regarding the mouse in the XFreeConfig-4 file here please?
    Registered Linux User #371543!
    Get force-get May The Source Be With You
    /dev/null
    /dev/null2

  5. #5
    Just Joined! brother_mick's Avatar
    Join Date
    Jun 2005
    Location
    United Kingdom
    Posts
    65
    Here is the mouse section from my /etc/X11/XF86Config-4

    Code:
    Section "InputDevice"
            Identifier      "Configured Mouse"
            Driver          "mouse"
            Option          "CorePointer"
            Option          "Device"                "/dev/psaux"
            Option          "Protocol"              "ImPS/2"
            Option          "Emulate3Buttons"       "true"
            Option          "ZAxisMapping"          "4 5"
    EndSection
    Note the Protocol is set to "ImPS/2" . I belive that is the correct one for a wheel mouse.

    Hope that helps you.

  6. #6
    Linux Engineer
    Join Date
    Oct 2004
    Location
    Vancouver
    Posts
    1,366
    depending on the type of mouse you may have to use "6 7", also, make sure that you restartx after trying any changes...
    Operating System: GNU Emacs

  7. #7
    Linux Newbie exploder's Avatar
    Join Date
    Jun 2005
    Location
    127.0.0.1
    Posts
    164
    This is the config my XFree86Config-4 has:

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/psaux"
    Option "Protocol" "PS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "6 7"

    EndSection
    Registered Linux User#394486

Posting Permissions

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