HP Visualize J5000 hp workstations - hp-ux 10.20 graphics administration guide - Page 26

Two Physical Displays, Two Separate Screens

Page 26 highlights

• This is the minimum specification for a two-screen configuration. The maximum number of screens supported on the X server is four. Here, the displays associated with /dev/crt0 and /dev/crt1 are referred to as ":0.0" and ":0.1", respectively. Screen /dev/crt0 Screen /dev/crt1 Figure 2: Two Physical Displays, Two Separate Screens • This sample X*screens file could be used on a system using Internal Color Graphics with a 17inch monitor. In this example, the GraphicsSharedMemorySize is decreased to 1 Mbyte in order to reduce the swap space requirements of the system. Decreasing GraphicsSharedMemorySize is appropriate when you do not intend to run any 3D graphics applications. ServerOptions GraphicsSharedMemorySize 0x100000 Screen /dev/crt MonitorSize 17 inches The display diagram would be the same as that of the "Results of Minimal Legal X*screens File" configuration, above. • This sample X*screens file could be used on a system with a CRX24 graphics device. The overlay visual is selected as the default. There are 255 overlay colormap entries available on the CRX24. The 256th entry is hard-wired to transparent. Having less than 256 colormap entries should not cause a problem for most applications, but for those applications that require 256 colormap entries, the CountTransparentInOverlayVisual screen option should be used as shown below. Any attempts to modify the 256th entry will have no effect on the colormap. Screen /dev/crt ScreenOptions CountTransparentInOverlayVisual The display diagram would be the same as that of the "Results of Minimal Legal X*screens File" configuration, above. • This sample X*screens file could be used on a system with a HCRX-24 graphics device. The default visual on the HCRX-24 is the opaque overlay visual. All 256 colormap entries are opaque and allocable. If an application requires transparency in the default visual, the "Transparent" keyword can be used to select the transparent overlay visual as shown below. Page 26 Graphics Administration Guide for HP-UX 10.20

  • 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
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 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
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171

This is the minimum specification for a two-screen configuration. The maximum number of
screens supported on the X server is four. Here, the displays associated with /dev/crt0 and
/dev/crt1 are referred to as "<host>:0.0" and "<host>:0.1", respectively.
Screen /dev/crt0
Screen /dev/crt1
Figure 2: Two Physical Displays, Two Separate Screens
This sample X*screens file could be used on a system using Internal Color Graphics with a 17-
inch monitor. In this example, the GraphicsSharedMemorySize is decreased to 1 Mbyte in order
to reduce the swap space requirements of the system. Decreasing GraphicsSharedMemorySize is
appropriate when you do not intend to run any 3D graphics applications.
ServerOptions
GraphicsSharedMemorySize 0x100000
Screen /dev/crt
MonitorSize 17 inche
s
The display diagram would be the same as that of the "Results of Minimal Legal X*screens File"
configuration, above.
This sample X*screens file could be used on a system with a CRX24 graphics device. The
overlay visual is selected as the default. There are 255 overlay colormap entries available on the
CRX24. The 256th entry is hard-wired to transparent. Having less than 256 colormap entries
should not cause a problem for most applications, but for those applications that require 256
colormap entries, the CountTransparentInOverlayVisual screen option should be used as shown
below. Any attempts to modify the 256th entry will have no effect on the colormap.
Screen /dev/crt
ScreenOptions
CountTransparentInOverlayVisual
The display diagram would be the same as that of the "Results of Minimal Legal X*screens File"
configuration, above.
This sample X*screens file could be used on a system with a HCRX-24 graphics device. The
default visual on the HCRX-24 is the opaque overlay visual. All 256 colormap entries are opaque
and allocable. If an application requires transparency in the default visual, the "Transparent"
keyword can be used to select the transparent overlay visual as shown below.
Graphics Administration Guide for HP-UX 10.20
Page 26