fc6中安装vmware tools
时间:2007-04-12 来源:lcl-cgy
我安装的是vmware5.5.3版的,由于主要做编程试验,所以安装vmware-tools过程中没遇到任何问题,只是启动Xwindow以后鼠标不好用了,解决办法如下
vi /etc/X11/xorg.conf
在section “ServerLayout”中添加如下一行,与键盘的差不多。
InputDevice "Mouse0" "CorePointer"
重新添加一个“InputDevice”的section,不会与键盘的重复。
Section "InputDevice"
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mouse0"
EndSection
重启Xwindow就可以了。
vi /etc/X11/xorg.conf
在section “ServerLayout”中添加如下一行,与键盘的差不多。
InputDevice "Mouse0" "CorePointer"
重新添加一个“InputDevice”的section,不会与键盘的重复。
Section "InputDevice"
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mouse0"
EndSection
重启Xwindow就可以了。
相关阅读 更多 +