Weston: Difference between revisions
David Bailey (talk | contribs) (Redirect weston to wayland) Tag: New redirect |
WhyNotHugo (talk | contribs) (Link to upstream) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
== Installation == | |||
Steps to install [https://gitlab.freedesktop.org/wayland/weston/ Weston] on Alpine 3.20 | |||
* Install weston and necessary dependencies: | |||
doas apk add weston weston-backend-drm seatd weston-backend-wayland weston-shell-desktop weston-terminal font-dejavu | |||
* Set up [[Seatd]] and [[eudev]]: | |||
doas rc-update add seatd | |||
doas adduser $USER seat | |||
doas setup-devd udev | |||
* Set up [[XDG_RUNTIME_DIR]]. | |||
* Reboot | |||
* Start weston with: <code>weston</code> | |||
==== References ==== | |||
https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md | |||
[[Category:Compositor]] | |||
[[Category:Desktop]] | |||
[[Category:Wayland]] |
Latest revision as of 13:11, 16 August 2024
Installation
Steps to install Weston on Alpine 3.20
- Install weston and necessary dependencies:
doas apk add weston weston-backend-drm seatd weston-backend-wayland weston-shell-desktop weston-terminal font-dejavu
doas rc-update add seatd doas adduser $USER seat doas setup-devd udev
- Set up XDG_RUNTIME_DIR.
- Reboot
- Start weston with:
weston
References
https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md