
xorg.conf를 수정합니다. 백업은 습관.
sudo gedit /etc/X11/xorg.conf
마우스 부분 코드를 찾아 수정합니다. (붉은 색 부분)
Section "InputDevice"수정후 저장하고 X를 재시작합니다.
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 6 7 4 5 6"
EndSection
출처는
http://ubuntuforums.org/showthread.php?t=485175
이 방법은 MX510외에도
*LogiTech G5
*LogiTech wireless Media Play
*MX600 cordless laser
*MX610 laser
등에 사용할수 있다고 원문에 써있는데, MX500도 MX510과 같은 구성이니 쓸수 있을겁니다.
ps.
파이어폭스3는 버튼 매핑이 바뀌었다.
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "auto"
Option "Buttons" "7"
Option "ZAxisMapping" "4 5"
Option "ButtonMapping" "1 2 3 8 9"
EndSection





