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

Module Module, ModuleName, Sub Noload

Page 20 highlights

configuring an X Server on HP-UX Module section The Module section specifies which X Server modules should be loaded. The types of modules normally loaded in this section are X Server extension modules, and font rasterizer modules. Most other module types are loaded automatically when they are needed via other mechanisms. There may only be one Module section in the configuration file. The format of the Module section is as follows: Section "Module" Load "ModuleName" . . . [SubSection "ModuleName" Option EndSubSection] . . . EndSection Load instructs the server to load the module called ModuleName. The module name given should be the module's extension name, not the module file name. The extension name is case sensitive, and does not include the "lib" prefix, or the library suffix (for example, "so.1"). Example: the Double Buffered Extension (DBE) can be loaded with the following entry: Load "dbe" Beginning with the December 2002 patch, the "Load" directive is no longer needed to load extensions because the brokering mechanism ensures that the correct extensions are loaded automatically. SubSection also instructs the server to load the module called ModuleName. The module name given should be the module's extension name, not the module file name. The extension name is case sensitive, and does not include the "lib" prefix, or the library suffix (for example, "so.1"). The difference is that the listed Options are passed to the module when it is loaded. Modules are searched for in each directory specified in the ModulePath search path and in the drivers, input, extensions, fonts, and HP-UX subdirectories of each directory in the ModulePath. If ModulePath is not specified in the Files section, the default ModulePath is searched. Noload instructs the server to not load the module called ModuleName. 4-8 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–8
Graphics Administration Guide
configuring an X Server on HP-UX
Module section
The
Module
section specifies which X Server modules should be loaded. The types of modules
normally loaded in this section are X Server extension modules, and font rasterizer modules.
Most other module types are loaded automatically when they are needed via other mechanisms.
There may only be one
Module section in the configuration file. The format of the Module
section is as follows:
Section “Module”
Load “ModuleName”
. . .
[SubSection “ModuleName”
Option . . .
. . .
EndSubSection]
. . .
EndSection
Load
instructs the server to load the module called
ModuleName
. The module name given
should be the module's extension name, not the module file name. The extension name is case
sensitive, and does not include the “lib” prefix, or the library suffix (for example, “so.1”).
Example: the Double Buffered Extension (DBE) can be loaded with the following entry:
Load “dbe”
Beginning with the December 2002 patch, the “Load” directive is no longer needed to load
extensions because the brokering mechanism ensures that the correct extensions are loaded
automatically.
SubSection
also instructs the server to load the module called ModuleName. The module name
given should be the module's extension name, not the module file name. The extension name is
case sensitive, and does not include the “lib” prefix, or the library suffix (for example, “so.1”).
The difference is that the listed Options are passed to the module when it is loaded.
Modules are searched for in each directory specified in the ModulePath
search path and in the
drivers, input, extensions, fonts, and HP-UX subdirectories of each directory in the
ModulePath.
If ModulePath is not specified in the Files section, the default ModulePath is searched.
Noload
instructs the server to not load the module called ModuleName.