[ubuntu] MS IntelliMouse 3.0 버튼 설정하기

/etc/X11/xorg.conf를 아래와 같이 수정 한다.

Section "InputDevice"
    Identifier    "Configured Mouse"
    Driver        "mouse"
    Option        "CorePointer"
    Option        "Device"        "/dev/input/mice"
    Option        "Protocol"        "ExplorerPS/2"
    Option        "ZAxisMapping"        "4 5"
    Option      "ButtonMapping" "1 2 3 6 7"
EndSection


수정 후 X-window 재시작하면 적용 된다.