HP Workstation zx2000 HP Graphics Administration Guide for HP-UX 11.X (IPF ver - Page 32

Glx visual suppression, NoAlpha & NoStencil

Page 32 highlights

configuring an X Server on HP-UX The following is an example of setting the various logging options. The Verbose and LogVerbose options are set so that only error and fatal error messages are sent to stderr and the log file. The NoLogging option uses /dev/null to be the log file. It overrides the LogFile specification in the Files section. Commenting out NoLogging opens /tmp/Xlog.log and sends all messages directed to this log file. Section "ServerLayout" . . . Option "Verbose" "-1" Option "LogVerbose" "-1" Option "NoLogging" . . . EndSection Section "Files" . . . LogFile "/tmp/Xlog.log" . . . EndSection Glx visual suppression This option "hides" visuals. It reduces the number of visuals made available to clients. The example that follows demonstrates how to suppress all visuals except for the most capable of each class of visuals. Section "Section" . . . Option "SuppressGlxVisuals" . . . EndSection "HideDuplicateGlxVisuals" The user can also selectively "hide" classes of visuals. For example, to suppress any visual that has either Alpha planes or Stencil planes, do: Option "SuppressGlxVisuals" "NoAlpha & NoStencil" The options can be white space, ampersand (&), or comma (,) delimited, and must be enclosed with a single pair of double quotes. 4-20 Graphics Administration Guide

  • 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

4–20
Graphics Administration Guide
configuring an X Server on HP-UX
The following is an example of setting the various logging options. The Verbose and LogVerbose
options are set so that only error and fatal error messages are sent to
stderr
and the log file.
The NoLogging option uses
/dev/null
to be the log file. It overrides the LogFile specification
in the Files section. Commenting out NoLogging opens
/tmp/Xlog.log
and sends all
messages directed to this log file.
Section “ServerLayout”
. . .
Option
“Verbose”
“-1”
Option
“LogVerbose”
“-1”
Option
“NoLogging”
. . .
EndSection
Section “Files”
. . .
LogFile
“/tmp/Xlog.log”
. . .
EndSection
Glx visual suppression
This option “hides” visuals. It reduces the number of visuals made available to clients. The
example that follows demonstrates how to suppress all visuals except for the most capable of
each class of visuals.
Section “Section”
. . .
Option
“SuppressGlxVisuals”
“HideDuplicateGlxVisuals”
. . .
EndSection
The user can also selectively “hide” classes of visuals. For example, to suppress any visual that
has either Alpha planes or Stencil planes, do:
Option
“SuppressGlxVisuals”
“NoAlpha & NoStencil”
The options can be white space, ampersand (&), or comma (,) delimited, and must be enclosed
with a single pair of double quotes.