-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathxorgvt.1
More file actions
39 lines (39 loc) · 1.2 KB
/
xorgvt.1
File metadata and controls
39 lines (39 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.TH xorgvt 8
'''
.SH NAME
\fBxorgvt\fR \- start Xorg server with a client on a VT
'''
.SH SYNOPSIS
\fBxorgvt\fR [\fB+\fIversion\fR] [\fB:\fIN\fR] [\fIclient\fR]
'''
.SH DESCRIPTION
This tool is a special version of \fBxinit\fR(1) inteded for running Xorg
server on a VT controlled by \fBvtmux\fR(8). Running Xorg under \fBvtmux\fR
implies particular system setup and requires special treatment for the
control channel (file descriptor 3).
.P
X servers do not spawn their clients. Instead, a dedicated tool (\fBxinit\fR
or in this case \fBxorgvt\fR) is used to spawn the server and the top client
as sibling processes and monitor them until either exits.
'''
.SH FILES
.IP "\fB/etc/X11/server" 4
Default server startup script.
.IP "\fB/etc/X11/server-\fIversion\fR" 4
Custom server startup script.
.IP "\fB/etc/X11/client" 4
Default client startup script.
.IP "\fB/etc/X11/start-\fIclient\fR" 4
Custom client startup script.
'''
.SH ENVIRONMENT
.IP "\fBWESTON_LAUNCHER_SOCK" 4
Must be set to "3".
.IP "\fBWESTON_\fR*" 4
Any such variable will be removed from \fIclient\fR's environment.
.IP "\fBDISPLAY\fR" 4
X display number. Will be set to "\fB:\fIN\fR" for both \fIclient\fR
and \fIserver\fR.
'''
.SH SEE ALSO
\fBxinit\fR(1)