`
fei_6666
  • 浏览: 207599 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

redhat Enterprise 5安装VMwaretools--解决分辨率及网速问题

阅读更多
本文大体正确,但是还要根据个人系统来定要如何做,比如red hat linux 不可以选择但是,可以通过 系统设置/显示调节为1024*768 色彩深度为上百万色彩,才能得到真实的分辨率

xp系统下的虚拟机中安装了linux后,虚拟机VMware中的linux界面太小,是由于
linux分辨率太低(通常为800×600)造成的,可以通过安装VMware Tools来更改分
辨率到1024×768来解决这个问题,下面说明安装VMware Tools并配置分辨率的
步骤:

1.安装工具。让虚拟机运行于窗口状态,不要全屏,按Ctrl+Alt让鼠标释放出来。在VMware的菜单栏上选择"虚拟机/安装虚拟机工具(VM/Install VMware Tools...)"。然后切换到客户操作系统,即Linux。
2.挂载光盘。
# mount /dev/cdrom /mnt/cdrom
3.执行命令。进入虚拟光盘,可以看到有两个文件,一个是压缩包,一个为rpm包。直接运行rpm包安装,命令行也可。rpm -Uvh VMwareTools-版本号-版本号.i386.rpm
# cd /mnt/cdrom
# ls -l
有两上文件 :
VMwareTools-5.5.1-19175.i386.rpm
VMwareTools-5.5.1-19175.tar.gz
并把这两个文件拷贝到你的文件下 如 /tmp
#cp VMwareTools-5.5.1-19175.tar.gz /tmp
#cp VMwareTools-5.5.1-19175.i386.rpm /tmp
#cd /tmp
#rpm -ivh VMwareTools-5.5.1-19175.i386.rpm

4.上述操作完成后,进入/usr/bin目录,查找vmware-config-tools.pl.找到后,运行它。
5.一路回车
6.
#tar -xzvf VMwareTools-5.5.1-19175.tar.gz
#cd 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 program isgoingto create it, including needed parent directories. Is this whatyou 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


X Window System Version 6.8.2
Release Date: 9 February 2005
X Protocol Version 11, Revision 0, Release 6.8.2
Build Operating System: Linux 2.6.9-34.EL i686 [ELF]
Current Operating System: Linux rd01.domain 2.6.9-34.EL #1 Wed Mar 8 00:07:35 CST 2006 i686
Build Date: 04 May 2006
Build Host: x8664-build.centos.org

Before reporting problems, check http://wiki.X.Org
to make sure that you have the latest version.
Module Loader present
OSKernel: Linux version 2.6.9-34.EL (buildcentos@build-i386) (gcc version3.4.5 20051201 (Red Hat 3.4.5-2)) #1 Wed Mar 8 00:07:35 CST 2006 P
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(++) Log file: "/tmp/vmware-config0/XF86ConfigLog.3131", Time: Mon Jun 12 20:57:34 2006
(++) Using config file: "/tmp/vmware-config0/XF86Config.3131"
(WW) VMWARE(0): Failed to set up write-combining range (0xf0000000,0x1000000)

X is running fine with the new config file.

Starting VMware Tools services in the virtual machine:
Switching to guest configuration: [ 确定 ]
Guest filesystem driver: [ 确定 ]
DMA setup: [ 确定 ]
Guest operating system daemon: [ 确定 ]

The configuration of VMware Tools 5.5.1 build-19175 for Linux for this running
kernel completed successfully.

You must restart your X session before any mouse or graphics changes take
effect.

You can now run VMware Tools by invoking the following command:
"/usr/bin/vmware-toolbox" during an XFree86 session.

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

# 修改完成之后,重新启动计算机,让 VMware Tools 生效

在\etc 目录下找到inittab文件VI 它,找到id:5:initdefault:改成id:3:initdefault: 这里5代表图形界面 3代表命令行的界面


按照Readme中的安装方法,一步步按照默认的设置下来,出现如下错误:
What is the location of the directory of C header files that match your running kernel? [/usr/src/linux/include]The directory

of kernel headers (version 2.6.18-8.el5xen) does not match.

可以使用
[root@localhost ~]# uname -r // 查看内核版本号

查看目录/usr/src/ 根本没有linux这个目录

在网上收到资料:没有安装 kernel-xen-devel rpm包,在安装盘中找到这个rpm包:kernel-xen-devel-2.6.18-8.el5.i686.rpm
安装:
[root@localhost ~]# rpm -ivh kernel-xen-devel-2.6.18-8.el5.i686.rpm

再使用vmware-install.pl安装,即可自动找到配套的the directory of C header files

注意,网上还有人说需要安装的rpm包是kernel-devel,经过测试,安装kernel-devel-2.6.18-8.el5.i686.rpm包后依然无法自动找到the

directory of C header files,如果手动改目录为:/usr/src/kernels/2.6.18-8.e15-i686/include,会出现错误:
The directory of kernel headers (version 2.6.18-8.el5) does not match your running kernel (version 2.6.18-8.el5xen). Even if

the module were tocompile successfully, it would not load into the running kernel.

这就是安装的rpm不正确导致的。

安装好kernel-xen-devel-2.6.18-8.el5.i686.rpm包后,这样就一直enter,装完VMware Tools

在安装的最后阶段,会出现:
Do you want to change your guest X resolution? (yes/no) [no] y

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

[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:

[3]

到了这步,千万别重启看效果,还要修改xorg config设置,不然重启后会报X-WINDOWS出错。

进入/etc/X11/,用文本打开xorg.conf,加上以下几段:

Section "Monitor"

  Identifier "vmware"

EndSection

Section "InputDevice"

  Identifier "Mouse0"

  Driver "vmmouse"

  Option "Protocol" "Auto"

  Option "Device" "/dev/input/mouse0"

EndSection

然后找到 含有"ServerLayout" 的section, 在Section跟EndSection之间加上以下一行。

InputDevice "Mouse0" "CorePointer"

终于大功告成,重启看看效果了

重启之后,resolution不知道为何并没有变化,有待进一步研究,但是Mouse移进移出VMware可以不用再使用Ctrl+Alt键了

分享到:
评论

相关推荐

    VMware-Tools-core-10.3.21-14772444.tar.gz

    最新版本的VMtools,解决Ubuntu共享文件无法查看问题。 复制CD中的VMwareTools-10.3.21-14772444.tar.gz文件到根目录下: cp /media/user/VMware\ Tools/VMwareTools-10.3.21-14772444.tar.gz / 然到移动到...

    VMWare虚拟机+Redhat linux 5安装vmware-tools

    _VMWare虚拟机+Redhat Linux 5安装vmware-tools_ VMWare虚拟机是一种popular的虚拟机软件,可以在物理机器上运行多个虚拟机,每个虚拟机可以运行不同的操作系统。Redhat Linux 5是Redhat公司推出的一个Linux操作...

    redhat 5 Vmware-Tools 图文安装教程

    VMware Tools 安装教程 VMware Tools 是一款虚拟机管理软件,能够帮助用户更好地管理和维护虚拟机。在 Red Hat Linux 虚拟机中,安装 VMware Tools 可以提高虚拟机的性能和稳定性。下面是 VMware Tools 的安装教程...

    Red_Hat_Enterprise_Linux_安装vmware-tools

    在Red Hat Enterprise Linux (RHEL)环境中安装VMware Tools是一个重要的步骤,因为它能极大地提升虚拟机的性能和功能。VMware Tools是一个包含优化驱动程序和实用工具的软件包,为VMware虚拟化平台提供更好的集成,...

    VM虚拟机RedHat9下安装VMware-Tools的方法

    ### VMware-Tools在Red Hat 9下的安装方法详解 #### 一、概述 在使用虚拟化技术时,为了提升虚拟机的性能与用户体验,通常会安装一个名为VMware-Tools的软件包。本文将详细介绍如何在VM虚拟机的Red Hat 9操作系统...

    install vmware tools for redhat5

    在安装 VMware Tools 的过程中,可能会出现找不到 c header files 目录的问题,可以使用以下命令解决: `apt-cache search headers 2.6.8-2-386` 搜索结果可能是 kernel-headers-2.6.8-2-386,安装之: `apt-get ...

    VMware ESXi 4.0 下Redhat as 5.0 安装VMware tools.pdf

    ### 在VMware ESXi 4.0环境下安装Red Hat AS 5.0的VMware Tools #### 背景介绍 在虚拟化技术的应用场景中,为了提高虚拟机的性能和便于管理,通常会在虚拟机操作系统中安装特定的工具包。对于基于VMware平台的...

    [原创]VMware 中 Red Hat Enterprise Linux 5系统安装VMware tools 及释放鼠标方法.pdf

    ### VMware中Red Hat Enterprise Linux 5系统安装VMware Tools及释放鼠标方法 #### 知识点一:安装VMware Tools **背景介绍** VMware Tools 是由 VMware 提供的一组增强功能,它可以让虚拟机(VM)与宿主机之间更...

    RedHat虚拟机Vmware Tools的安装教程

    ### RedHat虚拟机Vmware Tools的安装教程 #### 一、引言 在虚拟化环境中,为了提升Linux操作系统的性能并增强与宿主机之间的交互能力,通常需要在虚拟机内部安装Vmware Tools。本文将详细介绍如何在RedHat 9.0版本...

    vmwareTools虚拟机工具安装(图文,以RedHat9[1].0为例

    《VMware Tools虚拟机工具在RedHat9.0上的安装详解》 VMware Tools是VMware虚拟化平台上的一个重要组件,它提供了优化虚拟机性能、改善图形显示效果以及增强虚拟设备与宿主机之间交互功能的一系列实用工具。本文将...

    Linux下安装VMWare Tools工具步骤-上海嵌入式家园-开发板商城

    ### Linux下安装VMWare Tools工具步骤详解 #### 一、前言 在虚拟化技术日益普及的今天,VMWare作为一款强大的虚拟机软件被广泛应用于企业和个人计算机领域。通过安装VMWare Tools,不仅可以提高虚拟机的性能,还能...

    Ubuntu安装虚拟机工具VMware Tool详细教程.docx

    解决办法:直接在虚拟机设置里面添加一个 CDROM,指向主机里虚拟机程序安装目录下的 linux.iso 镜像文件(这个 linux.iso 文件就是你刚才下的 VMware Tools 文件镜像),然后重启虚拟机,你就能看到桌面上的 VMware ...

    VMware-tools6(redhat9.0可用)

    标题中的“VMware-tools6”指的是VMware Tools的一个特定版本,适用于Red Hat Enterprise Linux 9.0(RHEL 9.0)系统。在描述中提到,由于RHEL 9.0采用了较新的内核版本(可能高于2.4.*),而VMware Tools 8.1.3不...

    vmwareTools虚拟机工具安装(图文,以RedHat9.0为例汇编.pdf

    本文将详细介绍如何在 Red Hat Enterprise Linux 9.0 (RHEL9) 上安装 VMware Tools,主要分为 RPM 包安装和 Tar.gz 包安装两种方法。 **方法一:RPM 包安装** 1. 首先,确保虚拟机处于非全屏模式,按下 `Ctrl + ...

    vmwareTools虚拟机工具安装(图文,以RedHat9.0为例参照.pdf

    vmwareTools 虚拟机工具安装(图文,以 RedHat9.0 为例参照) vmwareTools 是 VMware 公司提供的一组虚拟机工具,用于在虚拟机中实现增强的功能,如调整屏幕分辨率、实现文件共享、 Clipboard 共享等。以下是在 ...

    vmwareTools虚拟机工具安装(图文,以RedHat9.0为例整理.pdf

    《VMware Tools虚拟机工具安装详解——以RedHat9.0为例》 VMware Tools是VMware虚拟机中的一套重要软件,它提供了优化虚拟化环境的多种功能,包括提高性能、改善图形显示、增强硬盘I/O效率以及实现主机与客户机之间...

    redhat linux enterprise 5教程文档--linux系统管理

    redhat linux enterprise 5教程文档,绝对是你学习LINUx的好帮手哦,亲!

    linux(redhat9)安装虚拟机工具的两种方法

    本文将详细介绍两种在 RedHat 9 中安装 VMware Tools 的方法:一种是通过 RPM 包安装,另一种则是通过 tar.gz 文件进行安装。 #### 一、通过 RPM 包安装 VMware Tools **步骤 1:** 在虚拟机的运行状态下,选择...

    redhat-server-6.8 - 离线安装gcc依赖包

    redhat-server-6.8 ---- 离线安装gcc依赖包 因为安装时包之间会有依赖关系,所以需要指定安装包的顺序: rpm -ivh kernel-headers-2.6.32-7el6.x86_64.rpm rpm -ivh glibc-headers-12-1.7.el6.x86_64.rpm rpm -ivh...

Global site tag (gtag.js) - Google Analytics