1 | .TH XCLUSTER 1 "July 3, 1995" |
---|
2 | .UC 4 |
---|
3 | .SH NAME |
---|
4 | xcluster \- display MIT map, give info about Athena clusters |
---|
5 | .SH SYNOPSIS |
---|
6 | xcluster [-help] [-rv] [-inactive timeout] [-auto time] |
---|
7 | [-geometry {+/-}x{+/-}y] |
---|
8 | .PP |
---|
9 | .SH DESCRIPTION |
---|
10 | .I Xcluster |
---|
11 | displays a map of the MIT campus and marks the location of Project |
---|
12 | Athena public clusters with an "X". The user can click |
---|
13 | on the map, and information about the cluster nearest the mouse-click |
---|
14 | is displayed. The clusters are also listed in a row of buttons below |
---|
15 | the map, and the user may click one of those buttons instead. |
---|
16 | .PP |
---|
17 | Once a cluster has been selected, a circle is drawn around it so that it |
---|
18 | is more easily spotted. |
---|
19 | .I Xcluster |
---|
20 | then contacts a server that tracks the number of workstations |
---|
21 | free and in-use for each cluster, and displays that information for the |
---|
22 | cluster chosen. Printer status for that cluster is also displayed, as |
---|
23 | well as phone number(s), where available. |
---|
24 | .PP |
---|
25 | Xcluster can also run in a non-interactive mode, where it cycles |
---|
26 | through the clusters automatically. It can also be made to cycle |
---|
27 | through a series of foreground and background colors, to prevent |
---|
28 | screen burn-in on the dedicated xcluster machines that run this |
---|
29 | program all the time. |
---|
30 | .PP |
---|
31 | .SH OPTIONS |
---|
32 | .PD 0 |
---|
33 | .TP 21 |
---|
34 | .B \-rv |
---|
35 | display map and window in reverse-video |
---|
36 | .TP 21 |
---|
37 | .B \-inactive timeout |
---|
38 | exit after |
---|
39 | .I timeout |
---|
40 | seconds of inactivity. |
---|
41 | .TP 21 |
---|
42 | .B \-auto time |
---|
43 | cycle through the clusters, selecting each for |
---|
44 | .I time |
---|
45 | seconds. |
---|
46 | .TP 21 |
---|
47 | .B \-geometry |
---|
48 | specify an x,y location for placement of window |
---|
49 | .TP 21 |
---|
50 | .B \-zoom |
---|
51 | causes the campus map to be moved and resized to the largest size such |
---|
52 | that all of the clusters still fit. |
---|
53 | .TP 21 |
---|
54 | .B \-warp |
---|
55 | causes the pointer to be warped to the top, left corner of the screen |
---|
56 | when xcluster starts up. |
---|
57 | .TP 21 |
---|
58 | .B \-color[012] colors |
---|
59 | specify a set of colors to be cycled through. |
---|
60 | .I colors |
---|
61 | should be a space-separated list of X colors. |
---|
62 | .TP 21 |
---|
63 | .B \-fg color |
---|
64 | specifies the foreground color for the map and text. If |
---|
65 | .I color |
---|
66 | is one of the color sets |
---|
67 | .I color0\fP, \fIcolor1\fP, or \fIcolor2\fP, |
---|
68 | then the foreground color will cycle through the colors in that set. |
---|
69 | .TP 21 |
---|
70 | .B \-bg color |
---|
71 | specifies the color or colors for the background. |
---|
72 | .TP 21 |
---|
73 | .B \-circlecolor |
---|
74 | specifies the color or colors for the circles and arrows on the |
---|
75 | cluster map. |
---|
76 | .TP 21 |
---|
77 | .B \-changetime time |
---|
78 | specifies how many seconds pass between color changes. The default is |
---|
79 | 3600 (one hour). |
---|
80 | .PD 1 |
---|
81 | .PP |
---|
82 | .SH X RESOURCES |
---|
83 | .I Xcluster's |
---|
84 | class is Xcluster, and its instance is xcluster. It accepts the |
---|
85 | following resources: |
---|
86 | |
---|
87 | .PD 0 |
---|
88 | .TP 15 |
---|
89 | reverseVideo |
---|
90 | true: use white-on-black instead of black-on-white. |
---|
91 | default is off. |
---|
92 | .TP 15 |
---|
93 | inactive |
---|
94 | number of seconds of inactivity after which it dies. |
---|
95 | .TP 15 |
---|
96 | auto |
---|
97 | number of seconds to keep each cluster selected while automatically cycling through them. |
---|
98 | .TP 15 |
---|
99 | geometry |
---|
100 | an x, y location. |
---|
101 | .PD 1 |
---|
102 | .PP |
---|
103 | .SH "SEE ALSO" |
---|
104 | cview(1) |
---|
105 | .br |
---|
106 | X(1) for discussion of X geometry and resources |
---|