diff options
| -rw-r--r-- | documentation/content/en/books/handbook/virtualization/_index.adoc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index 81558529cd..fcf9c036fa 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -269,6 +269,24 @@ To run FreeBSD smoothly on VMWare, drivers should be installed: # pkg install xf86-video-vmware xf86-input-vmmouse open-vm-tools .... +[NOTE] +==== +The xf86 packages are only available for x86 FreeBSD guests. +==== + +[.procedure] +==== +.Enabling the mouse ++ +Some users have reported issues using the mouse in the virtual machine. +The mouse may be enabled by appending the following to [.filename]#/boot/loader.conf#: ++ +[.programlisting] +.... +# ums_load=“YES” +.... +==== + [[virtualization-guest-virtualbox]] == FreeBSD as a Guest on VirtualBox(TM) |
