<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 26, 2014 at 12:35 AM, Jonathon Jongsma <span dir="ltr"><<a href="mailto:jjongsma@redhat.com" target="_blank">jjongsma@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">see <a href="https://bugzilla.redhat.com/show_bug.cgi?id=1142769" target="_blank">https://bugzilla.redhat.com/show_bug.cgi?id=1142769</a><br>
---<br>
 man/remote-viewer.pod | 43 ++++++++++++++++++++++++++++++++++++-------<br>
 man/virt-viewer.pod   | 34 ++++++++++++++++++++++++++++++++++<br>
 2 files changed, 70 insertions(+), 7 deletions(-)<br>
<br>
diff --git a/man/remote-viewer.pod b/man/remote-viewer.pod<br>
index 2c84432..1683e44 100644<br>
--- a/man/remote-viewer.pod<br>
+++ b/man/remote-viewer.pod<br>
@@ -15,8 +15,8 @@ protocols are SPICE and VNC.<br>
 Starting remote-viewer without URI will open a simple dialog with an<br>
 entry and a list of previously successfully accessed URI.<br>
<br>
-The URI can also point to a connection settings file, see FILE section<br>
-for a description of the format.<br>
+The URI can also point to a connection settings file, see the CONNECTION FILE<br>
+section for a description of the format.<br>
<br>
 =head1 OPTIONS<br>
<br>
@@ -44,10 +44,12 @@ Zoom level of the display window in percentage. Range 10-400.<br>
<br>
 Start with the windows maximized to fullscreen.<br>
<br>
-If supported, the remote display will be reconfigured to match at best the<br>
-client physical monitor configuration on initialization, by enabling or<br>
-disabling extra monitors as necessary. This is currently implemented by the<br>
-Spice backend only.<br>
+If supported, the remote display will be reconfigured to match the physical<br>
+client monitor configuration, by enabling or disabling extra monitors as<br>
+necessary. This is currently implemented by the Spice backend only.<br>
+<br>
+To specify which client monitors are used in fullscreen mode, see the<br>
+CONFIGURATION section below.<br>
<br>
 =item -t TITLE, --title TITLE<br>
<br>
@@ -113,7 +115,7 @@ the associated action.<br>
 It must be composed of modifiers (shift, ctrl or alt) and a<br>
 non-modifier key. For example, "shift+f11".<br>
<br>
-=head1 FILE<br>
+=head1 CONNECTION FILE<br>
<br>
 B<remote-viewer> connection file is of INI file format, with a<br>
 mandatory [virt-viewer] group and "type" key.<br>
@@ -267,6 +269,33 @@ port 8080, use the value "<a href="http://foobar:8080" target="_blank">http://foobar:8080</a>".<br>
<br>
 =back<br>
<br>
+=head1 CONFIGURATION<br>
+<br>
+A small number of configuration options can be controlled by editing the<br>
+settings file located in the user configuration directory:<br>
+<br>
+    <USER-CONFIG-DIR>/virt-viewer/settings<br>
+<br>
+This file is a text file in INI format, with application options in the<br>
+[virt-viewer] group and per-guest options in a group identified by the guest's<br>
+UUID. The application options should not be edited manually. There is also a<br>
+special [fallback] group which specifies options for all guests that don't have<br>
+an explicit group.<br>
+<br>
+For each guest, the initial fullscreen monitor configuration can be specified<br>
+by using the B<monitor-mapping> key. This configuration only takes effect when<br>
+the -f/--full-screen option is specified.<br>
+<br>
+The value of this key is a list of mappings between a guest display and a<br>
+client monitor. Each mapping is separated by a semicolon character, and the<br>
+mappings have the format <GUEST-DISPLAY-ID>:<CLIENT-MONITOR-ID>.<br>
+<br>
+For example, to map guest displays 1 and 2 to client monitors 2 and 3 for the<br>
+guest with a UUID of e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2, use:<br>
+<br>
+    [e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2]<br>
+    monitor-mapping=1:2;2:3<br>
+<br>
 =head1 EXAMPLES<br>
<br>
 To connect to SPICE server on host "makai" with port 5900<br>
diff --git a/man/virt-viewer.pod b/man/virt-viewer.pod<br>
index ac9b268..e976c69 100644<br>
--- a/man/virt-viewer.pod<br>
+++ b/man/virt-viewer.pod<br>
@@ -71,6 +71,13 @@ socket connection.<br>
<br>
 Start with the window maximised to fullscreen<br>
<br>
+If supported, the remote display will be reconfigured to match the physical<br>
+client monitor configuration, by enabling or disabling extra monitors as<br>
+necessary. This is currently implemented by the Spice backend only.<br>
+<br>
+To specify which client monitors are used in fullscreen mode, see the<br>
+CONFIGURATION section below.<br>
+<br>
 =item --debug<br>
<br>
 Print debugging information<br>
@@ -117,6 +124,33 @@ option, and will attempt to do a reconnection before it quits.<br>
<br>
 =back<br>
<br>
+=head1 CONFIGURATION<br>
+<br>
+A small number of configuration options can be controlled by editing the<br>
+settings file located in the user configuration directory:<br>
+<br>
+    <USER-CONFIG-DIR>/virt-viewer/settings<br>
+<br>
+This file is a text file in INI format, with application options in the<br>
+[virt-viewer] group and per-guest options in a group identified by the guest's<br>
+UUID. The application options should not be edited manually. There is also a<br>
+special [fallback] group which specifies options for all guests that don't have<br>
+an explicit group.<br>
+<br>
+For each guest, the initial fullscreen monitor configuration can be specified<br>
+by using the B<monitor-mapping> key. This configuration only takes effect when<br>
+the -f/--full-screen option is specified.<br>
+<br>
+The value of this key is a list of mappings between a guest display and a<br>
+client monitor. Each mapping is separated by a semicolon character, and the<br>
+mappings have the format <GUEST-DISPLAY-ID>:<CLIENT-MONITOR-ID>.<br>
+<br>
+For example, to map guest displays 1 and 2 to client monitors 2 and 3 for the<br>
+guest with a UUID of e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2, use:<br>
+<br>
+    [e4591275-d9d3-4a44-a18b-ef2fbc8ac3e2]<br>
+    monitor-mapping=1:2;2:3<br>
+<br>
 =head1 EXAMPLES<br>
<br>
 To connect to the guest called 'demo' running under Xen<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.9.3<br>
<br>
_______________________________________________<br>
virt-tools-list mailing list<br>
<a href="mailto:virt-tools-list@redhat.com">virt-tools-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/virt-tools-list" target="_blank">https://www.redhat.com/mailman/listinfo/virt-tools-list</a><br>
</font></span></blockquote></div><br>ACK!<br clear="all"><div><br></div>-- <br><div>Fabiano Fidêncio</div>
</div></div>