2007년 4월 28일 토요일

howto make your mouse to fully use all the buttons.

X에서 5버튼 마우스 쓰기

우선 /etc/X11/xorg.conf에 마우스 부분을 다음과 같이 편집한다.

Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection

다음 imwheel을 emerge 한다.

emerge imwheel

자신의 홈디렉토리에

.imwheelrc 파일을 만들고 다음과 같이 기록한다.

".*"
None, Up, Alt_L|Left
None, Down, Alt_L|Right

.xinitrc 파일에 다음 두줄을 추가한다.

xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "67"&

X를 다시 시작하면 사이드 버튼이 웹브라우저에서 앞으로가기 뒤로 가기로 동작함을 확인할 수 있다.

자세한 원문은 아래 주소를 참조하면 된다.
http://forums.gentoo.org/viewtopic-t-98028-highlight-microsoft+optical+button+mouse.html



linuX-gamers.net - Howtos - LOGITECH MX518


Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Buttons" "10"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "false"
Option "ButtonMapping" "1 2 3 6 7 8 9 10 4 5"
EndSection



Section "InputDevice"
  Driver       "mouse"
  Identifier   "Mouse[1]"
  Option       "Buttons" "4 5"
  Option       "ButtonMapping" "1 2 3 4 5"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "Microsoft IntelliMouse Optical"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Sysp"
  Option       "ZAxisMapping" "4 5"
  Option       "one page back" "4"
  Option       "one page forward" "5"
EndSection

댓글 없음:

댓글 쓰기