summaryrefslogtreecommitdiff
path: root/sys/man
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2020-12-07 18:59:54 +0100
committercinap_lenrek <cinap_lenrek@felloff.net>2020-12-07 18:59:54 +0100
commitc74458c98b3cba6ed33a63b9f02a10e9828f9097 (patch)
treedd6dd6796bd9553d74c10fc38af811a56751cc1d /sys/man
parent1bb96d542cd43a027934ca372e0ab8c87f523db9 (diff)
vmx: add -v|-w flag to control window creation behaviour
The -v flag now does not create a new rio window, while -w flag does (restores the old behaviour). This allows vmx to run under vncs and is in general mode aligned to other emulators and programs.
Diffstat (limited to 'sys/man')
-rw-r--r--sys/man/1/vmx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/man/1/vmx b/sys/man/1/vmx
index 8d014c294..fef51735c 100644
--- a/sys/man/1/vmx
+++ b/sys/man/1/vmx
@@ -24,7 +24,7 @@ vmx \- virtual PC
.I blockfile
]
[
-.B -v
+.BR -v | -w
.I vga
]
[
@@ -61,6 +61,11 @@ argument.
If
.B -v
is specified, a graphics device, PS/2 keyboard and mouse are simulated.
+The
+.B -w
+flag behaves the same as
+.B -v
+but also creates a new window for the screen.
Clicking on the screen "grabs" the mouse; pressing Ctrl and Alt simultaneously releases the grab.
Valid values for the argument are
.TP