'Mouse'에 해당되는 글 2건

  1. 2008.09.24 vmware 마우스 휠 살리기
  2. 2007.11.29 [ubuntu] MS IntelliMouse 3.0 버튼 설정하기

vmware 마우스 휠 살리기

* vi /etc/X11/xorg.conf에서 마우스 부분을 수정한다.
Section "InputDevice"
Identifier   "Configured Mouse"
Driver       "vmmouse"
Option      "CorePointer"
Option      "Device" "/dev/input/mice"
Option      "Protocol" "ImPS/2"
Option      "Button" "5"
Option      "ZAxiaMapping" "4 5"
EndSection

[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 재시작하면 적용 된다.

prev 1 next