From 4bebbdf2035db0be80be44c860a243d9ab196ccd Mon Sep 17 00:00:00 2001 From: Luc Date: Fri, 15 Aug 2025 10:05:38 +0200 Subject: [PATCH] docs/desktop-os/posts/03-minimal-gui-river-pipewire-openrc.md: update Removed video group from necessary group to add to user. --- docs/desktop-os/posts/03-minimal-gui-river-pipewire-openrc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/desktop-os/posts/03-minimal-gui-river-pipewire-openrc.md b/docs/desktop-os/posts/03-minimal-gui-river-pipewire-openrc.md index 4b9cb54..347ec2c 100644 --- a/docs/desktop-os/posts/03-minimal-gui-river-pipewire-openrc.md +++ b/docs/desktop-os/posts/03-minimal-gui-river-pipewire-openrc.md @@ -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 +> sh# usermod --append --groups seat > ``` 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: