From 2f36e4d693f37fcc5d153f9a943d7a3746d96b4f Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Sun, 6 Oct 2024 22:11:58 +0800 Subject: [PATCH] handbook: Add procedure for fixing broken mouse support in vmware --- .../content/en/books/handbook/virtualization/_index.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc index 35751124556..91092b26243 100644 --- a/documentation/content/en/books/handbook/virtualization/_index.adoc +++ b/documentation/content/en/books/handbook/virtualization/_index.adoc @@ -272,6 +272,15 @@ To run FreeBSD smoothly on VMWare, drivers should be installed: ==== 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)