처음에 설치하면 Microsoft Intelli mouse의 사이드 버튼이 작동하지 않는다. 웹서핑할때 아주 유용하게 사용할 수 있는 이 버튼을 사용하기 위해서는 다음과 같이 하면 된다.
먼저 xorg.conf를 연다.
sudo gedit /etc/X11/xorg.confInputDevice 에서 configured mouse 를 찾아간다.
Section "InputDevice"위의 내용들을 확인한다. 없으면 추가한다.
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2" #new explorer protocol...even works with usb mice
Option "Buttons" "7" #tells X11 the number of buttons on the mouse
Option "ZAxisMapping" "4 5" #tells X11 which buttons to use for scrolling, 4 is up, 5 is down (i think)
EndSection
아래의 내용을 주석처리한다.
# Option "Emulate3Buttons" "true"
세션을 재시작한다.
/etc/init.d/gdm restart
참고: http://ubuntuforums.org/showthread.php?t=171396
'Talk > Linux' 카테고리의 다른 글
| 우분투(Ubuntu)에서 서버 설치 (2) | 2007/04/14 |
|---|---|
| 우분투(Ubuntu)에 Beryl 설치 (0) | 2007/03/23 |
| 우분투(Ubuntu)에서 Intellimouse의 사이드버튼 사용하기 (0) | 2007/03/19 |
| 우분투(Ubuntu)에서 외장(usb) 사운드 카드를 디폴트로 설정하기 (0) | 2007/03/17 |
| 우분투(Ubuntu)에서 한영 및 한자키 사용하기 (0) | 2007/03/15 |
| 리눅스에서 파일 검색 (0) | 2006/06/10 |



