From 233c61eaea20408d15eb8720a7bda784a975a9b3 Mon Sep 17 00:00:00 2001 From: Pavel Grunt Date: Wed, 3 Jun 2015 14:43:53 +0200 Subject: 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 --- man/remote-viewer.pod | 4 ++++ man/virt-viewer.pod | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'man') 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 -- cgit