-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcave-mono.pvx
executable file
·65 lines (58 loc) · 2.08 KB
/
cave-mono.pvx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<?xml version="1.0" ?>
<pvx>
<Process Type="client" />
<Process Type="server">
<Machine Name="CT"
Environment="DISPLAY=:3.0"
Geometry="2560x1600+0+0"
FullScreen="0"
ShowBorders="0"
LowerLeft="-1.524 -0.381 -1.524"
LowerRight="1.524 -0.381 -1.524"
UpperRight="1.524 1.524 -1.524"/>
<Machine Name="CB"
Environment="DISPLAY=:4.0"
Geometry="2560x1600+0+0"
FullScreen="0"
ShowBorders="0"
LowerLeft="-1.524 -1.524 -1.524"
LowerRight="1.524 -1.524 -1.524"
UpperRight="1.524 0.381 -1.524"/>
<Machine Name="LT"
Environment="DISPLAY=:1.0"
Geometry="2560x1600+0+0"
LowerLeft="-1.524 -0.381 1.524"
LowerRight="-1.524 -0.381 -1.524"
UpperRight="-1.524 1.524 -1.524"/>
<Machine Name="LB"
Environment="DISPLAY=:2.0"
Geometry="2560x1600+0+0"
LowerLeft="-1.524 -1.524 1.524"
LowerRight="-1.524 -1.524 -1.524"
UpperRight="-1.524 0.381 -1.524"/>
<Machine Name="RT"
Environment="DISPLAY=:5.0"
Geometry="2560x1600+0+0"
LowerLeft="1.524 -0.381 -1.524"
LowerRight="1.524 -0.381 1.524"
UpperRight="1.524 1.524 1.524"/>
<Machine Name="RB"
Environment="DISPLAY=:6.0"
Geometry="2560x1600+0+0"
LowerLeft="1.524 -1.524 -1.524"
LowerRight="1.524 -1.524 1.524"
UpperRight="1.524 0.381 1.524"/>
<Machine Name="FT"
Environment="DISPLAY=:7.0"
Geometry="2560x1600+0+0"
LowerLeft="-1.524 -1.524 0.381"
LowerRight="1.524 -1.524 0.381"
UpperRight="1.524 -1.524 -1.524"/>
<Machine Name="FB"
Environment="DISPLAY=:8.0"
Geometry="2560x1600+0+0"
LowerLeft="-1.524 -1.524 1.524"
LowerRight="1.524 -1.524 1.524"
UpperRight="1.524 -1.524 0.381"/>
</Process>
</pvx>