LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   Logitech MX518 mouse... (https://www.linuxquestions.org/questions/linux-hardware-18/logitech-mx518-mouse-619829/)

Linux~Powered 02-09-2008 12:32 AM

Logitech MX518 mouse...
 
Has anyone had any success in getting the scroll button to work on this mouse? I've tried many different configurations and still can't manage to get it to work. And please don't post "ZAxisMapping" "4 5".

H_TeXMeX_H 02-10-2008 03:17 AM

Can you post your 'xorg.conf' ? It should be something like:

Code:

Section "InputDevice"

    Driver        "mouse"
    Option        "Protocol" "auto"
    Option        "Device" "/dev/input/mice"
    Option        "ZAxisMapping" "4 5"

EndSection

If that doesn't work try the 'evdev' driver, read 'man evdev' or see here:
http://gentoo-wiki.com/HOWTO_Advanced_Mouse


All times are GMT -5. The time now is 05:00 AM.