用VMware虚拟机安装了RedHat Linux后鼠标没用了?

用VMware虚拟机安装了RedHat Linux后鼠标没用了?,第1张

Fedora8安装VMware Tools后鼠标滚轮不能用的问题的解决方法

Fedora8安装VMware Tools后鼠标滚轮不能用的问题的解决方法

在虚拟机VM中安装完Fedora8后,提示安装VMware Tools,在根据提示安装完VMware Tools后结果原来可以用的鼠标滚轮不会动了,不管怎样在什么程序下鼠标滚轮都不能用。

后来经过查找终于发现是VMware Tools修改了 /etc/X11/xorg.conf 文件,在终端中输入 sudo gedit /etc/X11/xorg.conf,以root权限打开文件可以看到文件如下:

# Xorg configuration created by system-config-display

Section "ServerLayout"

Identifier "single head configuration"

Screen 0 "Screen0" 0 0

InputDevice"Keyboard0" "CoreKeyboard"

InputDevice"VMMouse" "CorePointer"

#InputDevice"XWorkAround"

EndSection

Section "InputDevice"

Identifier "Keyboard0"

Driver "kbd"

Option"XkbModel" "pc105"

Option"XkbLayout" "us+inet"

EndSection

Section "InputDevice"

Identifier "VMMouse"

Driver "vmmouse"

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

Option"Emulate3Buttons" "yes"

EndSection

#Section "InputDevice"

#Identifier "XWorkAround"

#Driver "void"

#EndSection

Section "Monitor"

Identifier "vmware"

VendorName "VMware, Inc"

HorizSync1.0 - 10000.0

VertRefresh 1.0 - 10000.0

EndSection

Section "Device"

Identifier "VMware SVGA"

Driver "vmware"

EndSection

Section "Screen"

# Don't specify DefaultColorDepth unless you know what you're

# doing. It will override the driver's preferences which can

# cause the X server not to run if the host doesn't support the

# depth.

Identifier "Screen0"

Device "VMware SVGA"

Monitor"vmware"

DefaultDepth 16

SubSection "Display"

# VGA mode: better left untouched

Viewport 0 0

Depth 4

Modes"640x480"

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 8

Modes"1024x768"

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 15

Modes"1024x768"

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 16

Modes"800x600" "720x400" "640x480" "640x400" "640x350"

EndSubSection

SubSection "Display"

Viewport 0 0

Depth 24

Modes"1024x768"

EndSubSection

EndSection

注意看上面文件中的红色部份,原来前面没有#符号,就是因为VMWare Tools多此一举加了这个XWorkAround驱动导致鼠标滚轮不能使用。现在可以在前面加上#符号让系统不去执行该行代码,或者干脆删除这四行,然后保存退出,接着再注销后重新启动XWindow后鼠标滚轮就可以用了。

先说下,这个方法我只是在我电脑上成功了,不保证其它电脑都能成功。不过我觉得,在你们的电脑上这个方法能成功! 主机win7,虚拟机win10,都是64位。 不知怎么回事,vm内鼠标不见了。 各种折腾,网上搜的方法都试了,不管用。 调整电源系统那个选项的,不管用; 重装vm tools的,不管用; 重装vm的,不管用!想装个驱动人生或者驱动精灵帮忙解决,这两软件都装不了!键盘可以用,可就是无法选中下一步、立即安装按钮,无奈放弃! 对了,我的笔记本,不是台式机,把外接usb鼠标接vm里,主机占用!! 看到有网页说接两套键鼠,没有试,但启发了我。 再搜了好多网页看,没有一个适合我的。言归正传,说正事。 第二天,想起来还有一个usb鼠标呢,翻出来连接主机,然后将一个鼠标接到vm内,装好驱动,鼠标出现了,你说激动不? 然后点开设备管理器,把鼠标下的vm开头的,其中有一个黄色感叹号的都完全删除! 再重启一下,拔掉一个鼠标试试,正常了! 就这么简单。 在这里做个记录,如果你看到了,也希望能帮到你,少走点弯路!


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/8798271.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-21
下一篇 2023-04-21

发表评论

登录后才能评论

评论列表(0条)

保存