aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedict Reuschling <bcr@FreeBSD.org>2026-06-21 10:48:16 +0000
committerBenedict Reuschling <bcr@FreeBSD.org>2026-06-21 10:52:27 +0000
commit549893910de5efc763da95e7cebef9a65af3d7f4 (patch)
tree6ac596a74a152959a58343035d884b91f7f44ad3
parent8fec7dcf2e2d2a046d502ef7d99317056533d011 (diff)
handbook/virtualization: Fix copy&pasto in driver name
The VMSVGA driver is the one that targets VMware guests, not VBoxSVGA. Before this fix, the sentence would contradict the one before it. I must have copied the wrong driver name when I made the original change. Noticed by: Takashi Shimizu
-rw-r--r--documentation/content/en/books/handbook/virtualization/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/handbook/virtualization/_index.adoc b/documentation/content/en/books/handbook/virtualization/_index.adoc
index 7ff3e2c726..d4cfec6839 100644
--- a/documentation/content/en/books/handbook/virtualization/_index.adoc
+++ b/documentation/content/en/books/handbook/virtualization/_index.adoc
@@ -302,7 +302,7 @@ The VirtualBox(TM) guest additions provide support for:
* Seamless mode.
For running Xorg, make sure to set *VBoxSVGA* for the Screen setting of the Display section in the virtual machine configuration before installing the Guest Additions.
-Do not select VBoxSVGA as that targets VMware guests and is not usable on FreeBSD.
+Do not select VMSVGA as that targets VMware guests and is not usable on FreeBSD.
It causes Xorg to not run correctly.
VBoxSVGA does not have this problem and executes X11 without errors.