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:
parent
ea3442c1ac
commit
4bebbdf203
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue