[Return to Library] [Contents] [Previous Chapter] [Next Section] [Next Chapter] [Index] [Help]


C    Base Operating System Software Subset Descriptions

The software subsets described in this appendix are located on the CD-ROM labeled Digital UNIX V4.0 Operating System Volume 1.

Digital UNIX software subsets are divided into the following categories: optional, mandatory, and conditionally mandatory.


[Return to Library] [Contents] [Previous Chapter] [Next Section] [Next Chapter] [Index] [Help]


C.1    Mandatory Software Subsets

The mandatory subsets shown in Table C-2 are always installed automatically for the default and custom installations.

The Base System and the Base System-Hardware Support subsets cannot be deleted once they are installed.

The Standard Kernel Modules, the Kernel Header and Common Files, the Hardware Kernel Modules, the Hardware Kernel Header and Common Files, and the Compiler Back End subsets contain all the files needed to build a standard kernel. You can delete these subsets after the installation by using the setld -d command to reclaim disk space after the kernel is built. However, you will not be able to rebuild your kernel. If you need to rebuild your kernel for any reason, you must reinstall those subsets with the setld command.

Table C-2 describes the mandatory subsets.

Table C-2: Description of the Mandatory Software Subsets

Title and Contents Subset Name Dependencies
Base System

This software subset includes fundamental utilities and data files for the Digital UNIX Base Operating System. The base operating system includes the editors and many of the general-purpose programs.

OSFBASE400 Required for all subsets. This software subset cannot be deleted.
Base System-Hardware Support

This software subset provides the hardware dependent portion of the OSFBASE subset.

This software subset also contains the Monitoring Performance History (MPH) utility that gathers information on the reliability and availability of the Digital UNIX operating system and associated platforms.

OSFHWBASE400 Required for all subsets. This software subset cannot be deleted.
Base System Management Applications and Utilities

This software subset contains all files related to the base system management applications and utilities such as diskconfig and mailconfig.

OSFSYSMAN400 Requires
Tcl Commands
Basic Network Configuration Applications

This software subset contains all files related to the basic network configuration applications bindconfig and netconfig.

OSFNETCONF400 Requires
Base System Management Applications and Utilities and Basic Networking Services
Basic Networking Services

This software subset contains the software required to provide services over the network using the TCP/IP protocols. These services include remote login (rlogin) and Network Time Protocol (xntp).

OSFCLINET400 Required for
Local Area Transport (LAT), NFS Utilities, and Additional Networking Services
Compiler Back End

C Language Compiler. This software subset provides the minimum level of C language support required to build operating system kernels. The subset also contains the DEC C compiler executables. This software subset must be used in conjunction with the Software Development Tools and Utilities subset. This software subset is mandatory during the initial system installation, but can be removed if you do not intend to build kernels on your system.

OSFCMPLRS400 Required for
Kernel Header and Common Files,
Software Development Environment, and
selected language layered products
Hardware Kernel Header and Common Files

This software subset provides the hardware dependent kernel header and data files that together with the Standard Kernel Modules and Hardware Kernel Modules let you configure and build the kernel. If you do not plan to build kernels on your system, this subset can be removed. This software subset supports uniprocessor, symmetric multiprocessing (SMP), and realtime configurations.

OSFHWBINCOM400 Requires Kernel
Header and
Common Files
Hardware Kernel Modules

This software subset provides hardware dependent kernel modules that together with the Standard Kernel Modules let you configure and build the kernel. This software subset is mandatory during the initial system installation, but can be removed if you do not intend to build kernels on your system.

OSFHWBIN400 Requires
Standard Kernel Modules
Kernel Header and Common Files

This software subset provides the common kernel header and data files that together with the Standard Kernel Modules and Hardware Kernel Modules let you configure and build the kernel. This software subset is mandatory during the initial system installation, but can be removed if you do not intend to build kernels on your system.

OSFBINCOM400 Requires
Compiler Back End

