xinit
Sign in to saveThe xinit program allows a user to manually start an X display server. The startx script is a front-end for xinit.
Wikidata facts
- Instance of
- free software
- Official website
- www.x.org/archive/X11R6.8.2/doc/xinit.1.html
Show 5 more facts
- operating system
- Unix-like operating system
- programmed in
- Q15777
- copyright license
- X11 license
- source code repository URL
- github.com/freedesktop/xorg-xinit
- software version identifier
- 1.4.4
Sources (3)
via Wikidata · CC0
~1 min read
Encyclopedic overview
2 sectionsContents
- References
- External links
The xinit program allows a user to manually start an X display server. The startx script is a front-end for xinit.
By default, xinit and startx start an X display server pointing to a display device that is enumerated as :0 and then start an xterm on it. When the xterm terminates, xinit and startx kill the X display server. In general, xinit and startx can start an arbitrary server and run an arbitrary script. Typically, this script runs a number of programs and a window manager.
Excerpted from Wikipedia’s “xinit” article, available under the CC BY-SA 4.0 licence.