8 common desktop environment (cde) – Tech Source Raptor X Servers for Tru64 UNIX User Manual

Page 31

Advertising
background image

Chapter 4 – Invoking X Windows

4-11

screen is desired. A typical Xservers file is shown below:

:0 local /usr/bin/X11/X

This will start up X Windows on all graphics cards in the default
mode. Command line arguments as described in Sections 4.2
and 4.3 can be appended to this line.

For more information on xdm, refer to the xdm man pages.

4.7.1 MOX Mode Using xdm


In order to run MOX under xdm you must make use of the
StartWin

script installed in /usr/bin/X11. The Xservers

file should be modified as follows:

:0 local /usr/bin/X11/StartWin :0

Additional command line options can be appended at the end of
this line. The following example StartWin script will start up
the X Server in MOX24 mode.

#!/bin/sh

STARSMODE=+mox24

export STARSMODE

pass=“/usr/bin/X11/X ”$*

exec $pass


NOTE: By default, the StartWin script starts up the X Server
in MOX24 mode. It can be edited in order to support other MOX
modes.

4.8 Common Desktop Environment (CDE)


Common Desktop Environment (CDE) can be configured by
editing the /usr/dt/config/Xservers file. The default entry
in this file is:

Advertising