This software subset is required for
Standard Kernel Objects,
Hardware Kernel Objects, and
Local Area Transport (LAT)

Local Printer Support

This software subset provides printer commands such as lpr, lpq, and lpd; utilities; configuration files; filters; and PostScript printer support.

OSFPRINT400  
NFS(R) Configuration Application

This software subset contains the files related to the network file system configuration application, nfsconfig.

OSFNFSCONF400 Requires Base System Management Applications and Utilities and NFS(R) Utilities
NFS(R) Utilities

This software subset provides the software required to mount remote file systems using the Network File System (NFS).

OSFNFS400 Requires
Basic Networking Services
Standard Kernel Modules

This software subset provides common kernel modules that together with the Hardware Kernel Modules let you configure and build the kernel. This software subset is mandatory during the initial system installation, but can be removed if you do not intend to build kernels on your system.

OSFBIN400 This software subset is required to build Digital UNIX kernels
Tcl Commands

This software subset contains the binary distribution of Tool Command Language (TCL) and the TCLX extension package without graphical components. TCL is a scripting language. The package consists of TCL/TCLX shared libraries, the TCL/TCLSH shells, and script libraries. Install this software subset if you want to write or run TCL programs.

OSFTCLBASE400  


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2    Optional Software Subsets

The optional software subsets contain software that supports a variety of applications. If you choose the default installation procedure, these software subsets are not available during the installation, but can be installed after the installation completes by using the setld command. If you choose the custom installation, these software subsets are available for selection during the installation procedure.

The optional software subsets can be deleted after they are installed.

The following is a list of the optional software subset categories. Locate the category you are interested in and refer to the corresponding table for subset descriptions.


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.1    General Applications Software Subsets

Table C-3 describes the software subsets in this category.

Table C-3: Description of the General Applications Software Subsets

Title and Contents Subset Name Dependencies
Additional Terminfo Databases

This software subset contains the additional terminal information databases to support non-Digital terminals.

OSFTERM400  
Computer Aided System Tutorial

This software subset provides a simple, interactive online tutorial about subjects such as basic UNIX file handling, the vi text editor, the capabilities of the ls command, ms macros, editors in general, eqn (a language for typesetting mathematics), and the C Programming Language. Refer to the learn(1) reference page for more information.

OSFLEARN400  
DOS tools

This software subset provides a collection of tools for manipulating MS-DOS files. The mtools commands are a public domain collection of programs that let you read, write, and manipulate files on an MS-DOS file system (typically a floppy disk) from a UNIX system. Each command attempts to emulate the MS-DOS equivalent command as closely as possible. The following commands are available: mattrib, mcd, mcopy, mdel, mdir, mformat, mlabel, mmd, mrd, mread, mtype, and mwrite.

OSFDOSTOOLS400  
GNU Emacs

This software subset contains the GNU Emacs editor.

OSFEMACS400  
Local Area Transport (LAT) Local Area Transport (LAT) is a protocol that provides a means of logically connecting terminal servers to one or more nodes on the same local area network (LAN).

LAT software has the features required for a host to function as a service node, so requests for connections can be made by server users.

OSFLAT400 Requires
Kernel Header and Common Files and
Basic Networking Services
Tk Toolkit Commands

This software subset contains the Tool Command Language (TCL) graphical extensions package Version TK4.04b4 and TKX.04b5.

OSFTKBASE400 Requires
Tcl Commands and
Basic X Environment
UNIX SVID2 Compatibility

This software subset brings the Digital UNIX system into compliance with the Base System and Kernel Extensions of the System V Interface Definition Issue 2 (SVID2). It also adds a higher degree of compatibility with the Basic Utilities Extensions of SVID2.

OSFSVID2400  
UNIX to UNIX Copy Facility

This software subset provides programs and data files needed for a system to participate in a network of machines using the UUCP facility. This facility transmits files over serial communications lines.

OSFUUCP400  


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.2    Kernel Build Environment Software Subsets

Table C-4 describes the software subsets in this category.

Table C-4: Description of the Kernel Build Environment Software Subsets

