Loading A Graphics Dlkm On Hp-Ux 11.23 And Later - HP zx2000 Supplementary Manual

Hp zx2000: supplementary guide
Table of Contents

Advertisement

compiling your application
After going into the proper directory, run the following commands as root. /usr/bin is
required in the path when running the config command. Even though the command may be
specified using the full path, config is relying on /usr/sbin being in the path when it tries to
execute the kmupdate command.
cd <DLKM directory>
/usr/sbin/kminstall -d <DLKM Name>
/usr/sbin/kminstall -a <DLKM Name>
/usr/sbin/config -M <DLKM Name> -u
/usr/sbin/kmadmin -L <DLKM Name>
You can check the kernel message buffer to see if any of these commands failed. As root, run the
command /etc/dmesg. As a reminder, the kmadmin command cannot be used to load the
DRM or the hw_init module. If used, the command will fail. Xf86 loads these modules when it
first starts.

loading a graphics DLKM on HP-UX 11.23 and later

All graphics DLKM s are loaded using the same commands. First change into the directory
where the DLKM resides. This directory should contain one file:
<DLKM Name>: The actual DLKM, this is listed below.
After you are in the proper directory, run the following commands as root:
cd <DLKM directory>
kcmodule -s <DLKM Name>=unused
cp <DLKM Name> /usr/conf/mod
kcmodule -s <DLKM Name>=auto
kcmodule -s <DLKM Name>=loaded
You can check the kernel message buffer to see if any of the commands failed. As root, run the
command /etc/dmesg.
The list that follows shows the name and directories of each of the graphics DLKMs:
gvid_info DLKM:
DLKM Name: gvid_info
/opt/graphics/common/kernel/gvid_info/hpux64
ATI Fire GL4 DRM DLKM:
DLKM Name:
/opt/graphics/common/kernel/fgldrm/hpux64
ATI FIre GL4 hw_init DLKM:
DLKM Name:
/opt/graphics/common/kernel/gvid_hw_init/firegl23/hpux64
ATI FireGL X1 and ATI FireGL Z1 DRM DLKM:
DLKM Name:
/opt/graphics/common/kernel/fgldrmrx/hpux64
ATI FireGL X1 and ATI FireGL Z1 hw_init DLKM:
DLKM Name:
/opt/graphics/common/kernel/gvid_hw_init/radeon/hpux64
3–4
drmfgl
gvid_him_fgl
drmfglrx
gvid_him_rad
# See below for correct directory.
# See below for correct name.
# Do this step only for gvid_info!
# See below for correct directory.
# See below for correct name.
# Do this step only for gvid_info!
Graphics Administration Guide

Advertisement

Table of Contents
loading

This manual is also suitable for:

Zx6000

Table of Contents