#1 /etc/X11/XF86Config-4 의 마우스 장치 섹션을 아래와 같이 수정한다.
Section "InputDevice"
Identifier "IntelliMouse Explorer"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
#2 /etc/X11/Xmodmap 에 아래 문장을 추가한다.
pointer = 1 2 3 6 7 4 5
#3 X를 재시작한다.
끝 =)