VMware中安装Ubuntu开启鼠标滚轮功能

0 views
Skip to first unread message

孙路

unread,
Mar 5, 2010, 1:58:43 AM3/5/10
to mylinu...@googlegroups.com

sudo vim /etc/X11/xorg.conf

找到:

Section "InputDevice"

Identifier "Configured Mouse"

Driver "vmmouse"

Option "CorePointer"

Option "Device" "/dev/input/mice"

EndSection

替换成:

Section "InputDevice"

Identifier "Configured Mouse"

Driver "vmmouse"

Option "Protocol" "ImPS/2"

Option "CorePointer"

Option "Device" "/dev/input/mice"

Option "ZAxisMapping" "4 5"

Option "Emulate3Buttons" "yes"

EndSection

重启,滚轮生效



--
孙路
Reply all
Reply to author
Forward
0 new messages