반응형
나의 랩탑은 IBM ThinkPad x60s이다.
따라서 마우스 입력장치로는 주로 Track Point를 사용하고 있다.
하지만 우분투의 X윈도에서 Pointer는 작동하지만 스크롤을 할 수 없다.
이유는 나도 모른다 -_-
구글신의 도움을 받아 하나의 포스트를 찾아내었다.
링크 : http://meye.pe.kr/wp/archives/195
결론은 /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 "Emulate3Buttons" "true" // 원래 설정
Option "EmulateWheel" "true" // 새 설정
Option "EmulateWheelButton" "2" // 새 설정
EndSection
간단히 해결! 감사합니다.
따라서 마우스 입력장치로는 주로 Track Point를 사용하고 있다.
하지만 우분투의 X윈도에서 Pointer는 작동하지만 스크롤을 할 수 없다.
이유는 나도 모른다 -_-
구글신의 도움을 받아 하나의 포스트를 찾아내었다.
링크 : http://meye.pe.kr/wp/archives/195
결론은 /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 "Emulate3Buttons" "true" // 원래 설정
Option "EmulateWheel" "true" // 새 설정
Option "EmulateWheelButton" "2" // 새 설정
EndSection
간단히 해결! 감사합니다.
mEye님! ^^
반응형
'운영체제 > 리눅스' 카테고리의 다른 글
CentOS 5에서 vmware로 윈도를 돌릴때 한영키 문제 (0) | 2007.07.12 |
---|---|
[ubuntu edgy] LIVE CD에서 설치시 에러 사항 (0) | 2007.03.31 |
[ubuntu dapper] 굴림 설정하기 (0) | 2007.03.31 |
[ubuntu server] vim 구문 강조 기능 사용하기 (0) | 2007.03.30 |
댓글