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: