cvsimport
[fvwm.git] / doc / commands / XineramaSlsScreens.xml
blobe208e4bd70875deeca99cb2ad8d0cbd72b4dec38
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <!DOCTYPE part PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3   "../docbook-xml/docbookx.dtd"
5 <!ENTITY % myents SYSTEM "../fvwm.ent" >
6 %myents;
7 ]>
9 <!-- $Id: XineramaSlsScreens.xml,v 1.3 2007/06/16 12:38:46 griph Exp $ -->
11 <section id='XineramaSlsScreens'>
12 <title>XineramaSlsScreens</title>
14 <cmdsynopsis>
15         <command>XineramaSlsScreens</command
16         ><arg choice='plain'>number-of-screens</arg
17         ><arg rep='repeat' choics='plain'
18                 ><replaceable>screen-spec</replaceable
19         ></arg>
20 </cmdsynopsis>
22 <para>This command configures the layout of the Single Logical screen
23 feature.  Its first argument is the number of screens to use.  It
24 must be followed by exactly this number of
25 <replaceable>screen-spec</replaceable>
26 arguments.  Each of these can be written either in standard X
27 geometry format: "&lt;width&gt;x&lt;height&gt;+&lt;x&gt;+&lt;y&gt;" or as a space separated
28 list of numbers: "x y width height". Both ways of describing
29 screens can be mixed in a single command.  All four numbers must
30 be supplied.  The
31 <replaceable>x</replaceable> and <replaceable>y</replaceable>
32 values specify the origin of the screen in relation to the global
33 screen's origin while
34 <replaceable>width</replaceable> and <replaceable>height</replaceable>
35 specify the size of the screen in pixels.  No checks are done if
36 the geometries make sense, so it is possible to define overlapping
37 screens (with random results) or screens that are not visible at
38 all.</para>
40 <programlisting>
41 XineramaSlsScreens 3 \
42   512x768+0+0 512x300+512+0 512 300 512 468
43 <fvwmref cmd="XineramaSls"/> On
44 <fvwmref cmd="XineramaPrimaryScreen"/> 1
45 <fvwmref cmd="Xinerama"/> On
46 </programlisting>
50 </section>