ChinaUnix.net
相关文章推荐:

vmware tools 6

在fc6上安装vmware-tool。大概步骤分10步:   1.安装c编译器   2.安装kernel-devel   3.检查kernel跟kernel-devel的版本号   4.两个版本号不一致,进行升级   5.再次检查版本号,还不一致,需要重启。   6.重启后,版本号一致。   7.用ls命令查看匹配kernel的c编译器的header的路径   8.安装vmware-tool   9.选择屏幕分辨率。   10.还要修改xorg config设置   详细请看下面::   1.安装c编译器   [roo...

by qiudaihua - Linux文档专区 - 2009-12-29 17:54:01 阅读(883) 回复(0)

相关讨论

我安装的是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" Optio...

by lcl-cgy - Linux文档专区 - 2007-04-12 20:36:21 阅读(834) 回复(0)

我在安装vmtools时遇到这个问题“What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]” 我该怎么办呢? 有什么不用上网更新也能解决这个问题的办法吗?

by linux4252 - 虚拟化与云服务 - 2006-11-24 03:22:10 阅读(1447) 回复(6)

我在安装vmtools时遇到这个问题“What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]” 我该怎么办呢? 有什么不用上网更新也能解决这个问题的办法吗?

by linux4252 - Linux系统管理 - 2006-11-24 03:22:10 阅读(1410) 回复(6)

我在安装vmtools时遇到这个问题“What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]” 我该怎么办呢? 有什么不用上网更新也能解决这个问题的办法吗?

by linux4252 - 虚拟化技术交流 - 2006-11-24 03:22:10 阅读(2997) 回复(6)

[color="#074483"]vmware 6.5和Linux 5安装vmware tools[color="#595959"](2009-02-08 14:50:38) 标签: [color="#074387"]vmware6.5 [color="#074387"]redhat [color="#074387"]linux [color="#074387"]enterprise5 [color="#074387"]安装vmware [color="#074387"]tools [color="#074387"]it 因工作关系,好久没有玩过vmware Linux了,今天闲着无聊,又重操作旧业,装了一次系统,没什么多的感受,只是觉...

by sjhf - Linux文档专区 - 2009-05-24 09:34:40 阅读(734) 回复(0)

[color="#074483"]vmware 6.5和Linux 5安装vmware tools[color="#595959"](2009-02-08 14:50:38) 标签: [color="#074387"]vmware6.5 [color="#074387"]redhat [color="#074387"]linux [color="#074387"]enterprise5 [color="#074387"]安装vmware [color="#074387"]tools [color="#074387"]it 因工作关系,好久没有玩过vmware Linux了,今天闲着无聊,又重操作旧业,装了一次系统,没什么多的感受,只是觉...

by sjhf - Linux文档专区 - 2009-05-22 09:33:19 阅读(636) 回复(0)

因工作关系,好久没有玩过 vmware Linux 了,今天闲着无聊,又重操作旧业,装了一次 系统 ,没什么多的感受,只是觉得版本更高了,好多新的 功能 都未曾接触过,看来自己是落后了,博客注册了很久了,也没有发过什么,借此写写自己体会填充一下,呵呵! 首先确认是在本地登录,用 SSH安装 过程会提示非本地登录,操作中断。 先进行以下安装,否则安装过程会出错: What is the location of the directory of C header files tha...

by lavostar - Linux文档专区 - 2009-03-20 20:05:24 阅读(599) 回复(0)

下载地址: www.vmware.cn vmware Workstation 6.0.3 vmware tools大全 freebsd.iso netware.iso solaris.iso linux.iso windows.iso 安装vmware tools后,执行在/usr/bin/vmware-config-tools.pl配置即可 配置方法如下: http://linux.chinaunix.net/techdoc/net/2008/01/22/977251.shtml 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/6436/showart_1205232.html

by deargentle - Linux文档专区 - 2008-09-18 12:33:40 阅读(1834) 回复(0)

vmware版本:93057 在安装vmware tools的时候出现下面的错误 What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include] The path "/usr/src/linux/include" is an existing directory, but it does not contain a "linux" subdirectory as expected. 我搜索了一些,没有发现什么好的解决办法 请大家帮帮忙,给个解决方法 谢谢了!

by catwork - Linux新手园地 - 2008-08-04 07:53:44 阅读(2833) 回复(11)

开始安装vmware tools 从debian切出进windows,摁ctrl+alt 反之,直接鼠标点debian界面就行了 菜单VM-install vmware tools su到超级用户 #umount /cdrom #unount /mnt #mount -t iso9660 /dev/cdrom /mnt/ #ls /mnt 会看到有vmwaretools的.rpm和.tar.gz的包 #cp /mnt/vmwaretools*.tar.gz /tmp/ #umount /dev/cdrom #cd /tmp /tmp#tar zxf vmware*.tar.gz /tmp#cd vmware-tools-distrib /tmp#./vmware-install.pl [email=hohoer...

by zxg623 - Linux文档专区 - 2008-04-11 00:40:05 阅读(752) 回复(0)