Title and Contents Subset Name Dependencies
ATM Kernel Header and Common Files

This software subset provides the ATM kernel header and data files and together with the ATM Kernel Modules subset lets you configure and build a kernel that supports the ATM hardware.

OSFATMBINCOM400 Requires
Kernel Header and Common Files
ATM Kernel Modules

This software subset contains the ATM kernel modules. This software subset is mandatory if ATM hardware is detected during the installation process. ATM technology is a connection-oriented wide area/local area technology based on the high-speed switching of 53-byte cells across a network.

OSFATMBIN400 Requires Standard Kernel Modules
Logical Storage Manager Kernel Header and Common Files

This software subset contains the LSM kernel include files to build LSM with the kernel. This software subset supports uniprocessor, SMP, and realtime configurations.

OSFLSMBINCOM400 Requires
Compiler Back
End and
Compiler Extensions
Logical Storage Manager Kernel Modules

This software subset provides the kernel modules to build the kernel with LSM drivers. This software subset supports uniprocessor, SMP, and realtime configurations.

OSFLSMBIN400 Requires Standard Kernel Modules
POLYCTR AdvFS Kernel Modules

This software subset contains the POLYCENTER Advanced File System (AdvFS) kernel modules. AdvFS is a log based file system that allows for faster system restarts in case of system crashes.

OSFADVFSBIN400 Requires Standard Kernel Modules


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.3    Kernel Software Development Software Subsets

Table C-5 describes the software subsets in this category. These software subsets are optional after the installation. They will not appear on the optional software subset list during a custom installation. Use the setld command if you want to install these software subsets.

Table C-5: Description of the Kernel Software Development Software Subsets

Title and Contents Subset Name Dependencies
ATM Kernel Objects

This software subset contains the Asynchronous Transfer Mode (ATM) Kernel Objects needed for software development of code that is to be built into the kernel.

OSFATMBINOBJECT400 Requires ATM Kernel Modules
Hardware Kernel Objects

This software subset contains the Hardware Kernel Objects needed for software development of code that is to be built into the kernel.

OSFHWBINOBJECT400 Requires Hardware Kernel Modules
Logical Storage Manager Kernel Objects

This software subset contains the Logical Storage Manager Kernel Objects needed for software development code that is to be built into the kernel.

OSFLSMBINOBJECT400 Requires
Logical Storage Manager Kernel Modules
POLYCENTER AdvFS Kernel Objects

This software subset contains the POLYCENTER AdvFS Kernel Objects needed for software development of code that is to be built into the kernel.

OSFADVFSBINOBJECT400 Requires
POLYCENTER
AdvFS Kernel Modules
Standard Kernel Objects

This software subset contains the Standard Kernel Objects needed for the software development of code that is to be built into the kernel.

OSFBINOBJECT400 Standard Kernel Modules


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.4    Mail Applications

Table C-6 describes the software subsets in this category.

Table C-6: Description of the Mail Applications Software Subsets

Title and Contents Subset Name Dependencies
CDE Mail Interface

This software subset contains the Common Desktop Environment mail system. This software subset is mandatory on a system with graphics capabilities.

OSFCDEMAIL400 Requires
CDE Desktop Environment
DECwindows Mail Interface

This software subset provides the DECwindows mail application for dxmail.

OSFXMAIL400 Requires
RAND Corp. Mail Handler (MH) and Additional DECwindows Applications
RAND Corp. Mail Handler (MH)

This software subset provides programs that constitute the RAND Corporation MH mail reader interface.

OSFMH400 Required for
DECwindows Mail Interface


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.5    Network-Server/Communications Software Subsets

Table C-7 describes the software subsets in this category.

Table C-7: Description of the Network-Server/Communications Software Subsets

Title and Contents Subset Name Dependencies
ATM Commands

This software subset contains the software that provides the Asynchronous Transfer (ATM) mode commands. This software subset is mandatory if ATM hardware is detected during the installation process.

