svn commit: r54012 - head/en_US.ISO8859-1/books/handbook/virtualization

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Mar 24 14:30:55 UTC 2020


Author: 0mp
Date: Tue Mar 24 14:30:45 2020
New Revision: 54012
URL: https://svnweb.freebsd.org/changeset/doc/54012

Log:
  Document how to enable precise cursor synchronization with bhyve & VNC
  
  Requested by:	bcran (via #bhyve on freenode)

Modified:
  head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Mon Mar 23 21:31:45 2020	(r54011)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Tue Mar 24 14:30:45 2020	(r54012)
@@ -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>
 


More information about the svn-doc-all mailing list