Prev | Current Page 127 | Next

Chris Tyler

"X Power Tools"

Increasing
X values go to the right, and increasing Y values go down.
Figure 4-2. Two-screen Xinerama layouts
1
2
1
2
1
2
1 2
4.5
72 Chapter 4: Advanced X.org Configuration
# Three 1024x768 video projectors. ProjectorA is at the top, ProjectorB
# is below that, and ProjectorC is at the bottom. Each projector
# and is aligned on the left side. Note that the Absolute keyword
# is optional (and not supported by old versions of the server).
Screen 0 "ProjectorA" 0 0
Screen 1 "ProjectorB" Absolute 0 768
Screen 2 "ProjectorC" Absolute 0 1536
??? You can use the Above, Below, LeftOf, or RightOf keywords. This will cause the
top or left side of the screens to be aligned. For example:
# ProjectorB is to the right of ProjectorA. The tops of all
# projectors are aligned. Note that we don't need to know the
# resolution of the projectors - the the positions are
# calculated by the X server.
Screen 0 "ProjectorA" 0 0
Screen 1 "ProjectorB" RightOf "ProjectorA"
Screen 2 "ProjectorC" LeftOf "ProjectorA"
??? You can use the Relative keyword and specify a position relative to the upper-left
corner of another screen using X-Y pixel coordinates:
# ProjectorB is directly above ProjectorC on the left.


Pages:
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139