OSFATMBASE400  
Additional Networking Services

This software subset contains the software that provides the networking services; Berkeley Internet Name Domain (BIND) and Network Information Services (NIS).

OSFINET400 Requires
Basic Networking Services

Required for
Remote Installation Services (RIS) and Dataless Management Services (DMS)

Dataless Management Service

This software subset provides the software needed to run Dataless Management Services (DMS). In a DMS environment, a server maintains the root, /usr, and /var file systems for client systems. Paging, swapping, and dumping is done on the clients local disks. The UNIX-SERVER product authorization key (PAK) must be loaded and registered to use DMS.

OSFDMS400 Requires Additional Networking Services
Remote Installation Services

This software subset provides the ability to perform installations of the operating system and applications over a network. The UNIX-SERVER product authorization key (PAK), must be loaded and registered to use RIS.

OSFRIS400 Requires
Additional Networking Services


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.6    Printing Environment Software Subsets

Table C-8 describes the software subsets in this category.

Table C-8: Description of the Printing Environment Software Subsets

Title and Contents Subset Name Dependencies
Adobe Font Metric Files

This software subset contains font metrics (character bounding box, width, name, ligature, kerning, and font properties) for PostScript outline fonts used by text formatting applications on PostScript output devices. This software subset is needed to view files.

OSFAFM400  


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.7    Reference Pages Software Subsets

Table C-9 describes the software subsets in this category.

Table C-9: Description of the Reference Pages Software Subsets

Title and Contents Subset Name Dependencies
Ref Pages: Admin/User

This software subset provides the online reference pages for system administrators and general users.

OSFMANOS400 Requires
Doc. Preparation Tools
Ref Pages: CDE Admin/User

This software subset contains the reference pages for Common Desktop Environment general users and system administrators.

OSFCDEMANOS400 Requires Doc. Preparation Tools
Ref Pages: CDE Development

This software subset contains the Common Desktop Environment development reference pages.

OSFCDEMANOP400 Requires Doc. Preparation Tools
Ref Pages: Programming

This software subset provides the online reference pages for programmers.

OSFMANOP400 Requires
Doc. Preparation Tools
Ref Pages: Realtime

This software subset provides the online reference pages for the Realtime kernel.

OSFMANRT400 Requires
Doc. Preparation Tools
Ref Pages: Windows Admin/User

This software subset provides the online reference pages for windows administrators and users. This software subset also contains the reference pages for the SysMan graphical system management applications.

OSFMANWOS400 Requires
Doc. Preparation Tools
Ref Pages: Windows Programming

This software subset provides the online reference pages for windows programmers.

OSFMANWOP400 Requires
Doc. Preparation Tools


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.8    Software Development Software Subsets

Table C-10 describes the software subsets in this category.

Table C-10: Description of the Software Development Software Subsets

Title and Contents Subset Name Dependencies
CDA Software Development

The CDA Software Development environment provides C header files that enable programmer access to the CDA Base Services run-time libraries.

OSFCDAPGMR400 Requires
Software Development Environment
CDA for X/Motif Development

This software subset provides a developer's environment for X11/DECwindows CDA architecture.

OSFXCDADEV400 Requires
X Window Software Development and X Window Header Files
CDE Software Development and Programming Examples

This software subset contains the header files, static libraries, and tools needed for Common Desktop Environment (CDE) development.

OSFCDEDEV400 Requires CDE Desktop Environment,
X Window Software Development,
and X Window Header Files
GNU Revision Control System

This software subset contains programs that make up the UNIX Revision Control System (RCS), which provides a regulation mechanism for large software projects.

OSFRCS400  
Ladebug Debugger

This software subset contains the command line interface for the Digital Ladebug Debugger for Digital UNIX. The Ladebug Debugger is a symbolic source-level debugger that supports debugging of ADA, C/C++, Fortran, and Fortran 90 applications.

OSFLDBBASE400  
Ladebug Debugger Release Notes

