# pkg install -y open-vm-tools
# pkg install -y xf86-video-vmware
# pkg install -y xf86-input-vmmouse
# sysrc vmware_guest_vmblock_enable="YES"
# sysrc vmware_guest_vmhgfs_enable="YES"
# sysrc vmware_guest_vmmemctl_enable="YES"
# sysrc vmware_guest_vmxnet_enable="YES"
# sysrc vmware_guestd_enable="YES"
Section "ServerFlags"
Option "AutoAddDevices" "false"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "vmmouse"
Option "Device" "/dev/sysmouse"
EndSection
pkg ins -y xf86-input-vmmouse
Section "InputClass"
Identifier "vmmouse"
MatchIsPointer "on"
MatchDevicePath "/dev/input/event*"
Driver "vmmouse"
EndSection
sysrc moused_enable=YES
reboot
I thought this implied that `open-vm-tools-nox11` might work in terminal,VMware support for Open VM Tools on FreeBSD (2149806)
Last Updated: 01/05/2020
Text copy & paste in UI as well as DND
are impacted by Xorg changes that do not allow
the vmmouse driver to be associated with the X11 screen.
but clipboard sharing with the host is actually working, so that article might be no longer correct.Text copy & paste in UI ... are impacted by Xorg changes