Scroll to navigation

mir_demo_server(1) Mir Display Server Demo mir_demo_server(1)

NAME

mir_demo_server - Mir Display Server Demo

SYNOPSIS

mir_demo_server [options]

DESCRIPTION

Launch a Mir server demo session.

The Mir demo server startup can be tweaked by:

e.g. "--host-socket=/tmp/mir_socket".
Capitalise the long form of the command line option, prefix it with "MIR_SERVER_" and put "_" in place of "-". E.g. "MIR_SERVER_HOST_SOCKET=/tmp/mir_socket".
Use the long form command line options in the configuration file. E.g. "--host-socket=/tmp/mir_socket".

The config file (mir/mir_demo_server.config) is located via the XDG Base Directory Specification. ($XDG_CONFIG_HOME or $HOME/.config followed by $XDG_CONFIG_DIRS).

OPTIONS

Host socket filename.
Socket filename (default: $XDG_RUNTIME_DIR/mir_socket or /tmp/<UID_NUMBER>-runtime-dir/mir_socket).
Do not provide a socket filename for client connections.
Set socket file permissions to globally read-writeable (equivalent to chmod a=rw).
Provide a "..._trusted" filename for prompt helper connections.
Library to use for platform graphics support (default: autodetect).
Library to use for platform input support (default: input-stub.so).
Directory to look for platform libraries (default: /usr/lib/<multi-arch>/mir/server-platform).
Enable input (default: 1, meaning: enabled).
Compositor reporting, either of log, lttng or off (default: off).
How to handle the Connector report, either of log, lttng or off (default: off).
How to handle the Display report, either of log, lttng or off (default: off).
How to handle to Input report, either of log, lttng or off (default: off).
How to handle the Legacy Input report, either of log or off (default: off).
How to handle to Seat report, either of log or off (default: off).
How to handle the SessionMediator report, either of log, lttng or off (default: off).
How to handle the MessageProcessor report, either of log, lttng or off (default: off).
How to handle the scene report, either of log, lttng or off (default: off).
How to handle the SharedLibraryProber report, either of log, lttng or off (default: log).
How to handle the Shell report, either of log or off (default: off).
Compositor frame delay in milliseconds (how long to wait for new frames from clients before compositing). Higher values result in lower latency but risk causing frame skipping. A negative value means decide automatically (default: 0).
When nested, the name Mir uses when registering with the host.
When nested, attempt to pass a client's graphics content directly to the host to avoid a composition pass (default: 1).
Render to offscreen buffers instead of the real outputs.
Display visualization of touchspots (e.g. for screencasting).
Cursor (mouse pointer) to use (default: auto).
Enable server generated key repeat (default: 1).
On "fatal error" conditions (e.g. drivers behaving in unexpected ways) throw an exception (instead of a core dump).
Enable extra development debugging. This is only interesting for people doing Mir server or client development.
Enable deprecated mirclient socket (for running old clients)
Console device handling how Mir handles console-related tasks (device handling, VT switching, etc.) Possible values given:
logind - use logind vt: use the Linux VT subsystem. Requires root privileges.
none - support no console-related tasks. Useful for nested platforms which do not need raw device access and which don't have a VT concept
auto - detect the appropriate provider.
VT to run on or 0 to use current (default: 0).
Usage of this option requires --console-provider=vt
[platform-specific] utilize the bypass optimization for fullscreen surfaces (default: 1).
[mir-on-X specific] Colon separated list of WIDTHxHEIGHT sizes for "output" windows (default: 1280x1024).
Socket name for host compositor.
Colon separated list of startup applications.
Colon separated list of environment variable settings.
Display configuration, either of clone, sidebyside, single, or static=<filename> (default: sidebyside).
Select a display mode with alpha (default: off).
Write lifecycle events from host to log.
Use google::GLog for logging.
Copy log messages at or above this level to stderr in addition to logfiles (default: 2).
The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively.
Log messages at or above this level. The numbers of severity levels INFO, WARNING, ERROR, and FATAL are 0, 1, 2, and 3, respectively (default: 0).
Log files are written into this directory.
DISPLAY socket to use for experimental X11 support (default: none).
Path to Xwayland executable (default: /usr/bin/Xwayland).
Colon separated list of wayland extensions to enable (enabled by default:

wl_shellxdg_wm_base
zwlr_layer_shell_v1
zxdg_output_manager_v1
zxdg_shell_v6

).

Log trace messages.
Select an alternative compositor (default: default)
Fill the background of the adorning compositor with a color, either of purple, blue, grey, or black (default: black.)
Disable touchpad while typing on keyboard configuration (default: 0).
Select acceleration profile for mice and trackballs (default: adaptive).
Constant factor (+1) to velocity or bias to the acceleration curve within the range [-1.0, 1.0] for mice (default: 0).
Scales mice scroll events, use negative values for natural scrolling (default: 1).
Constant factor (+1) to velocity or bias to the acceleration curve within the range [-1.0, 1.0] for touchpads (default: 0).
Scales touchpad scroll events, use negative values for natural scrolling (default: -1).
Select scroll mode for touchpads, with <mode> being either of two-finger or edge (default: two-finger).
Select click mode for touchpads (default: finger-count).
Seconds to run before exiting.
Colon separated cursor theme list (e.g. "DMZ-Black", default: DMZ-White).
List input events on std::cout.
Rotate screen on Ctrl-Alt-<Arrow>.
Client executable.
Seconds to run before sending SIGTERM to client (default: 10).
Show this help text and exit.

SEE ALSO

miral-shell(1)

AUTHOR

The Mir Display Server has been written by the Mir Server Team at Canonical Ltd.

This man page has been written for the Debian project by Mike Gabriel <mike.gabriel@das-netzwerkteam.de> and may be re-used by others.

April 2020 1.8.0