aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2020-03-24 14:30:45 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2020-03-24 14:30:45 +0000
commite4229809c473a750a8447a4cf3197ab74b62f88a (patch)
tree178fa9493b0941a05c06c77685d20c214c782523
parent50571ee8198b0282955b087f41a11a310485b62d (diff)
downloaddoc-e4229809c473a750a8447a4cf3197ab74b62f88a.tar.gz
doc-e4229809c473a750a8447a4cf3197ab74b62f88a.zip
Document how to enable precise cursor synchronization with bhyve & VNC
Requested by: bcran (via #bhyve on freenode)
Notes
Notes: svn path=/head/; revision=54012
-rw-r--r--en_US.ISO8859-1/books/handbook/virtualization/chapter.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml b/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
index 1ed9bd4bd7..fc794cc2d0 100644
--- a/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
+++ b/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
@@ -1281,7 +1281,9 @@ grub> <userinput>boot</userinput></screen>
a <acronym>VNC</acronym> connection before booting the guest
by adding <option>wait</option>. The framebuffer may be
accessed from the host or over the network via the
- <acronym>VNC</acronym> protocol.</para>
+ <acronym>VNC</acronym> protocol. Additionally, <option>-s
+ 30,xhci,tablet</option> can be added to achieve precise mouse
+ cursor synchronization with the host.</para>
<para>The resulting <application>bhyve</application> command
would look like this:</para>
@@ -1290,6 +1292,7 @@ grub> <userinput>boot</userinput></screen>
-s 2:0,virtio-net,<replaceable>tap1</replaceable> -s 3:0,virtio-blk,<replaceable>./disk.img</replaceable> \
-s 4:0,ahci-cd,<replaceable>./install.iso</replaceable> -c <replaceable>4</replaceable> -m <replaceable>1024M</replaceable> \
-s 29,fbuf,tcp=<replaceable>0.0.0.0:5900</replaceable>,w=<replaceable>800</replaceable>,h=<replaceable>600</replaceable>,wait \
+-s 30,xhci,tablet \
-l bootrom,<replaceable>/usr/local/share/uefi-firmware/BHYVE_UEFI.fd</replaceable> \
<replaceable>guest</replaceable></userinput></screen>