Howto: Logitech MX518

This works at least for Debian Sid (2007-07-29) with xserver-xorg 7.1.0-9
# aptitude install xserver-xorg-input-evdev

Make sure your kernel has support for evdev (modprobe evdev).

Identify the beast:

$ cat /proc/bus/input/devices

I: Bus=0003 Vendor=046d Product=c01e Version=0110
N: Name="Logitech USB-PS/2 Optical Mouse"
P: Phys=usb-0000:00:02.0-1/input0
S: Sysfs=/class/input/input3
U: Uniq=
H: Handlers=mouse0 event3 
B: EV=7
B: KEY=ff0000 0 0 0 0 0 0 0 0
B: REL=103

Note the line beginning with “N: Name=”. Now, add a new InputDevice to X configuration:

/etc/X11/xorg.conf

Section "InputDevice"
    Identifier      "MX518"
    Driver          "evdev"
    Option          "CorePointer"
    Option          "Name"      "Logitech USB-PS/2 Optical Mouse"
EndSection

Then edit the ServerLayout section and make sure it says something similar:

/etc/X11/xorg.conf

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "MX518"
EndSection

You can test new X configuration in KDE with “KDE Menu → Switch User → Start New Session”. If the mouse does not work, you can just Ctrl-Alt-Backspace to earlier KDE session with old settings.

After logging in, launch a terminal and xev in it. Click the window with the extra buttons and see if they report right.

See the external links on how to configure the extra buttons to do various things.

External links

 
howto/logitech_mx518.txt · Last modified: 2008/05/07 18:11 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki