diff options
author | Claudio Cambra <developer@claudiocambra.com> | 2024-12-29 09:38:22 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2024-12-29 09:38:22 +0000 |
commit | 507a7c41c372b2c54fb758fc6bc3809556b96fb4 (patch) | |
tree | d11f9b8b007f7370be88fc347c4acbcaefd78eff | |
parent | 1e892b3d1ed2a1985ab13b559994d74f96479a72 (diff) |
Handbook - Virtualization: Add notes to VMWare related setup guide
Reviewed by: carlavilla@, Pau Amma<pauamma@gundo.com>
Pull Request: https://github.com/freebsd/freebsd-doc/pull/424
-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) |