summaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorPavel Grunt <pgrunt@redhat.com>2015-06-03 14:43:53 +0200
committerPavel Grunt <pgrunt@redhat.com>2015-06-04 10:58:09 +0200
commit233c61eaea20408d15eb8720a7bda784a975a9b3 (patch)
tree8092aec60996ce9cdbb8f0e2ed2c816b79af9cfd /man
parentad438e0b9676387bb12df9d7024b0a201770af9c (diff)
downloadvirt-viewer-233c61eaea20408d15eb8720a7bda784a975a9b3.tar.gz
virt-viewer-233c61eaea20408d15eb8720a7bda784a975a9b3.tar.xz
virt-viewer-233c61eaea20408d15eb8720a7bda784a975a9b3.zip
monitor-mapping: Do not allow to skip a display
Skipping a display does not have an effect because displays will be reconfigured and shifted on the guest side anyway. these monitor mappings are not valid: 'monitor-mapping=1:2;3:1' - display #2 is not specified 'monitor-mapping=4:2;2:1' - displays #1, #3 are not specified 'monitor-mapping=3:3' - displays #1, #2 are not specified
Diffstat (limited to 'man')
-rw-r--r--man/remote-viewer.pod4
-rw-r--r--man/virt-viewer.pod4
2 files changed, 8 insertions, 0 deletions
diff --git a/man/remote-viewer.pod b/man/remote-viewer.pod
index 00b474c..eb85532 100644
--- a/man/remote-viewer.pod
+++ b/man/remote-viewer.pod
@@ -332,6 +332,10 @@ guest with a UUID of e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2, use:
[e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2]
monitor-mapping=1:2;2:3
+The monitor-mapping must contain ids of all displays from 1 to the last
+desired display id, e.g. "monitor-mapping=3:3" is invalid because mappings
+for displays 1 and 2 are not specified.
+
=head1 EXAMPLES
To connect to SPICE server on host "makai" with port 5900
diff --git a/man/virt-viewer.pod b/man/virt-viewer.pod
index aaf9eff..ca1c9e8 100644
--- a/man/virt-viewer.pod
+++ b/man/virt-viewer.pod
@@ -151,6 +151,10 @@ guest with a UUID of e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2, use:
[e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2]
monitor-mapping=1:2;2:3
+The monitor-mapping must contain ids of all displays from 1 to the last
+desired display id, e.g. "monitor-mapping=3:3" is invalid because mappings
+for displays 1 and 2 are not specified.
+
=head1 EXAMPLES
To connect to the guest called 'demo' running under Xen