Seat manager: Difference between revisions
Prabuanand (talk | contribs) m (removed todo. added wayland reference) |
WhyNotHugo (talk | contribs) (Extend elogind description) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
* [[seatd]]: a minimal seat management daemon. | * [[seatd]]: a minimal seat management daemon. | ||
* [[elogind]]: | * [[elogind]]: seat manager, session tracker and power management daemon extracted from systemd. | ||
== Input and video groups == | == Input and video groups == | ||
Line 13: | Line 13: | ||
* [https://wayland-book.com/seat/example.html Seat Management] | * [https://wayland-book.com/seat/example.html Seat Management] | ||
[[Category: | [[Category:Seat_manager]] |
Latest revision as of 12:54, 11 April 2025
A seat manager mediates access to input and output devices such as keyboards and monitors. Wayland requires a seat manager. Alpine Linux provides two different seat managers:
- seatd: a minimal seat management daemon.
- elogind: seat manager, session tracker and power management daemon extracted from systemd.
Input and video groups
Some instructions mention the need for the input
and video
groups. This is in most cases incorrect and insecure! The seat manager already provides the necessary permissions.
Due to issue #15409 there is currently 1 exception: If you aren't using elogind and need PipeWire to access a webcam you need the video
group.