VMware에 젠투시스템을 설치했을 때 마우스가 vmware를 빠져나올때 ctrl+alt를 클릭할 필요가 없게된다.
또한 마우스 휠도 사용할 수 있게 한다.
변경전
변경후
또한 마우스 휠도 사용할 수 있게 한다.
#emerge x11-drivers/xf86-input-vmmouse
#vi /etc/X11/xorg.conf
#vi /etc/X11/xorg.conf
변경전
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
변경후
Section "InputDevice"
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "auto"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
EndSection
'OS > Linux' 카테고리의 다른 글
파이어폭스(Firefox) ./configure --help (0) | 2009.02.13 |
---|---|
Gnome 화면 설정 (0) | 2009.02.13 |
starx 하면 일어나는 일 (0) | 2009.02.13 |
One of the files ... has a modification time in the future (0) | 2009.02.13 |
Your TIMEZONE in /etc/conf.d/clock is still set to Factory! (0) | 2009.02.13 |