2019-03-24 02:03:59 +03:00
|
|
|
.TH WESTON 1 "2019-03-23" "Weston @version@"
|
2012-08-29 16:49:48 +04:00
|
|
|
.SH NAME
|
|
|
|
weston \- the reference Wayland server
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B weston
|
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
|
|
|
.SH DESCRIPTION
|
|
|
|
.B weston
|
|
|
|
is the reference implementation of a Wayland server. A Wayland server is a
|
|
|
|
display server, a window manager, and a compositor all in one. Weston has
|
|
|
|
several backends as loadable modules: it can run on Linux KMS (kernel
|
|
|
|
modesetting via DRM), as an X client, or inside another Wayland server
|
|
|
|
instance.
|
|
|
|
|
|
|
|
Weston supports fundamentally different graphical user interface paradigms via
|
2022-03-11 13:05:38 +03:00
|
|
|
shell plugins. Two plugins are provided: the desktop shell, and the kiosk
|
2012-08-29 16:49:48 +04:00
|
|
|
shell.
|
|
|
|
|
2017-10-31 12:29:25 +03:00
|
|
|
Weston also supports X clients via
|
2022-12-29 18:44:25 +03:00
|
|
|
.BR Xwayland ", see below."
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
|
|
|
.SH BACKENDS
|
|
|
|
.TP
|
2022-12-05 19:28:23 +03:00
|
|
|
.I drm
|
2012-08-29 16:49:48 +04:00
|
|
|
The DRM backend uses Linux KMS for output and evdev devices for input.
|
2012-11-27 18:54:08 +04:00
|
|
|
It supports multiple monitors in a unified desktop with DPMS. See
|
|
|
|
.BR weston-drm (7),
|
|
|
|
if installed.
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
2022-12-05 19:28:23 +03:00
|
|
|
.I wayland
|
2012-08-29 16:49:48 +04:00
|
|
|
The Wayland backend runs on another Wayland server, a different Weston
|
|
|
|
instance, for example. Weston shows up as a single desktop window on
|
|
|
|
the parent server.
|
|
|
|
.TP
|
2022-12-05 19:28:23 +03:00
|
|
|
.I x11
|
2012-08-29 16:49:48 +04:00
|
|
|
The X11 backend runs on an X server. Each Weston output becomes an
|
|
|
|
X window. This is a cheap way to test multi-monitor support of a
|
|
|
|
Wayland shell, desktop, or applications.
|
2017-12-15 17:23:59 +03:00
|
|
|
.TP
|
2022-12-05 19:28:23 +03:00
|
|
|
.I rdp
|
2017-12-15 17:23:59 +03:00
|
|
|
The RDP backend runs in memory without the need of graphical hardware. Access
|
|
|
|
to the desktop is done by using the RDP protocol. Each connecting
|
|
|
|
client has its own seat making it a cheap way to test multi-seat support. See
|
|
|
|
.BR weston-rdp (7),
|
|
|
|
if installed.
|
2022-09-30 13:04:15 +03:00
|
|
|
.TP
|
2022-12-05 19:28:23 +03:00
|
|
|
.I vnc
|
2022-09-30 13:04:15 +03:00
|
|
|
The VNC backend runs in memory without the need of graphical hardware. Access
|
|
|
|
to the desktop is done by using the RFB protocol. Currently only one
|
|
|
|
connecting client is supported. See
|
|
|
|
.BR weston-vnc (7),
|
|
|
|
if installed.
|
2021-07-31 20:53:01 +03:00
|
|
|
.TP
|
|
|
|
.I pipewire
|
|
|
|
The PipeWire backend runs in memory without the need of graphical hardware and
|
|
|
|
creates a PipeWire node for each output. It can be used to capture Weston
|
|
|
|
outputs for processing with another application.
|
2024-02-21 19:04:53 +03:00
|
|
|
.TP
|
|
|
|
.I headless
|
|
|
|
The headless backend runs in memory. It can be used to capture Weston outputs
|
|
|
|
or to test client applications.
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
|
|
|
.SH SHELLS
|
2022-12-29 18:30:54 +03:00
|
|
|
Weston's user interface is implemented by individual 'shell' plugins.
|
|
|
|
A number of shells are provided for different usecases.
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
2022-12-29 18:30:54 +03:00
|
|
|
.I desktop
|
|
|
|
The desktop shell is Weston's default mode. It provides an example of a
|
|
|
|
desktop-like environment, featuring a panel with launchers and a clock,
|
|
|
|
a background, and an interactive task switcher. Whilst not intended to be
|
|
|
|
a full-fledged desktop environment in and of itself, it is an example of
|
|
|
|
how such an environment can be built.
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
2022-12-29 18:30:54 +03:00
|
|
|
.I kiosk
|
|
|
|
The kiosk shell is intended for environments which want to run a single
|
|
|
|
application at a time. Applications will be made full screen and
|
|
|
|
activated as they are started.
|
2015-03-20 16:59:01 +03:00
|
|
|
.TP
|
2022-12-29 18:30:54 +03:00
|
|
|
.I fullscreen
|
|
|
|
The fullscreen shell is a deprecated implementation of the ideas behind
|
|
|
|
the kiosk shell. It requires specific client support for the
|
|
|
|
.I zwp_fullscreen_shell_v1
|
|
|
|
interface.
|
|
|
|
.TP
|
|
|
|
.I ivi
|
|
|
|
The IVI shell is a special-purpose shell which exposes an API compatible
|
|
|
|
with the GENIVI Layer Manager to user-provided HMI controller modules.
|
|
|
|
It is intended for use in automotive environments.
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
2012-09-13 14:46:27 +04:00
|
|
|
.SH XWAYLAND
|
2022-12-29 18:44:25 +03:00
|
|
|
Weston can support X11 clients running within a Weston session via an
|
|
|
|
X server called
|
|
|
|
.BR Xwayland "."
|
|
|
|
Xwayland is built as a separate executable, provided by X.Org. Once built
|
|
|
|
and installed, it can be activated with the
|
|
|
|
.BR \-\-xwayland
|
|
|
|
option. Weston will listen on a new X11 display socket and export it
|
|
|
|
through the
|
|
|
|
.BR DISPLAY
|
|
|
|
environment variable.
|
2012-09-28 17:29:47 +04:00
|
|
|
|
|
|
|
It has also its own X window manager where cursor themes and sizes can be
|
|
|
|
chosen using
|
|
|
|
.BR XCURSOR_PATH
|
|
|
|
and
|
|
|
|
.BR XCURSOR_SIZE " environment variables. See " ENVIRONMENT .
|
2012-09-13 14:46:27 +04:00
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
2012-08-29 16:49:48 +04:00
|
|
|
.SH OPTIONS
|
|
|
|
.
|
|
|
|
.SS Weston core options:
|
|
|
|
.TP
|
2021-07-31 21:00:02 +03:00
|
|
|
\fB\-\^B\fR\fIbackend1,backend2\fR, \fB\-\-backend\fR=\fIbackend1,backend2\fR
|
|
|
|
Load the comma-separated list of backends instead of the default backend, see
|
2022-12-05 19:28:23 +03:00
|
|
|
.IR BACKENDS .
|
2021-07-31 21:00:02 +03:00
|
|
|
The backend modules are searched for in
|
2022-12-05 19:28:23 +03:00
|
|
|
.IR "@weston_modules_dir@" .
|
|
|
|
The default backend is
|
2018-08-16 17:22:14 +03:00
|
|
|
.I @weston_native_backend@
|
2012-08-29 16:49:48 +04:00
|
|
|
unless the environment suggests otherwise, see
|
|
|
|
.IR DISPLAY " and " WAYLAND_DISPLAY .
|
2021-07-31 21:00:02 +03:00
|
|
|
The first backend is the primary backend, and it provides the renderer. Not all
|
|
|
|
backends support being loaded as secondary backends, which reuse the primary
|
|
|
|
backend's renderer.
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
2015-03-24 16:56:20 +03:00
|
|
|
\fB\-\^c\fR\fIconfig.ini\fR, \fB\-\-config\fR=\fIconfig.ini\fR
|
|
|
|
Load
|
|
|
|
.IR config.ini " instead of " weston.ini .
|
|
|
|
The argument can also be an absolute path starting with a
|
|
|
|
.IR / .
|
|
|
|
If the path is not absolute, it will be searched in the normal config
|
|
|
|
paths, see
|
|
|
|
.BR weston.ini (5).
|
2022-12-29 18:36:05 +03:00
|
|
|
This option is ignored if the
|
2015-03-24 16:56:20 +03:00
|
|
|
.B --no-config
|
2022-12-29 18:36:05 +03:00
|
|
|
option is passed.
|
2015-03-24 16:56:20 +03:00
|
|
|
.TP
|
2017-10-12 14:13:43 +03:00
|
|
|
.BR \-\-debug
|
|
|
|
Enable debug protocol extension
|
|
|
|
.I weston_debug_v1
|
|
|
|
which any client can use to receive debugging messages from the compositor.
|
|
|
|
|
|
|
|
.B WARNING:
|
|
|
|
This is risky for two reasons. First, a client may cause a denial-of-service
|
|
|
|
blocking the compositor by providing an unsuitable file descriptor, and
|
2018-12-14 00:04:52 +03:00
|
|
|
second, the debug messages may expose sensitive information.
|
|
|
|
Additionally this will expose weston-screenshooter interface allowing the user
|
|
|
|
to take screenshots of the outputs using weston-screenshooter application,
|
|
|
|
which can lead to silently leaking the output contents. This option should
|
|
|
|
not be used in production.
|
2017-10-12 14:13:43 +03:00
|
|
|
.TP
|
2019-06-24 13:27:44 +03:00
|
|
|
\fB\-\^f\fIscope1,scope2\fR, \fB\-\-flight-rec-scopes\fR=\fIscope1,scope2\fR
|
|
|
|
Specify to which scopes should subscribe to. Useful to control which streams to
|
|
|
|
write data into the flight recorder. Flight recorder has limited space, once
|
|
|
|
the flight recorder is full new data will overwrite the old data. Without any
|
2021-09-23 22:06:57 +03:00
|
|
|
scopes specified, it subscribes to 'log' and 'drm-backend' scopes. Passing
|
|
|
|
an empty value would disable the flight recorder entirely.
|
2019-06-24 13:27:44 +03:00
|
|
|
.TP
|
2012-08-29 16:49:48 +04:00
|
|
|
.BR \-\^h ", " \-\-help
|
2012-08-30 01:15:58 +04:00
|
|
|
Print a summary of command line options, and quit.
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
|
|
|
\fB\-\^i\fR\fIN\fR, \fB\-\-idle\-time\fR=\fIN\fR
|
|
|
|
Set the idle timeout to
|
|
|
|
.I N
|
|
|
|
seconds. The default timeout is 300 seconds. When there has not been any
|
|
|
|
user input for the idle timeout, Weston enters an inactive mode. The
|
2015-06-16 13:56:57 +03:00
|
|
|
screen fades to black, monitors may switch off, and the shell may lock
|
|
|
|
the session.
|
2013-03-09 22:55:40 +04:00
|
|
|
A value of 0 effectively disables the timeout.
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
|
|
|
\fB\-\-log\fR=\fIfile.log\fR
|
|
|
|
Append log messages to the file
|
|
|
|
.I file.log
|
|
|
|
instead of writing them to stderr.
|
|
|
|
.TP
|
2022-12-29 18:35:25 +03:00
|
|
|
\fB\-\^l\fIscope1,scope2\fR, \fB\-\-logger-scopes\fR=\fIscope1,scope2\fR
|
|
|
|
Specify to which log scopes should subscribe to. When no scopes are supplied,
|
|
|
|
the log "log" scope will be subscribed by default. Useful to control which
|
|
|
|
streams to write data into the logger and can be helpful in diagnosing early
|
|
|
|
start-up code.
|
2016-07-04 15:34:48 +03:00
|
|
|
.TP
|
2012-09-12 20:21:01 +04:00
|
|
|
\fB\-\-modules\fR=\fImodule1.so,module2.so\fR
|
|
|
|
Load the comma-separated list of modules. Only used by the test
|
2012-08-29 16:49:48 +04:00
|
|
|
suite. The file is searched for in
|
2018-08-16 17:22:14 +03:00
|
|
|
.IR "@weston_modules_dir@" ,
|
2012-08-29 16:49:48 +04:00
|
|
|
or you can pass an absolute path.
|
|
|
|
.TP
|
2014-05-07 17:26:25 +04:00
|
|
|
.BR \-\-no-config
|
|
|
|
Do not read
|
|
|
|
.I weston.ini
|
|
|
|
for the compositor. Avoids e.g. loading compositor modules via the
|
|
|
|
configuration file, which is useful for unit tests.
|
|
|
|
.TP
|
2022-12-30 00:12:24 +03:00
|
|
|
\fB\-\-renderer\fR=\fIrenderer\fR
|
|
|
|
Select which renderer to use for Weston's internal composition. Defaults to
|
|
|
|
automatic selection.
|
|
|
|
.TP
|
2022-12-29 18:38:37 +03:00
|
|
|
\fB\-\-shell\fR=\fIshell\fR
|
|
|
|
Select which shell to load to provide Weston's user interface. See
|
|
|
|
.BR ENVIRONMENT "."
|
2022-12-29 18:35:25 +03:00
|
|
|
.TP
|
2012-08-29 16:49:48 +04:00
|
|
|
\fB\-\^S\fR\fIname\fR, \fB\-\-socket\fR=\fIname\fR
|
|
|
|
Weston will listen in the Wayland socket called
|
|
|
|
.IR name .
|
|
|
|
Weston will export
|
|
|
|
.B WAYLAND_DISPLAY
|
|
|
|
with this value in the environment for all child processes to allow them to
|
|
|
|
connect to the right server automatically.
|
2022-12-29 18:35:25 +03:00
|
|
|
.BR \-\-version
|
|
|
|
Print the program version.
|
2023-05-31 15:19:36 +03:00
|
|
|
.TP
|
2017-11-01 11:26:46 +03:00
|
|
|
\fB\-\-wait-for-debugger\fR
|
|
|
|
Raises SIGSTOP before initializing the compositor. This allows the user to
|
|
|
|
attach with a debugger and continue execution by sending SIGCONT. This is
|
|
|
|
useful for debugging a crash on start-up when it would be inconvenient to
|
|
|
|
launch weston directly from a debugger. There is also a
|
|
|
|
.IR weston.ini " option to do the same."
|
2022-12-29 18:35:25 +03:00
|
|
|
.TP
|
|
|
|
\fB\-\-xwayland\fR
|
|
|
|
Support X11 clients through the Xwayland server.
|
2017-11-01 11:26:46 +03:00
|
|
|
.
|
2012-08-29 16:49:48 +04:00
|
|
|
.SS DRM backend options:
|
2012-11-27 18:54:08 +04:00
|
|
|
See
|
|
|
|
.BR weston-drm (7).
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
|
|
|
.SS Wayland backend options:
|
|
|
|
.TP
|
|
|
|
\fB\-\-display\fR=\fIdisplay\fR
|
|
|
|
Name of the Wayland display to connect to, see also
|
|
|
|
.I WAYLAND_DISPLAY
|
|
|
|
of the environment.
|
|
|
|
.TP
|
2013-11-11 03:26:28 +04:00
|
|
|
.B \-\-fullscreen
|
|
|
|
Create a single fullscreen output
|
|
|
|
.TP
|
|
|
|
\fB\-\-output\-count\fR=\fIN\fR
|
|
|
|
Create
|
|
|
|
.I N
|
|
|
|
Wayland windows to emulate the same number of outputs.
|
|
|
|
.TP
|
2012-08-29 16:49:48 +04:00
|
|
|
\fB\-\-width\fR=\fIW\fR, \fB\-\-height\fR=\fIH\fR
|
2013-11-11 03:26:28 +04:00
|
|
|
Make all outputs have a size of
|
2012-08-29 16:49:48 +04:00
|
|
|
.IR W x H " pixels."
|
2013-11-11 03:26:28 +04:00
|
|
|
.TP
|
|
|
|
.B \-\-scale\fR=\fIN\fR
|
|
|
|
Give all outputs a scale factor of
|
|
|
|
.I N.
|
|
|
|
.TP
|
|
|
|
.B \-\-use\-pixman
|
2022-12-30 00:12:24 +03:00
|
|
|
Deprecated in favour of the
|
|
|
|
.BI \-\-renderer
|
|
|
|
option. Use the pixman renderer. By default weston will try to use EGL and
|
2013-11-11 03:26:28 +04:00
|
|
|
GLES2 for rendering and will fall back to the pixman-based renderer for
|
|
|
|
software compositing if EGL cannot be used. Passing this option will force
|
|
|
|
weston to use the pixman renderer.
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
|
|
|
.SS X11 backend options:
|
|
|
|
.TP
|
|
|
|
.B \-\-fullscreen
|
|
|
|
.TP
|
|
|
|
.B \-\-no\-input
|
|
|
|
Do not provide any input devices. Used for testing input-less Weston.
|
|
|
|
.TP
|
|
|
|
\fB\-\-output\-count\fR=\fIN\fR
|
|
|
|
Create
|
|
|
|
.I N
|
|
|
|
X windows to emulate the same number of outputs.
|
|
|
|
.TP
|
|
|
|
\fB\-\-width\fR=\fIW\fR, \fB\-\-height\fR=\fIH\fR
|
|
|
|
Make the default size of each X window
|
|
|
|
.IR W x H " pixels."
|
2013-01-08 00:52:44 +04:00
|
|
|
.TP
|
2014-03-08 01:29:14 +04:00
|
|
|
.B \-\-scale\fR=\fIN\fR
|
|
|
|
Give all outputs a scale factor of
|
|
|
|
.I N.
|
|
|
|
.TP
|
2013-01-08 00:52:44 +04:00
|
|
|
.B \-\-use\-pixman
|
2022-12-30 00:12:24 +03:00
|
|
|
Deprecated in favour of the
|
|
|
|
.BI \-\-renderer
|
|
|
|
option. Use the pixman renderer. By default weston will try to use EGL and
|
2013-01-08 00:52:44 +04:00
|
|
|
GLES2 for rendering. Passing this option will make weston use the
|
|
|
|
pixman library for software compsiting.
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
2017-12-15 17:23:59 +03:00
|
|
|
.SS RDP backend options:
|
|
|
|
See
|
|
|
|
.BR weston-rdp (7).
|
|
|
|
.
|
2022-09-30 13:04:15 +03:00
|
|
|
.SS VNC backend options:
|
|
|
|
See
|
|
|
|
.BR weston-vnc (7).
|
|
|
|
.
|
2024-02-21 19:04:53 +03:00
|
|
|
.SS headless backend options:
|
|
|
|
.TP
|
|
|
|
\fB\-\-width\fR=\fIW\fR, \fB\-\-height\fR=\fIH\fR
|
|
|
|
Make the default size of each output
|
|
|
|
.IR W x H " pixels."
|
|
|
|
.TP
|
|
|
|
.B \-\-scale\fR=\fIN\fR
|
|
|
|
Give all outputs a scale factor of
|
|
|
|
.IR N "."
|
|
|
|
.TP
|
|
|
|
\fB\-\-transform\fR=\fItransform\fR
|
|
|
|
Transform for the output, which can be rotated in 90-degree steps
|
|
|
|
and possibly flipped. Possible values are
|
|
|
|
.BR normal ", " rotate-90 ", " rotate-180 ", " rotate-270 ", "
|
|
|
|
.BR flipped ", " flipped-rotate-90 ", " flipped-rotate-180 ", and "
|
|
|
|
.BR flipped-rotate-270 .
|
|
|
|
.TP
|
|
|
|
.B \-\-no\-outputs
|
|
|
|
Do not create any virtual outputs.
|
|
|
|
.TP
|
|
|
|
.B \-\-refresh\-rate\fR=\fIN\fR
|
|
|
|
Give all outputs a refresh rate of
|
|
|
|
.IR N " mHz (60,000 mHz by default)."
|
|
|
|
Supported values range from 0 mHz to 1,000,000 mHz. 0 is a special value
|
|
|
|
that repaints as soon as possible on capture requests only, not on damages.
|
|
|
|
.
|
2017-12-15 17:23:59 +03:00
|
|
|
.
|
2012-08-29 16:49:48 +04:00
|
|
|
.\" ***************************************************************
|
|
|
|
.SH FILES
|
|
|
|
.
|
2012-11-27 18:54:09 +04:00
|
|
|
If the environment variable is set, the configuration file is read
|
2018-11-15 09:55:22 +03:00
|
|
|
from the respective path.
|
2012-11-27 18:54:09 +04:00
|
|
|
.PP
|
|
|
|
.BI $XDG_CONFIG_HOME /weston.ini
|
|
|
|
.br
|
|
|
|
.BI $HOME /.config/weston.ini
|
|
|
|
.br
|
|
|
|
.
|
2012-08-29 16:49:48 +04:00
|
|
|
.\" ***************************************************************
|
|
|
|
.SH ENVIRONMENT
|
|
|
|
.
|
|
|
|
.TP
|
|
|
|
.B DISPLAY
|
|
|
|
The X display. If
|
|
|
|
.B DISPLAY
|
|
|
|
is set, and
|
|
|
|
.B WAYLAND_DISPLAY
|
|
|
|
is not set, the default backend becomes
|
2022-12-05 19:28:23 +03:00
|
|
|
.IR x11 .
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
|
|
|
.B WAYLAND_DEBUG
|
|
|
|
If set to any value, causes libwayland to print the live protocol
|
|
|
|
to stderr.
|
|
|
|
.TP
|
|
|
|
.B WAYLAND_DISPLAY
|
|
|
|
The name of the display (socket) of an already running Wayland server, without
|
|
|
|
the path. The directory path is always taken from
|
|
|
|
.BR XDG_RUNTIME_DIR .
|
|
|
|
If
|
|
|
|
.B WAYLAND_DISPLAY
|
|
|
|
is not set, the socket name is "wayland-0".
|
|
|
|
|
|
|
|
If
|
|
|
|
.B WAYLAND_DISPLAY
|
|
|
|
is already set, the default backend becomes
|
2022-12-05 19:28:23 +03:00
|
|
|
.IR wayland .
|
2012-08-29 16:49:48 +04:00
|
|
|
This allows launching Weston as a nested server.
|
|
|
|
.TP
|
|
|
|
.B WAYLAND_SOCKET
|
2012-11-27 18:54:09 +04:00
|
|
|
For Wayland clients, holds the file descriptor of an open local socket
|
|
|
|
to a Wayland server.
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
2015-03-24 16:56:19 +03:00
|
|
|
.B WESTON_CONFIG_FILE
|
|
|
|
Weston sets this variable to the absolute path of the configuration file
|
|
|
|
it loads, or to the empty string if no file is used. Programs that use
|
|
|
|
.I weston.ini
|
|
|
|
will read the file specified by this variable instead, or do not read any
|
|
|
|
file if it is empty. Unset variable causes falling back to the default
|
|
|
|
name
|
|
|
|
.IR weston.ini .
|
|
|
|
.TP
|
2012-09-28 17:29:47 +04:00
|
|
|
.B XCURSOR_PATH
|
|
|
|
Set the list of paths to look for cursors in. It changes both
|
|
|
|
libwayland-cursor and libXcursor, so it affects both Wayland and X11 based
|
|
|
|
clients. See
|
|
|
|
.B xcursor
|
|
|
|
(3).
|
|
|
|
.TP
|
2012-08-29 16:49:48 +04:00
|
|
|
.B XCURSOR_SIZE
|
2012-09-28 17:29:47 +04:00
|
|
|
This variable can be set for choosing an specific size of cursor. Affect
|
|
|
|
Wayland and X11 clients. See
|
|
|
|
.B xcursor
|
|
|
|
(3).
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
|
|
|
.B XDG_CONFIG_HOME
|
2012-11-27 18:54:09 +04:00
|
|
|
If set, specifies the directory where to look for
|
|
|
|
.BR weston.ini .
|
2012-08-29 16:49:48 +04:00
|
|
|
.TP
|
|
|
|
.B XDG_RUNTIME_DIR
|
|
|
|
The directory for Weston's socket and lock files.
|
|
|
|
Wayland clients will automatically use this.
|
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
2024-01-25 03:55:17 +03:00
|
|
|
.SH PROGRAM EXECUTION
|
|
|
|
It is possible to execute a program that will be run by Weston.
|
|
|
|
.TP
|
|
|
|
By using this syntax :
|
|
|
|
weston [options] -- [program [arguments]]
|
|
|
|
.PP
|
|
|
|
The '--' here is mandatory to execute a program. There are examples in the
|
|
|
|
.BR EXAMPLES
|
|
|
|
section.
|
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
2012-08-29 16:49:48 +04:00
|
|
|
.SH BUGS
|
2022-12-29 18:46:04 +03:00
|
|
|
Bugs should be reported to
|
|
|
|
.BR https://gitlab.freedesktop.org/wayland/weston/ "."
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
|
|
|
.SH WWW
|
2022-12-29 18:46:04 +03:00
|
|
|
https://wayland.freedesktop.org/
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
|
|
|
.SH EXAMPLES
|
2012-09-13 14:46:27 +04:00
|
|
|
.IP "Launch Weston with the DRM backend on a VT"
|
2021-07-23 19:36:56 +03:00
|
|
|
weston
|
2012-09-13 14:46:27 +04:00
|
|
|
.IP "Launch Weston with the DRM backend and XWayland support"
|
2021-07-23 19:36:56 +03:00
|
|
|
weston --xwayland
|
2012-08-29 16:49:48 +04:00
|
|
|
.IP "Launch Weston (wayland-1) nested in another Weston instance (wayland-0)"
|
|
|
|
WAYLAND_DISPLAY=wayland-0 weston -Swayland-1
|
|
|
|
.IP "From an X terminal, launch Weston with the x11 backend"
|
|
|
|
weston
|
2024-01-25 03:55:17 +03:00
|
|
|
.IP "Launch Weston and make it start weston-terminal"
|
|
|
|
weston -- /usr/local/bin/weston-terminal
|
|
|
|
.IP "Launch Weston with the kiosk shell and make it start weston-simple-egl"
|
|
|
|
weston --shell=kiosk-shell.so -- /usr/local/bin/weston-simple-egl
|
|
|
|
.IP "Launch Weston with the kiosk shell and open a pdf document with mupdf"
|
|
|
|
weston --shell=kiosk-shell.so -- mupdf /home/user/Documents/krh/wayland.pdf
|
2012-08-29 16:49:48 +04:00
|
|
|
.
|
|
|
|
.\" ***************************************************************
|
2012-11-27 18:54:08 +04:00
|
|
|
.SH "SEE ALSO"
|
2019-03-27 04:00:55 +03:00
|
|
|
.BR weston-bindings (7),
|
2019-03-24 02:03:59 +03:00
|
|
|
.BR weston-debug (1),
|
|
|
|
.BR weston-drm (7),
|
|
|
|
.BR weston-rdp (7),
|
2022-09-30 13:04:15 +03:00
|
|
|
.BR weston-vnc (7),
|
2019-03-24 02:03:59 +03:00
|
|
|
.BR weston.ini (5)
|