configuring X Windows on HP-UX (other graphics cards)
the XF86Config file
“Module” section
The Module section is used to specify 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 config 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
Example: the Double Buffered Extension (DBE) can be loaded with the following entry:
Load ìdbeî
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
Modules are searched for in each directory specified in the ModulePath search path (or the default ModulePath if one is not specified in the Files section) and in the drivers, input, extensions, fonts, and
Chapter 3 | 43 |