Seat manager: Difference between revisions

From Alpine Linux
(initial instructions)
 
m (Minor grammar improvements.)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{todo|This article needs verification for X11 based setups}}
{{todo|This article needs verification for X11 based setups}}


A seat manager dictates access to input and output devices like keyboard and monitor.
A seat manager dictates access to input and output devices such as keyboards and monitors.


On alpine linux 2 seat managers are available:
On Alpine Linux 2 seat managers are available:
* [[seatd]]: a minimal seat management daemon
* [[seatd]]: a minimal seat management daemon.
* [[elogind]]: from systemd extracted login manager
* [[elogind]]: login manager extracted from systemd.


== Input and video groups ==
== Input and video groups ==
Some instructions mention the need for the <code>input</code> and <code>video</code> groups. This is in most cases not correct and insecure! The seat manager already provides the necessary permissions.
Some instructions mention the need for the <code>input</code> and <code>video</code> groups. This is in most cases incorrect and insecure! The seat manager already provides the necessary permissions.


Due to issue {{issue|15409}} there is currently 1 exception: If you aren't using elogind and need [[PipeWire#Device_access|PipeWire]] to access a webcam you need the <code>video</code> group.
Due to issue {{issue|15409}} there is currently 1 exception: If you aren't using elogind and need [[PipeWire#Device_access|PipeWire]] to access a webcam you need the <code>video</code> group.
Line 15: Line 15:
* [https://man.sr.ht/~kennylevinsen/seatd/#what-is-a-seat seatd: what is a seat]
* [https://man.sr.ht/~kennylevinsen/seatd/#what-is-a-seat seatd: what is a seat]
* [https://docs.voidlinux.org/config/session-management.html void docs: Session and Seat Management]
* [https://docs.voidlinux.org/config/session-management.html void docs: Session and Seat Management]
* A seat manager should not be confused with a login manager, such a [[greetd]].
[[Category:Desktop]]

Latest revision as of 02:25, 3 June 2024

Todo: This article needs verification for X11 based setups


A seat manager dictates access to input and output devices such as keyboards and monitors.

On Alpine Linux 2 seat managers are available:

  • seatd: a minimal seat management daemon.
  • elogind: login manager 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.

See Also