Scroll to navigation

miral-shell(1) Mir Display Server Demo Application miral-shell(1)

NAME

miral-shell - Mir Display Server shell

SYNOPSIS

miral-shell [options]

DESCRIPTION

miral-shell launches a Mir Display Server shell, offering both traditional and tiling window management.

The Mir shell 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.
Colon separated cursor theme list (e.g. "DMZ-Black", default: DMZ-White).
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

).

Window management strategy (default: floating).
Log trace messages.
Display configuration, either of clone, sidebyside, single, or static=<filename> (default: sidebyside).
Select a display mode with alpha (default: off).
A keymap identifier. Format: <layout>[+<variant>[+<options>]], e,g, "gb", "cz+qwerty" or "de++compose:caps" (default: us).
Font file to use for wallpaper (default: /usr/share/fonts/truetype/freefont/FreeSansBold.ttf).
Show help text and exit.

SEE ALSO

mir-kiosk(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