VMware Tools for FreeBSD include:
To install VMware Tools for FreeBSD:
Note: The following steps all take place inside the virtual machine, not on the host computer.
As root, mount the VMware Tools virtual CD-ROM image, copy its contents to /tmp, then unmount it:
Note: You do not use an actual CD-ROM to install VMware Tools, nor do you need to download the CD-ROM image or burn a physical CD-ROM of this image file. The VMware GSX Server software contains an ISO image that looks like a CD-ROM to your guest operating system. This image contains all the files needed to install VMware Tools in your guest operating system.
su
mount /cdrom
cp /cdrom/vmware-freebsd-tools.tar.gz /tmp
umount /cdrom
You may run VMware Tools as root or as a normal user. To shrink virtual disks, you should run VMware Tools as root (su -).
By default, the resolution of the X server is set to the resolution of the screen as determined at install time. If you wish to change this, you can edit the configuration file.
Note: In a FreeBSD 4.5 guest operating system, sometimes VMware Tools
does not start after you install VMware Tools, reboot the guest operating system
or start VMware Tools on the command line in the guest. An error message appears:
Shared object "libc.so.3" not found.
The required library was not installed. This does not happen with full installations of FreeBSD 4.5, but does occur for minimal installations. To fix the problem of the missing library, complete the following steps:
Insert and mount the FreeBSD 4.5 installation CD or access the ISO image file.
Change directories and run the install script.
cd /cdrom/compat3x
./install.sh
To configure the X server for different resolution:
© 2001-2002 VMware, Inc. All rights reserved.