Add missing <systemitem class="groupname"> tags.
This commit is contained in:
parent
57b0f691ad
commit
69458eeeea
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54562
1 changed files with 6 additions and 6 deletions
|
@ -307,8 +307,8 @@
|
|||
<step>
|
||||
<para>Add the user who will run
|
||||
<application>&xorg;</application> to the
|
||||
<literal>video</literal> or
|
||||
<literal>wheel</literal> group to enable 3D acceleration
|
||||
<systemitem class="groupname">video</systemitem> or
|
||||
<systemitem class="groupname">wheel</systemitem> group to enable 3D acceleration
|
||||
when available. To add user
|
||||
<replaceable>jru</replaceable> to whichever group is
|
||||
available:</para>
|
||||
|
@ -339,12 +339,12 @@
|
|||
<para>Access to <filename>/dev/dri</filename> is needed to allow
|
||||
3D acceleration on video cards. It is usually simplest to add
|
||||
the user who will be running X to either the
|
||||
<literal>video</literal> or <literal>wheel</literal> group.
|
||||
<systemitem class="groupname">video</systemitem> or <systemitem class="groupname">wheel</systemitem> group.
|
||||
Here, &man.pw.8; is used to add user
|
||||
<replaceable>slurms</replaceable> to the
|
||||
<literal>video</literal> group, or to the
|
||||
<literal>wheel</literal> group if there is no
|
||||
<literal>video</literal> group:</para>
|
||||
<systemitem class="groupname">video</systemitem> group, or to the
|
||||
<systemitem class="groupname">wheel</systemitem> group if there is no
|
||||
<systemitem class="groupname">video</systemitem> group:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>pw groupmod video -m <replaceable>slurms</replaceable> || pw groupmod wheel -m <replaceable>slurms</replaceable></userinput></screen>
|
||||
</sect2>
|
||||
|
|
Loading…
Reference in a new issue