Tech Source Raptor X Servers for Tru64 UNIX User Manual
Page 32
Raptor X Servers for Tru64 UNIX Installation & Reference Manual
4-12
:0 Local local@console /usr/bin/X11/X :0
This will start up X Windows on all the graphics cards in the
system. Command line options as described in Sections 4.2 and
4.3 can be appended to this line.
4.8.1 MOX Mode Using CDE
You must use the StartWin script (in /usr/bin/X11) in order
to run MOX under CDE. The /usr/dt/config/Xservers
file should be modified as follows:
:0 local local@console /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.