d_sample_display.rc
author claus
Sat, 11 Dec 1993 02:53:38 +0100
changeset 0 0cb137a77319
child 5 420e4af41733
permissions -rw-r--r--
Initial revision

"*
 * $Header$
 * display related configuration - generic
 *
 * this is a dummy script -
 * use this file as a guide for display-specific configurations
 * (see how display.rc figures out on what type of display we run)
 *"

"
View defaultStyle:#next
"
"
View defaultStyle:#iris
"
"
View defaultStyle:#openwin
"
"
View defaultStyle:#motif
"
"
View defaultStyle:#view3D
"
"
View defaultStyle:#normal
"

"*
 * define keys/keyboard abbreviations etc. which are not handled by xmodmap
 *"
!

"*
 * define the size of the screen
 * most X-Servers do not (cannot) tell the truth ...
 * (how should it know what size of monitor you have ?)
 * if yours does, make the next one a comment
 *
 * (check out by measuring your display, and compare
 *  the values returned by 'Display widthInMillimeter'
 *  and 'Display heightInMillimeter')
 *
 * do not trust the numbers I have written below - size given
 * should be the visible picture size, which depends on display
 * adjusts (many monitors have hSize & vSize adjusts)
 *"

"*
 * this is for a 14' monitor ...
 *"
"
Display heightInMillimeter:175.
Display widthInMillimeter:235
"

"*
 * this is for a 16' monitor (measured on a jvc quadsync)
 *"
"
Display heightInMillimeter:208.
Display widthInMillimeter:275
"

"*
 * this is for a 20' (megascan) ...
 *"
"
Display heightInMillimeter:279.
Display widthInMillimeter:346
"

"*
 * this is for a 21' (eizo flexscan) ...
 *"
"
Display heightInMillimeter:275.
Display widthInMillimeter:370
"
!

"*
 * define if you have a b&w monitor connected to a
 * color server (which the server wouldn't know)
 *"
"Display hasColors:false"
!