Fedora 6 vmware-tools Installation Process in VMware

Source: Internet
Author: User
# Install software called by VMware Tools
Yum install gcc # Install kernel header files
Yum install kernel-devel # Check it matches the running kernel
Uname-R # running kernel
Rpm-Q kernel-devel # installed kernel Headers
# It the two versions do not match, run
Yum-y upgrade kernel-devel
# Then reboot (but only if they did not match ). # Find out where the kernel headers are
Ls-D/usr/src/kernels/$ (uname-R) */include
# You may need this later. # If you already have VMwareTools-5.5.2-29772.tar.gz On disk, skip this step!
# Download VMware-workstation-5.5.2-29772.tar.gz from vmware.com
# Extract the VMware Tools ISO from it
Tar -- strip-components = 3-zxvf VMware-workstation-5.5.2-29772.tar.gz/
Vmware-distrib/lib/isoimages/Linux. ISO
# Create a temporary mount point
Mkdir/mnt/vmtools-Temp
# Mount the image
Mount-o loop Linux. ISO/mnt/vmtools-Temp
# Copy VMware Tools from the Mount
CP/mnt/vmtool-temp/VMwareTools-5.5.2-29772.tar.gz/tmp/
# Unmount the image and tidy up
Umount/mnt/vmtools-Temp
Rmdir/mnt/vmtools-Temp
Rm Linux. ISO # Unpack VMware Tools to a temporary directory
CD/tmp/
Tar zxvf VMwareTools-5.5.2-29772.tar.gz
CD/tmp/vmware-tools-distrib/
/Vmware-install.pl
# Do you want to run vmware-config-tools.pl? Yes # Fix Xorg config
# If when you (re) Start X, you get the error "undefined monitor" VMware "..":
VI/etc/X11/Xorg. conf
# Add the lines
Section "Monitor"
Identifier "VMware"
Endsection
# To add better mouse support, add the lines
Section "inputdevice"
Identifier "mouse0"
Driver "vmmouse"
Option "protocol" "Auto"
Option "device" "/dev/input/mouse0"
Endsection
# Then find the "serverlayout" section, and in that section, add the line
Inputdevice "mouse0" "corepointer" # Todo fix vmhgfs compile (currently broken)
# Todo fix Fast Ethernet driver compile (currently broken)
# Todo copy and paste broken
 
This is the entire installation process, and the red part is the part that addresses the display and mouse. Install the above operation!
So far, the installation of VMware Tools is complete.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.