以前設定したマウスの設定がおかしい

http://d.hatena.ne.jp/longicorn/20070224#p2
の設定のまま使っていると、急にマウス(Logitech CT-100)の設定がおかしくなった。
Updateしたのが原因?


とりあえず色々試行錯誤して、以下の設定に落ち着いた。

/etc/X11/xorg.conf

Section "InputDevice"
  Driver       "mouse"
  Identifier    "Configured Mouse"
  Option       "Buttons" "7"
  Option       "Device" "/dev/input/mice"
  Option       "Name" "ImExPS/2 Generic Explorer Mouse"
  Option       "Protocol" "explorerps/2"
  Option       "Vendor" "Logitech"
  Option       "ZAxisMapping" "4 5"
  Option       "Emulate3Buttons"  "no"
EndSection
~/.Xmodmap

pointer = 1 2 3 4 5 8 9 6 7