- 相关推荐
VMware中安装Ubuntu后鼠标滚轮不能用怎么办
VMware中安装Ubuntu后鼠标滚轮不能用怎么办呢? Windows中通过VMware嵌套Ubuntu,发现鼠标滚轮功能不能使用,试试下面的方法吧!
sudo gedit /etc/X11/xorg.conf
将"Input Device" 这个section的
Option "Protocol" "ps/2"
替换为
Option "Protocol" "IMPS/2"
我的xorg.conf原来没有这个语句,就添加了。
Ctrl+alt+backspace 重启X,还是没有效果。
网上在查了下,发现我的配置还少了句:
Option "Emulate3Buttons" "yes“
另外,我的驱动是: Driver "vmmouse"
而一般常见的是: Driver "mouse"
完整的配置段落:
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
【VMware中安装Ubuntu后鼠标滚轮不能用怎么办】相关文章:
鼠标滚轮失灵有什么解决方法08-16
发现自己电脑的鼠标不灵了怎么办10-05
蓝牙鼠标找不到设备怎么办10-05
VMware虚拟化实施方案10-08
劳动合同到期后公司不续签怎么办04-11
面试的"前"、"中"、"后"10-08
鼠标英语作文10-11
分析建筑电气安装中的要点10-08
产后月经不规律怎么办10-26
辞职申请不批怎么办10-05