centos-5.5安装vmvare tools

  1. 虚拟机管理,安装tools
  2. 找到VMwareTools压缩包
  3. 解压到Desktop,桌面
  4. 终端进入桌面
  5. 执行程序# ./vmware-install.pl

按回车一直下去,有人说是选分辨率,有人说是看到

To use the vmxnet driver, restart networking using the following commands:

/etc/init.d/network stop

rmmod pcnet32

rmmod vmxnet

depmod -a

modprobe vmxnet

/etc/init.d/network start

Enjoy,

--the VMware team

出现以上,则基本安装完!

shutdown -r now 重启

我看到的123选择分辨率,我选择了3,  1024*768

  1. [root@rd01 ~]# cd /media
    [root@rd01 ~]# ls -a 
    [root@rd01 ~]# cp VMwareTools-5.5.1-19175.tar.gz /tmp 
    [root@rd01 ~]# cd /tmp 
    [root@rd01 ~]# tar zxpf VMwareTools-5.5.1-19175.tar.gz 
    [root@rd01 ~]# cd vmware-tools-distrib 
    [root@rd01 vmware-tools-distrib]# ./vmware-install.pl 
    Creating a new installer database using the tar3 format.

    Installing the content of the package.

    # 安装过程的画面,全部使用默认值,一直按 Enter 就对了

    In which directory do you want to install the binary files? 
    [/usr/bin]

    What is the directory that contains the init directories (rc0.d/ to rc6.d/)? 
    [/etc/rc.d]

    What is the directory that contains the init scripts? 
    [/etc/rc.d/init.d]

    In which directory do you want to install the daemon files? 
    [/usr/sbin]

    In which directory do you want to install the library files? 
    [/usr/lib/vmware-tools]

    Thepath "/usr/lib/vmware-tools" does not exist currently. This programisgoingto create it, including needed parent directories. Is thiswhatyou want? 
    [yes]

    In which directory do you want to install the documentation files? 
    [/usr/share/doc/vmware-tools]

    Thepath "/usr/share/doc/vmware-tools" does not exist currently.Thisprogram isgoing to create it, including needed parent directories.Isthis what you want? 
    [yes]

    The installation of VMware Tools 5.5.1 build-19175 for Linux completed 
    successfully. You can decide to remove this software from your system at any 
    time by invoking the following command: "/usr/bin/vmware-uninstall-tools.pl".

    Before running VMware Tools for the first time, you need to configure it by 
    invoking the following command: "/usr/bin/vmware-config-tools.pl". Do you want 
    this program to invoke the command for you now? [yes]

    Stopping VMware Tools services in the virtual machine:

    Guest operating system daemon: [ 确定 ] 
    Trying to find a suitable vmhgfs module for your running kernel.

    The module bld-2.6.9-5.EL-i686-RHEL4 loads perfectly in the running kernel.

    pcnet32 30153 0 
    Unloading pcnet32 module

    Trying to find a suitable vmxnet module for your running kernel.

    The module bld-2.6.9-5.EL-i686-RHEL4 loads perfectly in the running kernel.

    Detected X.org version 6.8.

    关闭控制台鼠标服务: [ 确定 ] 
    启动控制台鼠标服务: [ 确定 ]

    Please choose one of the following display sizes (1 - 13):

    # 显示分辨率,这里是以 1024x768 为例

    # VMware Tools 安装的时候,会自动修改 X server 的配置文件

    [1] "640x480" 
    [2]< "800x600" 
    [3] "1024x768" 
    [4] "1152x864" 
    [5] "1280x800" 
    [6] "1152x900" 
    [7] "1280x1024" 
    [8] "1376x1032" 
    [9] "1400x1050" 
    [10] "1680x1050" 
    [11] "1600x1200" 
    [12] "1920x1200" 
    [13] "2364x1773" 
    Please enter a number between 1 and 13:

    [2] 3

唯有不断学习方能改变! -- Ryan Miao

