Find the answer to your Linux question:
Results 1 to 4 of 4
I cannot get my MX revoultion's special buttons to be reconized, i tried several methods. xev does not read any of the buttons other than the scroll wheel and normal ...
  1. #1
    Just Joined!
    Join Date
    May 2006
    Posts
    9

    MX revolutions special buttons

    I cannot get my MX revoultion's special buttons to be reconized, i tried several methods.

    xev does not read any of the buttons other than the scroll wheel and normal mouse buttons.

  2. #2
    Just Joined!
    Join Date
    Mar 2008
    Location
    Canada
    Posts
    42
    Apparently you need the evdev driver for xev to be able to recognize all the button pushes. See this:

    http://articles.rootsmith.ca/linux/logitech-mx-revolution-mouse-on-linux

  3. #3
    Just Joined!
    Join Date
    May 2006
    Posts
    9
    it is installed here is my x configuration for the mouse:

    Code:
    Section "InputDevice"
    	Identifier  "MX"
    	Driver      "evdev"
    	Option	    "Phys" "usb-*/input0"
    	Option	    "Name" "Logitech USB Receiver"
    	Option	    "CorePointer"
    EndSection

  4. #4
    Just Joined!
    Join Date
    Mar 2011
    Posts
    2
    Good forum..thank's

Posting Permissions

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