TeKtOn

MX500 본문

Computers/Linux

MX500

Dr.TeKtOn 2005. 11. 25. 11:53
/etc/X11/xorg.conf
Section "InputDevice"
      Identifier  "Mouse0"
      Driver      "mouse"
      Option      "Protocol" "auto"
      Option      "Device" "/dev/input/mice"
      Option      "Emulate3Buttons" "false"
      Option      "ZAxisMapping" "6 7"
      Option      "Buttons" "7"
      Option      "Resolution" "800"
      Option      "MaxHWRepInterval" "100"
EndSection
~/.xprofile
(check where the 'xmodmap' is, it may be /usr/X11R6/bin/xmodmap for some cases.)
/usr/bin/xmodmap -e "pointer = 1 2 3 6 7 4 5"

'Computers > Linux' 카테고리의 다른 글

localtime - zoneinfo (for Gentoo)  (0) 2005.11.26
WG511 on Linux  (0) 2005.10.23
updmap으로 새로운 폰트 추가  (0) 2005.04.21