红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

vmware下ubuntu鼠标中键不工作的解决方法

vmware下ubuntu鼠标中键不工作的解决方法

如果想要鼠标中键在(vmware-tools)安装完成以后重新工作,你需要对/etc/X11/xorg.conf文件做一些微小的改动。

In the "Configured Mouse" section, change the following line as indicated:

在``Configured Mouse"区,修改下面的选项

Options "Protocol" "imps/2" (原始值可能是``ps/2")

If you have more than five buttons (scroll wheel counts as three), then you might need the following line:

如果你的鼠标有超过5个按键(滚轮算3个),那么你可能需要做如下修改

Options "Protocol" "ExplorerPS/2"

Restart X.

重新启动X。

TOP

发新话题