Graphics Administration Guide (July 2008)

Table Of Contents
mapping options from the previous hp X Server to the XF86 hp X Server
The purpose of this section is to provide the user who is familiar with the X* screens
files or the HP X Server a method of setting the equivalent options in the XF86Config
file in the current release of the XF86 HP X Server. Only those options that are currently
implemented in the release are documented here.
defaultVisual option
The default visual in the Xf86 HP X server can be implicitly set by changing the depth
of the framebuffer. Depth 8 implies the PseudoColor visual and Depth 24 implies the
TrueColor visual. No other visuals are supported. The following example demonstrates
how this would be done in the X*screens file and how it would be done in the
XF86Config file. The example sets the default visual class to TrueColor.
X*screens File Example:
Screen /dev/crt
DefaultVisual
Class TrueColor
XF86Config File Example:
Section Screen
. . .
DefaultDepth 24
. . .
EndSection
DPMS options
See the section on “Display Power Management Signaling” for more details on these
options.
HPCursorScaleFactor <n>
See the section “Features: Cursor Scaling” for more details regarding this option.
input devices
keyboards
supported keyboard drivers
The supported keyboard driver is: keyboard
supported keyboard options
The following is a list of keyboard options supported by HP.
30 configuring X Server on HP-UX (OEM graphics cards)