Seat manager: Difference between revisions
(add desktop category) |
WhyNotHugo (talk | contribs) (Add link to seatd) |
||
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 managed, such a [[greetd]]. | |||
[[Category:Desktop]] | [[Category:Desktop]] |
Revision as of 21:17, 2 June 2024
Todo: This article needs verification for X11 based setups
A seat manager dictates access to input and output devices like keyboard and monitor.
On alpine linux 2 seat managers are available:
Input and video groups
Some instructions mention the need for the input
and video
groups. This is in most cases not correct 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
- seatd: what is a seat
- void docs: Session and Seat Management
- A seat manager should not be confused with a login managed, such a greetd.