This software subset contains the Ladebug Debugger Release Notes. The release notes are located at /usr/doc/ladebug/ladebug-relnotes.txt when this subset is installed.

OSFLDBDOC400  
Ladebug Debugger Window Interface

This software subset contains all the files needed to install the graphical user interface to the Ladebug Debugger.

OSFLDBGUI400  
Ladebug Debugger Remote Server

This software subset contains all the files needed to install the Ladebug Debugger server. The server is used to do remote debugging.

OSFLDBSRV400  
Programming Examples

This software subset contains programming examples.

OSFEXAMPLES400  
Realtime Software Development

This software subset provides libraries and utilities useful for real time software development.

OSFRTDEV400  
Software Development Desktop Environment

This software subset contains the Common Desktop Environment (CDE) files necessary to start the Ladebug Debugger and the Porting Assistant from the CDE desktop.

OSFSDECDE400 Requires CDE Desktop Environment
Software Development Tools and Utilities

This software subset provides additional software development environment extensions. This software subset includes the ATOM tools hiprof, pixie, and third. software subset, the OSF-DEV-USER Product Authorization Key (PAK) is required to use the tools and utilities included in this software subset.

OSFSDE400 Requires Compiler Back End
Source Code Control System

This software subset contains programs that make up the UNIX Source Code Control System (SCCS), which provides a regulation mechanism for large software projects.

OSFSCCS400  
Standard Header Files

This software subset contains the standard header files for C programming.

OSFINCLUDE400  
Standard Programmer Commands

This software subset contains libraries and utilities useful for software development. It includes the libraries for linking programs to be analyzed with the dbx debugger and lex and yacc parser packages. Also included in this software subset is the ATOM performance analysis and debugging tool kit.

OSFPGMR400 Compiler Back End
Static Libraries

This software subset contains the static libraries for linking programs that do not use shared libraries. Some software development tools work only with static linked programs.

OSFLIBA400 Requires
Compiler Back End
X Window and X/Motif Header Files

This software subset contains the X window header files needed for X11 and Motif software development.

OSFXINCLUDE400 Requires
Basic X Environment and Standard Header Files
X Window and X/Motif Programming Examples

This software subset contains examples of X and Motif programs.

OSFXEXAMPLES400  
X Window and X/Motif Software Development

This software subset provides the library and data files needed to produce X/Motif Window System client applications. This software subset also includes example programs demonstrating how to get started.

OSFXDEV400 Required for
CDA for X/Motif Development
X Window and X/Motif Static Libraries

This software subset contains the X Window static libraries for linking programs that do no use shared libraries. Some software development tools only work with static linked programs.

OSFXLIBA400 Requires
X Window Software Development and X Window Header Files


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.9    Supplemental Documentation Software Subset

Table C-11 describes the software subset in this category.

Table C-11: Description of the Supplemental Documentation Software Subset

Title and Contents Subset Name Dependencies
XIE Version 5 Online Documentation

This software subset provides compressed PostScript files of documents for the X Window System Image Extension (XIE) Version 5.0 software.

OSFXIEDOC400  


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.10    System Administration Software Subsets

Table C-12 describes the software subsets in this category.

Table C-12: Description of the System Administration Software Subsets

Title and Contents Subset Name Dependencies
C2 Security

This software subset provides additional configurable system security features such as identification, authentication and audit.

OSFC2SEC400  
C2 Security GUI

This software subset provides the graphical user interface for the C2 Security subset.

OSFXC2SEC400 C2 Security
Graphical Base System Management Utilities

This software subset contains the graphical system management Tool Command Language (TCL/TK) shell, some utility libraries, the configuration checklist application (for use postinstallation), and the Common Desktop Environment (CDE) application manager rules files for the creation of system management applications within the application manager. It also contains all the system management application icons. This software subset is mandatory on system with graphics capabilities.

OSFXSYSMAN400 Requires
Base System Management Applications and Utilities, Tk Toolkit Commands, and CDE Minimum Run-time Environment
Graphical Print Configuration Application