centos-5.5安装vmvare tools相关推荐

  1. centos 6.5安装VMware tools

    系统描述:win7旗舰版64位系统+VMware Workstation10+CentOS6.5(win7系统上安装了VMware Workstation10虚拟化软件,在该虚拟化软件上安装了Cent ...

  2. CentOS 7安装Development Tools 失败 报错 group tools does not exist. Maybe run: yum groups mark install

    重装centos,以及迁移时,碰见这个问题.如下图: CentOS 7安装Development Tools 失败 报错 group tools does not exist. Maybe run: ...

  3. CentOS安装XenServer Tools

    新安装的CentOS虚拟机是没有安装XenServer Tools的,在虚拟机的"常规"选项卡中可以看到相关的提示信息,如下图: 点击该提示文字,则XenCenter管理工具会自动 ...

  4. Linux安装软件无图形化界面,无图形界面安装 Development Tools(centos版)

    相信很多linux老手都知道在安装linux系统的时候需要把Development Tools包选上,以方便将来编译安装自己所需要的软件,又因为Development Tools包在安装linux时并 ...

  5. Linux(CentOS)安装VMware tools(灰色按钮,无法安装)

    Linux(CentOS)安装VMware tools(灰色按钮,无法安装) 问题描述 解决办法 1.挂载镜像文件 2.连接光盘文件 3.解压安装 4.重启虚拟机 问题描述 VMware Workst ...

  6. Centos 7.5 如何安装VMware Tools工具

    环境: Centos 7.5 VMware 16.0.0 问题描述: Centos 7.5 如何安装VMware Tools工具 解决方案: 1.点开VM虚拟机安装VMware Tools 2.创建该 ...

  7. CentOS 安装 VMware Tools 详细方法

    点击虚拟机,选择安装vmware Tools工具 弹出上面的界面,右键选择奖上面的vmwaraTools.tar.gz解压到你要解压的目录下面 记得一定要使用root用户,进入到解压的目录 然后执行 ...

  8. linux虚拟机巨简单版安装VMware Tools CentOS Mr.QIN

    网上大部分都是命令行进行解压安装,对于新手来说有信难以理解,今天我给大家带来极为简单的安装方法 因为看这个帖子的大部分都是新手,所以我尽可能做的详细简单,多的不bb,进入正题 前提:你要知道你linu ...

  9. 在VM虚拟机中 CentOS7安装VMware Tools(超级详解)

    ** 在VM虚拟机中的CentOS7的linux系统中安装VMware Tools(超级详解) ** 一.明白为什么这么做? 为什么要安装vmtools? vmtools 安装后,可以让我们在wind ...

  10. 阿里云 centos 6.9 安装 mysql 5.7

    2019独角兽企业重金招聘Python工程师标准>>> Step1: 检测系统是否自带安装mysql          yum list installed | grep mysql ...

最新文章

  1. javaSE----eclipse的安装与使用
  2. 【iHMI43 应用演示】之 modbus 协议(从机)通信演示
  3. NYOJ-布线问题(最短路)
  4. PostgreSQL“ DESCRIBE TABLE”
  5. 利用计算机对调查问卷进行,关于电脑需求调查问卷
  6. 猿创征文|【FreeSwitch开发实践】使用sipp对FreeSwitch进行压力测试
  7. 程序员懒人投资大法之定投指数基金
  8. 架构 理论 定律 总结
  9. Oracle:ORA-12505解决办法
  10. PX30 Android8.1 红外遥控实现
  11. Linux 使用ffmpeg修改和压缩视频文件格式
  12. mac pe 制作教程
  13. std::set用法
  14. vs行尾不一致,是否将行尾标准化的问题
  15. MongoDB未授权访问
  16. mima.php密码找回,mima.php · 2662419405/Studyit-club - Gitee.com
  17. npoi获取合并单元格_梦琪小生 C# 如何使用NPOI操作Excel以及读取合并单元格等
  18. 13年10月编程语言排行榜:C语言第一、Java第二
  19. 2021年笔记本电脑什么牌子好
  20. generate python_python中generate的使用方法

热门文章

  1. Silverlight中Shape,Geometry
  2. 在IDEA中创建Maven项目和添加tomcat
  3. UOJ424 Count 生成函数、多项式求逆、矩阵快速幂
  4. [洛谷P3919]【模板】可持久化数组
  5. 零基础逆向工程11_C语言05_结构体
  6. 织梦cms安装完成后登录后台出现空白。主要原因是php版本的问题
  7. jedis,spring-redis-data 整合使用,版本问题异常
  8. 用Siri显示二维码, iOS11, INGetVisualCodeIntent
  9. clearcanvas解析
  10. 【6.24-AppCan移动开发大会倒计时】科大讯飞来了!