Men enligt rykten ska det även fungera på:
- Logitech MX510
- Logitech G5
- Logitech Wireless Media Play
- Logitech MX600 cordless laser
- Logitech MX610 laser
Öppna sedan din xorg.conf:sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.logitech
Leta sedan reda på sektionen för din mus, Min ser ut såhär:gksudo gedit /etc/X11/xorg.conf
I denna sektion ska du lägga till dessa rader:Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Efter det ser min del ut såhär:Option "Protocol" "auto"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7 4 5 6"
Spara sedan filen och starta om X. Om det inte skulle fungera så är det bara att återställa din backup:Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Emulate3Buttons" "true"
Option "Protocol" "auto"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7 4 5 6"
EndSection
sudo cp /etc/X11/xorg.conf.logitech /etc/X11/xorg.conf