Graphics Administration Guide (July 2008)

Table Of Contents
...
EndSection
Each InputDevice is followed by an InputDeviceID, a required field that must be
enclosed in double quotes. The InputDeviceID must match an Identifier in an
InputDevice section. Last, an option may be provided. The option can also be specified
in the InputDevice section. Typical options specified here are: CorePointer,
CoreKeyboard, and SendCoreEvents. The option must be enclosed in double quotes.
See the InputDevice section for more information regarding the options. Normally, at
least two InputDevices are present: a keyboard and a mouse.
Options that apply to the X Server may also be specified in this section. The following
table lists all options that may be set in the ServerLayout section.
Table 2-1 Options for ServerLayout section
DescriptionDefaultValueOption
Disallows use of the Ctrl+Shift+Break
sequence. That sequence is normally used to
terminate the X Server. When this option is
enabled, that key sequence has no special
meaning and is passed to clients. Source:
XF86Config man page.
OffBooleanDontZap
Allows the server to start up even if the
mouse device can't be
opened/initialized.Source: XF86Config man
page.
falseBooleanAllowMouseOpenFail
See the section in “Features: Cursor Scaling”
for more details regarding these options.
1IntegerCursorScaleFactor
See the section in “Features: Cursor Scaling”
for more details regarding these options.
64IntegerMaxCursorSize
Files section
The Files section is used to specify paths to where fonts and modules are located, the
location of the rgb database and the user specified logfile. The Files section format is:
Section "Files"
[FontPath "PathName"]
.
.
[ModulePath "PathName"]
.
.
[RgbPath "PathName"]
[LogPath "PathName"]
EndSection
Multiple Font Paths and Module Paths may be specified in two ways, either by multiple
lines or by using a “,” delimiter between paths on the same line.
16 configuring X Server on HP-UX (OEM graphics cards)