This software subset contains all files relating to the graphical print configuration application, printconfig. This software subset is mandatory on system with graphics capabilities.

OSFXPRINT400 Requires Graphical Base System Management Utilities and Local Printer Support
Graphical System Administration Utilities

This software subset contains all files relating to the following graphical system administration utilities: account manager, archiver, file share, host manager, system info, kernel tuner, license manager, process tuner, and shutdown. This software subset is mandatory on system with graphics capabilities.

OSFXADMIN400 Requires
Graphical Base System Management Utilities
Kernel Debugging Tools

This software subset provides tools for analyzing and debugging kernels.

OSFKTOOLS400  
Logical Storage Manager

This software subset contains the LSM administrative commands and tools required to manage an LSM configuration.

OSFLSMBASE400 Requires LSM Kernel Build Modules
Logical Storage Manager Graphical User Interface

This software subset contains the LSM Motif-based graphical user interface (GUI) management tool and related utilities.

OSFLSMX11400 Requires Basic X Environment
Logical Volume Manager

The Logical Volume Manager (LVM) is a subset that is composed of physical devices and logical (virtual) entities to offer you a mechanism for transparently and dynamically storing and retrieving files and file systems across multiple devices and in multiple copies.

OSFLVM400  
Obsolete Commands and Utilities

This software subset contains the commands and utilities that are no longer supported for Digital UNIX Version 4.0.

OSFOBSOLETE400  
Obsolete Locale Databases

This software subset contains obsolete locale databases and should be installed only if you are running applications that require internationalization support and were built on DEC OSF/1 V1.2 or DEC OSF/1 V1.3 systems.

OSFCTABLOC400  
POLYCTR AdvFS

The subset contains the system administration commands required for creating and managing the Advanced File System (AdvFS).

OSFADVFS400  
Single-Byte European Locales

This software subset provides basic internationalization and localization information for 21 Western European locales.

OSFEURLOC400  
System Accounting Utilities

This software subset provides programs and data files needed to perform system accounting. This software subset contains log files that grow automatically.

OSFACCT400  
System Exercisers

This software subset provides programs that help to diagnose problems with hardware and peripheral devices.

OSFEXER400  



