xinit - X Window System initializer
xinit [ [[ ''client''? options ] [ __--__ [[ ''server''? [ ''display''? options ]
The xinit program is used to start the X Window System server and a first client program on systems that cannot start X directly from /etc/init or in environments that use multiple window systems. When this first client exits, xinit will kill the X server and then terminate.
Note that this assumes that there is a program named X in the current search path. However, servers are usually named Xdisplaytype where displaytype is the type of graphics display which is driven by this server. The site administrator should, therefore, make a link to the appropriate type of server on the machine, or create a shell script that runs xinit with the appropriate server.
An important point is that programs which are run by .xinitrc should be run in the background if they do not exit right away, so that they don't prevent other programs from starting up. However, the last long-lived program started (usually a window manager or terminal emulator) should be left in the foreground so that the script won't exit (which indicates that the user is done and that xinit should exit).
An alternate client and/or server may be specified on the command line. The desired client program and its arguments should be given as the first command line arguments to xinit. To specify a particular server command line, append a double dash (--) to the xinit command line (after any client and arguments) followed by the desired server command.
Both the client program name and the server program name must begin with a slash (/) or a period (.). Otherwise, they are treated as an arguments to be appended to their respective startup lines. This makes it possible to add arguments (for example, foreground and background colors) without having to retype the whole command line.
If an explicit server name is not given and the first argument following the double dash (--) is a colon followed by a digit, xinit will use that number as the display number instead of zero. All remaining arguments are appended to the server command line.
Below are several examples of how command line arguments in xinit are used.
xinit -- /usr/X11R6/bin/Xqdss :1
xinit /usr/ucb/rsh fasthost cpupig -display ws:1 -- :1 -a 2 -t 5
Below is a sample .xinitrc that starts a clock, several terminals, and leaves the window manager running as the ``last application. Assuming that the window manager has been configured properly, the user then chooses the ``Exit menu item to shut down X.
xrdb -load $HOME/.Xresources xsetroot -solid gray & xclock -g 50x50-0+0 -bw 0 & xload -g 50x50-50+0 -bw 0 & xterm -g 80x24+0+0 & xterm -g 80x24+0-0 & twm
. /usr/local/lib/site.xinitrc
xinit /usr/local/lib/site.xinitrc -- /usr/X11R6/bin/X bc
X(7)?, startx(1), Xserver(1)?, xterm(1)
Bob Scheifler, MIT Laboratory for Computer Science
4 pages link to xinit(1):