head 1.14; access; symbols; locks ids:1.14; strict; comment @# @; 1.14 date 2000.05.26.19.43.48; author ids; state Exp; branches; next 1.13; 1.13 date 99.05.31.18.09.08; author ids; state Exp; branches; next 1.12; 1.12 date 98.07.21.14.49.27; author ids; state Exp; branches; next 1.11; 1.11 date 98.07.21.14.30.28; author ids; state Exp; branches; next 1.10; 1.10 date 94.11.10.11.46.49; author ids; state Exp; branches; next 1.9; 1.9 date 94.10.05.21.53.16; author ids; state Exp; branches; next 1.8; 1.8 date 94.10.03.21.39.21; author ids; state Exp; branches; next 1.7; 1.7 date 94.06.11.14.58.39; author ids; state Exp; branches; next 1.6; 1.6 date 94.02.20.13.18.32; author ids; state Exp; branches; next 1.5; 1.5 date 93.07.27.11.25.52; author ids; state Exp; branches; next 1.4; 1.4 date 92.08.24.16.43.05; author ids; state Exp; branches; next 1.3; 1.3 date 92.08.24.10.44.57; author ids; state Exp; branches; next 1.2; 1.2 date 92.08.21.15.23.17; author ids; state Exp; branches; next 1.1; 1.1 date 92.08.21.11.25.43; author ids; state Exp; branches; next ; desc @@ 1.14 log @chose "random" as my preferred xlock mode - great for serendipity! @ text @/* ************ xdvi stuff *************** */ /* set up geometry: horizontal for shrink 3, vertical for shrink 4. [assumes faked-up paper size and offset as given below] Note: you can't put a comment on the geometry line itself! xdvi gets muddled and thinks the geometry includes the whitespace leading to the comment..... */ XDvi.geometry: 667x741 /* give this fake paper size to prevent a huge screen image */ XDvi.paper: 16.5x25cm /* give this offset to squeeze image on to fake paper size */ XDvi.Offset: 0 XDvi*foreground: black XDvi*background: white XDvi*shrinkFactor: 3 XDvi*densityPercent: 25 XDvi*expert: True /* ************ xlock stuff *************** */ XLock.mode: random XLock.remote: on /* ************ xterm / nxterm stuff *************** */ XTerm*vt100.scrollBar: True XTerm*vt100.saveLines: 1000 nxterm*ScrollBar: true nxterm*saveLines: 1000 @ 1.13 log @adapted to cater for both xterm and nxterm - gave save-lines as 1000 for both asked explicitly for scroll bar in both of them (this may be redundant with our current defaults, but adds "local clarity") layout improvements. @ text @d34 1 a34 1 XLock.mode: life @ 1.12 log @whoops! I just assumed "True / False" would be the boolean syntax, since the xdvi stuff used it. But for xlock's remote option (and in fact most of its boolean options), the syntax is "on / off". So: corrected this. @ text @d30 1 d38 1 d40 1 a40 1 ************ xterm stuff *************** d42 1 d44 3 @ 1.11 log @added remote option to xlock: without this, one sometimes gets problems with certain combinations of display / host / architecture. (e.g. Linux as host, sitting at a Teaching Sparc as display.) @ text @d34 1 a34 1 XLock.remote: True @ 1.10 log @removed xgopher stuff now that it's been superseded by Mosaic. @ text @d34 1 @ 1.9 log @added xlock's mode as life. (default is blank, on our new operating system setup!) @ text @a30 6 ************ xgopher stuff *************** */ Xgopher.printCommand: apr /* @ 1.8 log @new setup seems to need a different "balanced size" for the xdvi window (at least for shrink 4). @ text @d37 6 @ 1.7 log @boosted xterm save-lines from 500 to 1000. (Note: any higher than this and it's really clumsy using the scrollbar in a small window!) @ text @d11 1 a11 1 XDvi.geometry: 667x756 @ 1.6 log @made xterm save 500 extra lines off the top (was the default, i.e. 64). @ text @d35 1 d39 1 a39 1 XTerm*vt100.saveLines: 500 @ 1.5 log @added xgopher stuff. @ text @d34 5 @ 1.4 log @added fake paper size and offsets (to prevent a huge lumbering screen image). shrank geometry to match. clearer comments. @ text @d28 6 @ 1.3 log @nicer geometry (suits shrink 3 and 4). start in shrink 3. clearer comments. @ text @d2 2 a3 1 xdvi stuff d5 1 d7 1 d11 12 a22 1 XDvi.geometry: 867x842 @ 1.2 log @added xdvi density 25% (whatever that means!). @ text @d1 8 a8 1 XDvi.geometry: 655x842 d11 1 a11 1 XDvi*shrinkFactor: 4 @ 1.1 log @Initial revision @ text @d5 1 @