2009년 4월 19일 일요일

vmware에서 xubuntu 사용 시 휠 마우스 문제

/etc/X11/xorg.conf 파일을 다음과 같이 수정한다.

----------------------------------------
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
----------------------------------------

댓글 없음:

댓글 쓰기