![Silicon Graphics Prism User Manual Download Page 165](http://html.mh-extra.com/html/silicon-graphics/prism/prism_user-manual_1271592165.webp)
Customizing the XF86Config File
007-4701-003
143
Configuring Monitor Positions
When an X-Server is managing multiple monitors, it needs to know their relative
positions in order to properly handle cursor cross-over locations.
The monitor positions are specified in the “ServerLayout” section of the
/etc/X11/XF86Config
file as follows:
Each screen is listed, followed by a list of the screens above, below, to the left, and to the
right of it (in that order). Figure 5-2 and the following subsection show an example of
four monitors arranged in a line.
Programs started by clicking on an icon appear on the screen from which you invoked
them. Note that once a program has been launched, it is not possible to move it from one
screen to another.
Figure 5-2
Four Monitors in a Line
Example “ServerLayout” Section for Four Monitors in a Line
Section "ServerLayout"
Identifier "Four-in-a-Line"
Screen "Screen SG-0" "" "" "" "Screen SG-1"
Screen "Screen SG-1" "" "" "Screen SG-0" "Screen SG-2"
Screen "Screen SG-2" "" "" "Screen SG-1" "Screen SG-3"
Screen "Screen SG-3" "" "" "Screen SG-2" ""
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
EndSection
SG-0
SG-1
SG-2
SG-3