[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.11    Text-Processing Software Subsets

Table C-13 describes the software subsets in this category.

Table C-13: Description of the Text Processing Software Subsets

Title and Contents Subset Name Dependencies
Doc. Preparation Tools

This software subset provides tools to format, manage, and display reference pages, including the nroff formatter and required macros.

OSFDCMT400 Required for
all reference page subsets
Doc. Preparation Tools Extensions

This software subset contains additional nroff macro packages, bibliography tools, and roff tools.

OSFDCMTEXT400 Requires
Doc. Preparation Tools


[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Section] [Next Chapter] [Index] [Help]


C.2.12    Windowing Environment Software Subsets

Table C-14 describes the software subsets in this category.

Table C-14: Description of the Windowing Environment Software Subsets

Title and Contents Subset Name Dependencies
Adobe Fonts

This software subset contains the Type1 fonts and the Adobe font metrics files supplied by Adobe Systems Incorporated to be used by the DPS extension of the server. It also contains the \.upr file, which defines these fonts and their location for the DPS extension of the server. This software becomes mandatory and is installed automatically on systems with graphics capabilities.

OSFDPSFONT400  
Basic X Environment

This software subset provides programs required for X11/DECwindows and includes the Bookreader application. This environment provides the following X window applications: dxbook (views online Bookreader documents), dxconsole, dxkeycaps, dxterm, dxvdoc (displays postscript documents). Bookreader is used to display online documentation if the documentation is contained in .decw_book files. This software becomes mandatory and is installed automatically on systems with graphics capabilities.

OSFX11400  
CDE Desktop Environment

This software subset contains the user interface (that is, the front panel, colors, and so forth) to the Common Desktop Environment (CDE). This subset is mandatory if graphics capabilities are detected on the system.

OSFCDEDT400 Requires
CDE Minimum Run-time Environment and Local Printer Support
CDE Minimum Run-time Environment

This software subset contains the Common Desktop Environment minimum runtime environment which includes shared libraries and executables for new client development. This subset is mandatory if graphics capabilities are detected on the system.

OSFCDEMIN400 Requires
Basic X Environment and NFS(R) Utilities
DECwindows 75dpi Fonts

This software subset provides fonts for X11/DECwindows and is needed for specific layered products and low resolution (1024 x 768) monitors. This software subset becomes mandatory (instead of OSFFONT150400) when low resolution graphics are detected during the installation.

OSFFONT400  
DECwindows 100dpi Fonts

This software subset provides workstation font files for systems using either the VR160 15-inch monitor or higher resolution graphics
(1280 x 1024). This software subset is mandatory when high resolution graphics are detected during the installation.

OSFFONT15400  
LK201 Keyboard Support

This software subset provides keyboard support for the Model LK201 Digital keyboard. A label affixed to the underside of your keyboard shows the model number of the keyboard. This software subset becomes mandatory if this keyboard type is detected during the installation.

OSFKBDLK201400  
LK401 Keyboard Support

This software subset provides support for the Model LK401 Digital keyboard. A label affixed to the underside of your keyboard shows the model number of the keyboard. This software subset becomes mandatory if this keyboard type is detected during the installation.

OSFKBDLK401400  
LK411 Keyboard Support

This software subset provides support for the Model LK411 Digital keyboard. A label affixed to the underside of your keyboard shows the model number of the keyboard. This software subset becomes mandatory if this keyboard type is detected during the installation.

OSFKBDLK411400  
LK421 Keyboard Support

This software subset provides support for the Model LK421 Digital keyboard. A label affixed to the underside of your keyboard shows the model number of the keyboard. This software subset becomes mandatory if this keyboard type is detected during the installation.

OSFKBDLK421400  
LK444 Keyboard Support

This software subset provides support for the Model LK444 Digital keyboard. A label affixed to the underside of your keyboard shows the model number of the keyboard. This software subset becomes mandatory if this keyboard type is detected during the installation.

OSFKBDLK444400  
PCXAL Keyboard Support

This software subset provides support for the Model PCXAL Digital keyboard. A label affixed to the underside of your keyboard shows the model number of the keyboard. This software subset becomes mandatory if this keyboard type is detected during the installation.

OSFKBDPCXAL400  
Old X Environment

This software subset contains the following X window environment applications: dxpause and dxsession. This software subset is mandatory on systems with graphics capabilities.

OSFOLDX11400 Requires
Basic X Environment
X Customizations for OEM

This software subset contains X Window customizations and special logo information for use by specific original equipment manufacturers (OEMs) when they install Digital UNIX on their equipment. This software subset is not intended for general use and should not be installed if your site is not a Digital OEM.

OSFXOEM400  
X Fonts

This software subset provides X11 fonts from the X Consortium compiled for the DEC X server. This software subset becomes mandatory and is installed automatically on systems with graphics capabilities.

OSFMITFONT400  
X Servers

This software subset provides X11/DECwindows server support. A DECwindows server is the software that provides windowing on a workstation. This software subset becomes mandatory and is installed automatically on systems with graphics capabilities.

OSFSER400  

Table C-14: (continued)

Title and Contents Subset Name Dependencies
X Servers for Open3D

This software subset provides the X server device-dependent support for the supported Digital UNIX 3D graphics cards. This software subset is mandatory and is installed automatically if 3D graphics cards are detected during the installation.

OSFSER3D400 X Servers and Basic X Environment
X Servers for PCbus

This software subset provides graphics support for systems using the PCI bus. This software subset is automatically loaded when the installation procedure detects a PCI bus. This software subset also provides graphics support for EISA and PCI based systems that support QVision. This software subset is automatically loaded when the installation procedure detects QVision.

OSFSERP400  
X Servers for TurboChannel

This software subset provides graphics support for systems with Turbochannel cards. This software subset is mandatory and is automatically installed when the installation procedure detects a Turbochannel card.

OSFSERTC400  
X/Motif 1.1

This software subset contains the Motif Version 1.1 shared libraries for compatibility with programs that may not work with the Version 1.2 shared libraries.

OSFMOTIF11400 Requires
Basic X Environment



[Return to Library] [Contents] [Previous Chapter] [Previous Section] [Next Chapter] [Index] [Help]


C.2.13    Windows Applications Software Subsets

Table C-15 describes the software subsets in this category.

Table C-15: Description of the Windows Applications Software Subsets

Title and Contents Subset Name Dependencies
Additional DECwindows Applications

This software subset provides additional X11/DECwindows client applications such as dxdiff (a visual differences program), dxnotepad, dxpaint (a bitmap editor), dxpresto (a graphical display of Prestoserve state and statistics), and dxprint (captures and prints screen images).

OSFDECW400  
Additional X Applications

This software subset contains the additional X Consortium X11 R5 client applications such as: appres, bitmap, bmtoa, atobm, bdftopcf, dxpaint, editres, ico, iconv, listres, lndir, maze, mkdirhier, oclock, puzzle, resize, showfont, showrgb, viewres, x11perf, x11perfcomp, x11perfcomp, xauth, xbiff, dxcalc, xcalc, xclipboard, dxclock, xclock, xcmsdb, xcmstest, xcutsel, xdpr, xdpyinfo, xedit, xev, xeyes, xfd, xfontsel, xgc, xkill, xload, xlogo, xlsatoms, xlsclients, xlsfonts, xmag, xman, xmh, xmkmf, xon, dxpresto, dxprint, xpr, xprop, xrefresh, xstdcmap, xwd, xwininfo, and xwud. Refer to the reference page for each of these applications for more information.

OSFXMIT400  
CDE Additional Applications

This software subset contains the Common Desktop Environment additional applications such as: dxkeyboard, dxprint, dxkeycaps, and dxdiff. This subset also provides access to the following binaries: dximageview, dtcm, dticon, dtimsstart, and dxkeyboard. This software subset is mandatory on systems with graphics capabilities.

OSFCDEAPPS400 Requires CDE Desktop Environment
Demo X Applications

This software subset contains X window demonstration applications to provide examples of the capabilities of the X windowing software that can be developed for Digital UNIX.

OSFXDEMOS400 Requires Basic X Environment
Nested X Server

This software subset provides the Xnest server and contains the following: the Xnest server binary /usr/bin/X11/Xnest, the Xnest shared library /usr/shlib/libxnest.so, and the Xnest configuration file /var/X11/Xnest.conf. Xnest is a client and a server. Xnest is a client of the real Xserver and appears in a window no more than 3/4 the size of the real server. Xnest is also a server. Clients specify the Xnest server display; Xnest then manages graphics requests on behalf of the clients.

OSFXNEST400 Requires
Basic X Environment
Netscape Navigator V1.12I

This software subset contains the Netscape Navigator World Wide Web viewer that is used to view the Digital UNIX documentation set on line. This software subset is mandatory on systems with graphics capabilities.

OSFNETSCAPE400 Basic X Environment
Old Additional DECwindows Applications

This software subset provides additional X11/DECwindows client applications such as dxcalc (a calculator), dxcalendar, dxcardfiler, dxclock, dxnotepad, and dxpaint (a bitmap editor). These applications will be retired in a future release of Digital UNIX.

OSFOLDDECW400 Requires
Basic X Environment
Virtual X Frame Buffer

This software subset provides the Xvfb server and contains the following: Xvfb server binary /usr/bin/X11/Xvfb, the Xvfb shared library /usr/shlib/libxvfb.so, and the Xvfb configuration file /var/X11/Xvfb.conf. The Xvfb server can run on machines with no display hardware and no physical input devices. It emulates a dumb frame buffer using virtual memory.

OSFXVFB400 Requires
Basic X Environment