在 VMWare 中安装了 Ubuntu Linux 8.04 之后,鼠标不能用了,十分郁闷,还以为是自己的安装步骤有问题导致,经过 Google 之后,才发现,很多人都发现和我一样的问题,原来只要按照如下的方法,就OK 了。
修改 /etc/X11/xorg.conf 文件中 mouse 的配置如下即可:
Section "InputDevice"
Identifier "Configured Mouse"
Driver "vmmouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "yes"
EndSection
本文解决在VMWare中安装Ubuntu 8.04后鼠标无法使用的问题。通过修改xorg.conf文件中的mouse配置,启用vmmouse驱动并设置相关选项,轻松解决鼠标失灵的情况。
2461

被折叠的 条评论
为什么被折叠?



