docs/desktop-os/posts/03-minimal-gui-river-pipewire-openrc.md: update

Removed video group from necessary group to add to user.
This commit is contained in:
Luc Bijl 2025-08-15 10:05:38 +02:00
parent ea3442c1ac
commit 4bebbdf203

View file

@ -162,10 +162,10 @@ and add the daemon to the default runlevel:
sh# rc-update add seatd default
```
> We need to be part of the `video` and `seat` group to effectively communicate with seat manager:
> We need to be part of the `seat` group to effectively communicate with the seat manager:
>
> ``` shell-session
> sh# usermod --append --groups video,seat <user>
> sh# usermod --append --groups seat <user>
> ```
Video drivers are necessary for a graphical session to function. In Gentoo it is as simple as specifying what video card the system uses using the `USE` flags: