免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 960 | 回复: 0
打印 上一主题 下一主题

Centos Vmware tools 安装 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2008-12-03 14:52 |只看该作者 |倒序浏览
1、Install packages to build the kernel modules
# yum install gcc kernel-devel
2、Check the running kernel matches the kernel headers
# uname -r            # running kernel
# rpm -q kernel-devel  # installed kernel headers
3、If the two versions do not match, run
# yum -y upgrade kernel kernel-devel
# reboot
4、Find out where the kernel headers are (you may need this later)
# ls -d /usr/src/kernels/$(uname -r)*/include
5、From VMware Workstation: go to VM> Install VMware Tools
  From the VM: mount the virtual cd drive
# cd /media/VMware Tools
6、Extract VMware Tools to /tmp/
# cp VMwareTools-1.0.6-91891.tar.gz /tmp
# cd /tmp
# tar -zxvf VMwareTools-1.0.6-91891.tar.gz
# cd /tmp/vmware-tools-distrib
# ./vmware-install.pl
7、When asked Do you want to run vmware-config-tools.pl?, answer "Yes".
8、edit /etc/X11/xorg.conf
added:
Section "Monitor"
Identifier "vmware"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "vmmouse"
Option "Protocol" "Auto"
Option "Device" "/dev/input/mouse0"
EndSection
and change the "ServerLayout"
added:
InputDevice "Mouse0" "CorePointer"
9、use vmware toolbox
# cd /tmp/vmware-tools-distrib/lib/bin32
# ./vmware-toolbox
choose
Time synchrononiztion between the virtual machine and the host operating system.


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/68206/showart_1677727.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP