Posted: . At: 9:48 PM. This was 10 years ago. Post ID: 7367
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.

Setting up Debian 7.0 in VMware, how to install the VMware tools extensions.

The VMware tools are useful extensions for Debian, that allow a Linux distribution to be more usable in the VMware hypervisor. Use this simple command to install them in Debian 7.0.

root@debian:/home/homer# apt-get install open-vm-tools-desktop

The open-vm-tools-desktop package installs the graphical VMware tools additions that will speed up the desktop and enable the desktop to run at the native resolution of the host.

This will install the VMware tools ready for your next reboot. Type init 6 as root to reboot your Debian computer and enjoy the VMware tools enhancements. You can also install these drivers in FreeBSD 10.0. Just type pkg install open-vm-tools to install them.

Then add this code to the /etc/rc.conf file.

vmware_guest_vmblock_enable="YES"
vmware_guest_vmhgfs_enable="YES"
vmware_guest_vmmemctl_enable="YES"
vmware_guest_vmxnet_enable="YE/S"
vmware_guestd_enable="YES"

This will enable the VMware tools for FreeBSD.

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.