Weston: Difference between revisions

From Alpine Linux
(added heading Prerequisites)
 
Line 25: Line 25:


== See also ==
== See also ==
[https://wayland.pages.freedesktop.org/weston/ Weston]
* [https://wayland.pages.freedesktop.org/weston/ Weston]


[[Category:Compositor]]
[[Category:Compositor]]
[[Category:Desktop]]
[[Category:Wayland]]

Latest revision as of 15:30, 25 May 2025

Weston is the reference implementation of a Wayland compositor, as well as a useful environment in and of itself.

Out of the box, Weston provides a very basic desktop, or a full-featured environment for non-desktop uses such as automotive, embedded, in-flight, industrial, kiosks, set-top boxes and TVs.

Prerequisites

Installation

Steps to install Weston

  • Install weston and necessary dependencies:

# apk add weston weston-backend-drm seatd weston-backend-wayland weston-shell-desktop weston-terminal font-dejavu

Starting weston

You can launch weston by issuing the command sway from TTY.

$ weston

Configuration

Troubleshooting

See also