Update to r54012:
Document how to enable precise cursor synchronization with bhyve & VNC
This commit is contained in:
parent
774fa4fc7d
commit
bc71bf679f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54234
1 changed files with 6 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/virtualization/chapter.xml,v 1.14 2010/07/03 14:29:30 jkois Exp $
|
||||
basiert auf: r53291
|
||||
basiert auf: r54012
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -1407,7 +1407,10 @@ grub> <userinput>boot</userinput></screen>
|
|||
<acronym>VNC</acronym>-Verbindung zu warten, bevor das
|
||||
Gastsystem gebootet wird. Vom Host oder aus dem Netzwerk kann
|
||||
über das <acronym>VNC</acronym>-Protokoll auf den Framebuffer
|
||||
zugegriffen werden.</para>
|
||||
zugegriffen werden. Zusätzlich kann
|
||||
<option>-s 30,xhci,tablet</option> hinzugefügt werden, um eine
|
||||
präzise Mauszeigersynchronisation mit dem Host zu
|
||||
gewährleisten.</para>
|
||||
|
||||
<para>Der daraus resultierende Befehl würde so aussehen:</para>
|
||||
|
||||
|
@ -1416,6 +1419,7 @@ grub> <userinput>boot</userinput></screen>
|
|||
-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 \
|
||||
-l bootrom,<replaceable>/usr/local/share/uefi-firmware/BHYVE_UEFI.fd</replaceable> \
|
||||
-s 30,xhci,tablet \
|
||||
<replaceable>guest</replaceable></userinput></screen>
|
||||
|
||||
<para>Beachten Sie, dass der Framebuffer im BIOS-Modus keine
|
||||
|
|
Loading…
Reference in a new issue