Weston: Difference between revisions
WhyNotHugo (talk | contribs) (Link to existing instructions for XDG_RUNTIME_DIR) |
WhyNotHugo (talk | contribs) (Link to upstream) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Installation == | == Installation == | ||
Steps to install Weston on Alpine 3.20 | 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 | 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 rc-update add seatd | ||
doas adduser $USER seat | doas adduser $USER seat | ||
Line 9: | Line 14: | ||
* Set up [[XDG_RUNTIME_DIR]]. | * Set up [[XDG_RUNTIME_DIR]]. | ||
* | * Reboot | ||
* Start weston with: <code>weston</code> | * Start weston with: <code>weston</code> | ||
==== References ==== | ==== References ==== | ||
https://github.com/crftbt/OpenSourcedMe/blob/main/alpine/weston.md | 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